[Bug rtl-optimization/58034] glibc nptl/tst-cleanup2 fail due to scheduling

2013-07-31 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58034 Alan Modra changed: What|Removed |Added Known to work||4.7.2 Known to fail|

[Bug rtl-optimization/58034] glibc nptl/tst-cleanup2 fail due to scheduling

2013-07-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58034 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > if (_setjmp (jmpbuf)) > > I wonder if this is due to _setjmp not being marked as return twice. Looking at special_function_p, it should return ECF_RETURNS_TWIC

[Bug rtl-optimization/58034] glibc nptl/tst-cleanup2 fail due to scheduling

2013-07-31 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58034 --- Comment #3 from David Edelsohn --- > I wonder if this is due to _setjmp not being marked as return twice. Is that a missing decoration in the GLIBC declaration?

[Bug rtl-optimization/58034] glibc nptl/tst-cleanup2 fail due to scheduling

2013-07-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58034 --- Comment #2 from Andrew Pinski --- if (_setjmp (jmpbuf)) I wonder if this is due to _setjmp not being marked as return twice.

[Bug rtl-optimization/58034] glibc nptl/tst-cleanup2 fail due to scheduling

2013-07-31 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58034 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|