This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18514] [3.4/4.0 Regression] Alternate "asm" name ignored for function imported into namespace std
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Nov 2004 05:33:29 -0000
- Subject: [Bug c++/18514] [3.4/4.0 Regression] Alternate "asm" name ignored for function imported into namespace std
- References: <20041116043152.18514.austern@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-16 05:33 -------
now I understand why it works on x86-linux, size_t is defined as unsigned int and not unsigned long.
It worked in 3.3.
The problem appeared between 20030301 and 20030302.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|Alternate "asm" name ignored|[3.4/4.0 Regression]
|for function imported into |Alternate "asm" name ignored
|namespace std |for function imported into
| |namespace std
Target Milestone|--- |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18514