[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-11-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-11-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 --- Comment #12 from Jakub Jelinek 2010-11-17 11:15:59 UTC --- Author: jakub Date: Wed Nov 17 11:15:55 2010 New Revision: 166863 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166863 Log: PR middle-end/45838 * tree-ssa-alias.c (re

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-11-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 --- Comment #11 from Jakub Jelinek 2010-11-16 13:37:28 UTC --- Created attachment 22421 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22421 gcc46-pr45838.patch Another, alternate, untested fix.

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-11-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 Jakub Jelinek changed: What|Removed |Added Attachment #22419|0 |1 is obsolete|

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-11-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 --- Comment #9 from Jakub Jelinek 2010-11-16 12:16:52 UTC --- Created attachment 22419 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22419 gcc46-pr45838.patch Untested fix.

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-11-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 Jakub Jelinek changed: What|Removed |Added Status|WAITING |ASSIGNED --- Comment #8 from Jakub Jeline

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-11-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-11-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-10-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 --- Comment #6 from Jakub Jelinek 2010-10-06 07:47:32 UTC --- Author: jakub Date: Wed Oct 6 07:47:28 2010 New Revision: 165012 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165012 Log: PR middle-end/45838 * omp-builtins.def (BUI

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-10-05 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 --- Comment #5 from dave at hiauly1 dot hia.nrc.ca 2010-10-05 18:14:57 UTC --- > Untested patch. Several of the GOMP_* builtins are certainly not leaf. I did a quick test. Unfortunately, libgomp.c/pr34513.c still fails.

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-10-05 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 --- Comment #4 from dave at hiauly1 dot hia.nrc.ca 2010-10-05 15:19:09 UTC --- > Untested patch. Several of the GOMP_* builtins are certainly not leaf. Another issue may be that the sync builtins on hppa-unknown-linux-gnu are implemented in a lib

[Bug middle-end/45838] [4.6 Regression] FAIL: libgomp.c/pr34513.c execution test

2010-10-05 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45838 John David Anglin changed: What|Removed |Added Component|libgomp |middle-end --- Comment #2 from John D