[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2014-02-12 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2014-01-11 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #15 from David Edelsohn dje at gcc dot gnu.org --- Author: dje Date: Sat Jan 11 18:57:56 2014 New Revision: 206554 URL: http://gcc.gnu.org/viewcvs?rev=206554root=gccview=rev Log: PR target/58115 *

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2014-01-09 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #14 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Thu Jan 9 18:25:19 2014 New Revision: 206478 URL: http://gcc.gnu.org/viewcvs?rev=206478root=gccview=rev Log: PR target/58115 * tree-core.h (struct

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2014-01-07 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #13 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Tue Jan 7 15:26:41 2014 New Revision: 206394 URL: http://gcc.gnu.org/viewcvs?rev=206394root=gccview=rev Log: gcc/ PR target/58115 *

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2014-01-06 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #11 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Mon Jan 6 16:34:52 2014 New Revision: 206364 URL: http://gcc.gnu.org/viewcvs?rev=206364root=gccview=rev Log: Reverted r205593 2013-12-02 Bernd Edlinger

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2014-01-06 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-12-17 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-12-02 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #9 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Mon Dec 2 18:00:47 2013 New Revision: 205593 URL: http://gcc.gnu.org/viewcvs?rev=205593root=gccview=rev Log: 2013-11-03 Bernd Edlinger bernd.edlin...@hotmail.de

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-11-01 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #7 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Created attachment 31136 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31136action=edit reduced test case apparently this is not yet fixed... reduced test case attached.

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-11-01 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #8 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Created attachment 31137 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31137action=edit untested patch targetm.set_current_function modifies

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-10-14 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target|i386-pc-linux-gnu |i386-pc-linux-gnu,

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-10-14 Thread tmsriram at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #3 from Sriraman Tallam tmsriram at google dot com --- (In reply to Bernd Edlinger from comment #1) Hi Sriraman, I'm putting you on CC since you are the author of that test case: I am not sure if the test case should use -msse2

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-10-14 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #4 from Bernd Edlinger bernd.edlinger at hotmail dot de --- (In reply to Sriraman Tallam from comment #3) Hmm... This bug seems to be connected to PR57756. A lot of __attribute__((target(..))) get parsed, before this error occurs.

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-10-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #5 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Bernd Edlinger from comment #4) I just wonder why this does not happen on x86_64? x86_64 enables SSE2 by default.

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-08-09 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #1 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Hi Sriraman, I'm putting you on CC since you are the author of that test case: I am not sure if the test case should use -msse2 instead of -msse, but running on an assertion