This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33343] ICE (segfault) on invalid code with wrongly shaped arguments to elemental procedures
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Sep 2007 18:10:55 -0000
- Subject: [Bug fortran/33343] ICE (segfault) on invalid code with wrongly shaped arguments to elemental procedures
- References: <bug-33343-14266@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from burnus at gcc dot gnu dot org 2007-09-13 18:10 -------
FIXED in the trunk (4.3.0). Thanks for the bug report.
The error message is now:
tmpAcc(:,:) = Mul(angles(:,:),ax)
1
Error: Incompatible ranks in elemental procedure (1 and 2) at (1)
(I think I should have moved the "1 and 2" directly after the ranks ...)
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33343