http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
Jakub Jelinek changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
--- Comment #8 from H.J. Lu 2011-08-19 14:34:33
UTC ---
This may be a glibc bug:
http://sourceware.org/ml/libc-alpha/2011-08/msg00063.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
--- Comment #7 from Jakub Jelinek 2011-04-13
11:06:48 UTC ---
With gcc 4.6 built aio_suspend.os, it works even with -O0 or -O2 -fno-inline,
if __pthread_cleanup_routine has __attribute__((always_inline)).
With current trunk, even if that routine
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
--- Comment #4 from Hans-Peter Nilsson 2011-03-30
01:48:45 UTC ---
(In reply to comment #3)
> I'm guessing this is the recent RA changes in r171649.
Oops, sorry; you already triaged it.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
Hans-Peter Nilsson changed:
What|Removed |Added
CC||hp at gcc dot gnu.org
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
--- Comment #2 from H.J. Lu 2011-03-29 22:36:52
UTC ---
I used
CC="gcc -m32" CXX="g++ -m32" CFLAGS="-O2 -g -march=i686"
/export/gnu/import/git/glibc/configure --enable-add-ons=nptl --prefix=/usr
--without-cvs --enable-multi-arch --enable-test-mu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338
H.J. Lu changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
Target Milestone|-