[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-16 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 --- Comment #8 from Jason Merrill jason at gcc dot gnu.org 2011-11-14 16:56:07 UTC --- Author: jason Date: Mon Nov 14 16:55:56 2011 New Revision: 181355 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181355 Log: PR bootstrap/51094

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-13 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 --- Comment #5 from dave.anglin at bell dot net 2011-11-13 16:33:10 UTC --- On 13-Nov-11, at 12:27 AM, jimis at gmx dot net wrote: I'm curious though: in pa64-hpux.h I can see that this part is in the GAS-specific part. Why are we emmiting

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-13 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 --- Comment #6 from dave.anglin at bell dot net 2011-11-13 17:13:34 UTC --- On 13-Nov-11, at 12:27 AM, jimis at gmx dot net wrote: Does the following simple patch solve it? This undoes an optimisation, and there is an ongoing discussion

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-13 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 Joel Sherrill joel at gcc dot gnu.org changed: What|Removed |Added CC||joel at gcc dot

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 --- Comment #1 from John David Anglin danglin at gcc dot gnu.org 2011-11-13 04:19:34 UTC --- Forgot to say, this was introduced in revision 181279. -bash-3.2$ ./xgcc -B./ -v Reading specs from ./specs COLLECT_GCC=./xgcc

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-12 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 --- Comment #2 from John David Anglin danglin at gcc dot gnu.org 2011-11-13 04:22:16 UTC --- Created attachment 25812 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25812 Assembler file

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-12 Thread pinskia at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 --- Comment #3 from pinskia at gmail dot com pinskia at gmail dot com 2011-11-13 04:32:06 UTC --- According to another email mips is broken the same way. Sent from my Palm Pre on ATamp;T On Nov 12, 2011 20:18, danglin at gcc dot gnu.org

[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile

2011-11-12 Thread jimis at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116 jimis jimis at gmx dot net changed: What|Removed |Added CC||jason at gcc dot gnu.org ---