[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2015-01-12 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #8 from Marc Glisse --- (In reply to H.J. Lu from comment #7) > Fixed. Thanks HJ! Sorry for not doing it myself sooner...

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2015-01-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2015-01-12 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #6 from hjl at gcc dot gnu.org --- Author: hjl Date: Mon Jan 12 17:08:04 2015 New Revision: 219479 URL: https://gcc.gnu.org/viewcvs?rev=219479&root=gcc&view=rev Log: Avoid undefined behavior in gcc.target/i386/pr64291-1.c PR tes

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #5 from H.J. Lu --- (In reply to Marc Glisse from comment #4) > Created attachment 34342 [details] > Fixed testcase > > Ah, sorry, I had missed dn indeed. The attached tgz runs ok under valgrind, > and fails the assertion with a comp

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #4 from Marc Glisse --- Created attachment 34342 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34342&action=edit Fixed testcase Ah, sorry, I had missed dn indeed. The attached tgz runs ok under valgrind, and fails the assertio

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #3 from H.J. Lu --- (In reply to Marc Glisse from comment #2) > Restricting the testcase to x86_64 would be fine with me. > > As far as main is concerned, f could have written in n and d. The > uninitialized values are only passed ar

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 --- Comment #2 from Marc Glisse --- Restricting the testcase to x86_64 would be fine with me. As far as main is concerned, f could have written in n and d. The uninitialized values are only passed around, it doesn't seem relevant.

[Bug testsuite/64427] gcc.target/i386/pr64291-1.c is invalid

2014-12-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64427 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|