This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/46596] misbehavior when mixing always_inline and alias attributes in the same compilation unit
- From: "vapier at gentoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 29 Feb 2012 16:13:44 +0000
- Subject: [Bug c/46596] misbehavior when mixing always_inline and alias attributes in the same compilation unit
- Auto-submitted: auto-generated
- References: <bug-46596-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596
Mike Frysinger <vapier at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |toolchain at gentoo dot org
See Also| |http://sourceware.org/bugzi
| |lla/show_bug.cgi?id=10375
--- Comment #6 from Mike Frysinger <vapier at gentoo dot org> 2012-02-29 16:13:44 UTC ---
(In reply to comment #4)
yes, the source of this bug was the glibc code which i reduced even further
into the testcase posted originally
(In reply to comment #5)
if gcc-4.7 works fine with the proposed code, then i'm fine with that. we
already have workarounds in place for those.