This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51758] ICE with optional arguments of elemental procedures
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 06 Jan 2012 11:29:32 +0000
- Subject: [Bug fortran/51758] ICE with optional arguments of elemental procedures
- Auto-submitted: auto-generated
- References: <bug-51758-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758
--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 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.
Thus, it looks like some issue with the scalarizer handling.