[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 changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[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 --- Author: dje Date: Sat Jan 11 18:57:56 2014 New Revision: 206554 URL: http://gcc.gnu.org/viewcvs?rev=206554&root=gcc&view=rev Log: PR target/58115 * config/rs6000/rs6000.h (SWITCHABLE_TARGET)

[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 --- Author: jakub Date: Thu Jan 9 18:25:19 2014 New Revision: 206478 URL: http://gcc.gnu.org/viewcvs?rev=206478&root=gcc&view=rev Log: PR target/58115 * tree-core.h (struct target_globals): New forward

[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 --- Author: rsandifo Date: Tue Jan 7 15:26:41 2014 New Revision: 206394 URL: http://gcc.gnu.org/viewcvs?rev=206394&root=gcc&view=rev Log: gcc/ PR target/58115 * target-globals.c (save_tar

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[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=206364&root=gcc&view=rev Log: Reverted r205593 2013-12-02 Bernd Edlinger PR targe

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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=205593&root=gcc&view=rev Log: 2013-11-03 Bernd Edlinger PR target/58115

[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 --- Created attachment 31137 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31137&action=edit untested patch targetm.set_current_function modifies this_fn_optabs->pat_enable[654] to enable/disable CODE_FOR_

[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 --- Created attachment 31136 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31136&action=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-10-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #5 from Uroš Bizjak --- (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-10-14 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #4 from Bernd Edlinger --- (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. Some global data are completely spoi

[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 --- (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 instead of -msse, > but r

[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 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-08-09 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #1 from Bernd Edlinger --- 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 is certainly to be avoided in any