[Bug c/46596] misbehavior when mixing always_inline and alias attributes in the same compilation unit

2012-02-29 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596 Mike Frysinger changed: What|Removed |Added CC||toolchain at gentoo dot org Se

[Bug c/46596] misbehavior when mixing always_inline and alias attributes in the same compilation unit

2012-02-29 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596 --- Comment #5 from Jan Hubicka 2012-02-29 15:07:18 UTC --- > glibc runs into the "sorry, unimplemented" part of the issue, with > delta-reduced code like: > > $ cat test.i > typedef __builtin_va_list __gnuc_va_list; > extern __inline __attribut

[Bug c/46596] misbehavior when mixing always_inline and alias attributes in the same compilation unit

2012-02-29 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596 Jeffrey Yasskin changed: What|Removed |Added CC||jyasskin at gcc dot gnu.org --- Comment

[Bug c/46596] misbehavior when mixing always_inline and alias attributes in the same compilation unit

2010-11-22 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596 --- Comment #3 from Mike Frysinger 2010-11-22 18:51:09 UTC --- i want to provide two symbols -- one that may be overridden and one that always exists. that's the point of having "__foo" be the normal symbol and "foo" being the alias. for people

[Bug c/46596] misbehavior when mixing always_inline and alias attributes in the same compilation unit

2010-11-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/46596] misbehavior when mixing always_inline and alias attributes in the same compilation unit

2010-11-21 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596 --- Comment #1 from Mike Frysinger 2010-11-22 03:49:52 UTC --- Created attachment 22479 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22479 example file