D.gnu - [Bug 247] New: __va_list C++ mangling broken on ARM
- via D.gnu (26/27) Oct 30 2016 http://bugzilla.gdcproject.org/show_bug.cgi?id=247
http://bugzilla.gdcproject.org/show_bug.cgi?id=247
Bug ID: 247
Summary: __va_list C++ mangling broken on ARM
Product: GDC
Version: development
Hardware: ARM
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gdc
Assignee: ibuclaw gdcproject.org
Reporter: johannespfau gmail.com
https://github.com/D-Programming-GDC/GDC/pull/252
/tmp/ccKMJDyv.o: In function `myprintf(char const*, ...)':
cppa.d:(.text+0xcdc): undefined reference to `myvprintf(char const*,
__va_list)'
/tmp/ccWjjwHd.o: In function `myvprintf(char const*, std::__va_list)':
cppb.cpp:(.text+0x52c): undefined reference to `myvprintfx(char const*,
std::__va_list)'
collect2: error: ld returned 1 exit status
compiler exited with status 1
PASS: runnable/cppa.d (test for excess errors)
Yes, it is indeed given an std namespace on arm. This is something to handle
in a hook like Target::mangle in the frontend.
--
You are receiving this mail because:
You are watching all bug changes.
Oct 30 2016








" via D.gnu" <d.gnu puremagic.com>