[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-18 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-18 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #15 from Mikael Morin 2011-07-18 20:35:22 UTC --- Author: mikael Date: Mon Jul 18 20:35:18 2011 New Revision: 176422 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176422 Log: 2011-07-18 Mikael Morin PR fortran/49648

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-18 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #14 from Mikael Morin 2011-07-18 20:31:05 UTC --- Author: mikael Date: Mon Jul 18 20:31:02 2011 New Revision: 176419 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176419 Log: 2011-07-18 Mikael Morin PR fortran/49648

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-07 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 Mikael Morin changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-07 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #13 from Mikael Morin 2011-07-07 21:03:27 UTC --- Author: mikael Date: Thu Jul 7 21:03:25 2011 New Revision: 176012 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176012 Log: 2011-07-07 Mikael Morin PR fortran/49648

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-07 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #12 from Mikael Morin 2011-07-07 20:58:19 UTC --- Author: mikael Date: Thu Jul 7 20:58:16 2011 New Revision: 176011 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176011 Log: 2011-07-07 Mikael Morin PR fortran/49648

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #11 from Dominique d'Humieres 2011-07-07 08:53:24 UTC --- The patch in comment #8 fixes the ICEs for the test cases without disturbing my pet bugs and without regression.

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #10 from Mikael Morin 2011-07-06 17:28:14 UTC --- (In reply to comment #9) > (In reply to comment #8) > > + else if (mp_flag && sym->attr.flavor == FL_PROCEDURE && > > sym->attr.function) > > +gfc_resolve_array_spec (sym->result

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #9 from Tobias Burnus 2011-07-06 16:53:32 UTC --- (In reply to comment #8) > + else if (mp_flag && sym->attr.flavor == FL_PROCEDURE && sym->attr.function) > +gfc_resolve_array_spec (sym->result->as, false); I think one could add

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #8 from Mikael Morin 2011-07-06 15:00:56 UTC --- (In reply to comment #7) > Here is a "fix". It breaks class_20.f03 and extends_4.f03 at least. There is another attempt below. (In reply to comment #6) > Alternatively, one should some

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #7 f

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 Tobias Burnus changed: What|Removed |Added CC||janus at gcc dot gnu.org --- Comment #6 f