This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/8861] [ABI] mangling floating point literal in template arg expression
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2003 17:31:20 -0000
- Subject: [Bug c++/8861] [ABI] mangling floating point literal in template arg expression
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8861
------- Additional Comments From pinskia@physics.uc.edu 2003-05-27 17:31 -------
In the mainline (20030527) on linux on x86, I get
_Z1fILi1ELc120EEv1AIXplT_cviLd810000000000000000703DAD7A370C5EEE.
In the mainline (20030526) on darwin on ppc, I get
_Z1fILi1ELc120EEv1AIXplT_cviLd40004000000000000A3D700C570A3D7EEE.
I do not know what is right for this bug, could an c++ abi person look at this one.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.