[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-07-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Version|4.7.0

[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-07-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 --- Comment #8 from Mikael Morin 2012-07-14 15:24:17 UTC --- Author: mikael Date: Sat Jul 14 15:24:12 2012 New Revision: 189480 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189480 Log: 2012-07-14 Mikael Morin Backport from trunk

[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-01-09 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 --- Comment #7 from Mikael Morin 2012-01-09 19:01:44 UTC --- Author: mikael Date: Mon Jan 9 19:01:34 2012 New Revision: 183024 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183024 Log: 2012-01-09 Mikael Morin PR fortran/51758

[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 --- Comment #6 from Dominique d'Humieres 2012-01-09 13:48:14 UTC --- See patch at http://gcc.gnu.org/ml/fortran/2012-01/msg00066.html .

[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-01-09 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 Mikael Morin changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-01-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 --- Comment #4 from Tobias Burnus 2012-01-06 15:55:36 UTC --- Draft patch. --- trans-expr.c(revision 182957) +++ trans-expr.c(working copy) @@ -3408,6 +3408,9 @@ gfc_conv_procedure_call (gfc_se * se, gfc_symbol * parmse

[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-01-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 --- Comment #3 from Tobias Burnus 2012-01-06 11:29:32 UTC --- The assert rse.ss == gfc_ss_terminator is not fulfilled in gfc_trans_assignment_1. If one manually sets "rse.see = gfc_ss_terminator" in the debugger, the original dump looks fine.

[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-01-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNCO

[Bug fortran/51758] ICE with optional arguments of elemental procedures

2012-01-04 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758 --- Comment #1 from Mikael Morin 2012-01-05 00:56:59 UTC --- Related bugs (null as actual argument): PR12841 (fixed long ago), PR44666 (fixed on 4.6)