[Bug 106] [ARM] pragma(mangle) not working if -fsection-anchors is enabled
gdc-bugzilla at gdcproject.org
gdc-bugzilla at gdcproject.org
Sat Feb 15 11:43:59 PST 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=106
Johannes Pfau <johannespfau at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
Ever Confirmed|1 |0
--- Comment #3 from Johannes Pfau <johannespfau at gmail.com> 2014-02-15 19:43:59 GMT ---
Great!
I don't doubt those changes were necessary but I managed to reproduce the issue
in C in the meantime so I guess you haven't actually tested these changes on
ARM?
I'm building a new compiler with your changes right now and I'll check if it
really completely fixes the problem. I'll have to apologize on the GCC
bugtracker then though cause I just filed a bug report about this some minutes
ago....
Here's the C test case:
-----------------------------------------------------
int test9_1 asm ("test_эльфийские_письмена_9") = 0;
extern int test9_1_e asm ("test_эльфийские_письмена_9");
int main()
{
test9_1 = 42;
return test9_1_e == 42;
}
-----------------------------------------------------
(note how test9_1 must be initialized for the bug to show up)
--
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the D.gnu
mailing list