[Bug libmudflap/20696] all libmudflap tests fail on mips{,el}-linux

2012-01-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20696 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libmudflap/20696] all libmudflap tests fail on mips{,el}-linux

2012-01-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20696 Andrew Pinski changed: What|Removed |Added Host|mipsel-linux|mips*-*-linux-gnu -- Configure bugmail:

[Bug target/28314] cpp: x86/powerpc inconsistency for the __linux macro

2012-01-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28314 Andrew Pinski changed: What|Removed |Added Target||powerpc*-*-* Status|UNCONFIRM

[Bug tree-optimization/18589] could optimize FP multiplies better

2012-01-13 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18589 William J. Schmidt changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassign

[Bug c/8081] ICE with variably sized types returned from nested functions

2012-01-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 Richard Guenther changed: What|Removed |Added Keywords|accepts-invalid,| |ice-on-invalid-code

[Bug c/8081] ICE with variably sized types returned from nested functions

2012-01-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 --- Comment #30 from Richard Guenther 2012-01-13 12:05:32 UTC --- Author: rguenth Date: Fri Jan 13 12:05:27 2012 New Revision: 183153 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183153 Log: 2012-01-13 Richard Guenther PR middle-

[Bug c/8081] ICE with variably sized types returned from nested functions

2012-01-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug c/8081] ICE with variably sized types returned from nested functions

2012-01-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 --- Comment #28 from Eric Botcazou 2012-01-13 11:21:34 UTC --- > OTOH as GIMPLE cannot deal with VLAs on the LHS of a CALL when not applying > RSO > the above is correct anyway. Right, gimplify_return_expr already has a similar provision: els

[Bug c/8081] ICE with variably sized types returned from nested functions

2012-01-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 --- Comment #27 from Richard Guenther 2012-01-13 10:11:43 UTC --- (In reply to comment #26) > On Fri, 13 Jan 2012, ebotcazou at gcc dot gnu.org wrote: > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 > > > > Eric Botcazou changed: > > >

[Bug c/8081] ICE with variably sized types returned from nested functions

2012-01-13 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 --- Comment #26 from rguenther at suse dot de 2012-01-13 09:08:30 UTC --- On Fri, 13 Jan 2012, ebotcazou at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 > > Eric Botcazou changed: > >What|Removed

[Bug c/8081] ICE with variably sized types returned from nested functions

2012-01-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |