This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33343] ICE (segfault) on invalid code with wrongly shaped arguments to elemental procedures



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]