[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2012-04-18 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 William J. Schmidt wschmidt at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #19 from Jakub Jelinek jakub at gcc dot gnu.org 2011-09-07 07:32:52 UTC --- Author: jakub Date: Wed Sep 7 07:32:46 2011 New Revision: 178625 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178625 Log: PR debug/50191 *

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #20 from Jakub Jelinek jakub at gcc dot gnu.org 2011-09-07 07:47:40 UTC --- Yeah, I've noticed your patch, which makes the c#14 patch redundant. Jason in the mean time approved the c#13 patch and I've checked it in.

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-06 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 Alan Modra amodra at gmail dot com changed: What|Removed |Added Status|NEW |UNCONFIRMED

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-06 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 Alan Modra amodra at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #9 from Jakub Jelinek jakub at gcc dot gnu.org 2011-09-02 15:48:44 UTC --- Ok, I've now managed to reproduce the unspecs in a fresh cross build. Perhaps adjust_mems could try harder and call targetm.delegitimize_address on all the

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-02 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 Peter Bergner bergner at gcc dot gnu.org changed: What|Removed |Added CC||amodra at gmail

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-02 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #11 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-09-02 17:44:28 UTC --- Also, when I built a new cross-compiler over on gcc10, the issue moved from .LC7 to .LC8 -- so the exact .LC number may vary for whatever reason.

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-08-30 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #8 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-08-30 19:33:42 UTC --- I built a cross-compiler on gcc10.fsffrance.org that exhibits the problem: $ cd /home/wschmidt/src/416.gamess $

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-08-29 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #5 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-08-29 13:45:36 UTC --- Jakub, I don't see -fprofile-generate in your list of options. What Peter gave you was the link command that exposed the problem, but the error

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-08-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2011-08-29 14:26:57 UTC --- I still can't reproduce it (with the x86_64-linux - powerpc64-linux cross compiler, even when using the auto-host.h provided here): ./gfortran --version -B ./;

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-08-29 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #7 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-08-29 18:05:17 UTC --- Hm, mysterious. That's the correct auto-host.h and the correct options. I will get on one of the farm machines and see if I can reproduce with a

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-08-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org 2011-08-26 12:00:24 UTC --- What -mcpu/-mtune? Can't reproduce...

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-08-26 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #2 from Peter Bergner bergner at gcc dot gnu.org 2011-08-26 14:01:27 UTC --- Bill is out this morning, but dogging through his build log he mentioned to me, he was using -mcpu=power7 -mtume=power7. His full compile command was:

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-08-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2011-08-26 16:02:41 UTC --- Still can't reproduce. With ./f951 -g -ffast-math -O3 -mveclibabi=mass -mcpu=power7 -mrecip=rsqrt -fpeel-loops -funroll-loops -ftree-vectorize

[Bug rtl-optimization/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-08-26 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #4 from Peter Bergner bergner at gcc dot gnu.org 2011-08-26 16:27:25 UTC --- Created attachment 25110 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25110 Bill's auto-host.h I _think_ this is Bill's auto-host.h file.