[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 ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[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 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 ebotcazou at gcc dot

[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 rguenth at gcc dot gnu.org 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

[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 ebotcazou at gcc dot gnu.org 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

[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 rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[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 rguenth at gcc dot gnu.org 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=gccview=revrev=183153 Log: 2012-01-13 Richard

[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 rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|accepts-invalid,|

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

2012-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 --- Comment #24 from Richard Guenther rguenth at gcc dot gnu.org 2012-01-12 10:23:05 UTC --- Created attachment 26306 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26306 A patch for using by-reference passing (In reply to comment #23) as

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

2012-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||jsm28 at gcc

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

2012-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||rguenth at

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

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