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/34546] Incorrect array identified in out of bounds runtime error



------- Comment #4 from terry at chem dot gu dot se  2008-07-02 05:11 -------
(In reply to comment #3)
> I am not sure which patch did this, but I doubt it will be backported to 4.3


It already is in 4.3.  ;-)  As I said earlier, that warning is produced, but
easy to make go away with

integer::n ... n=1000 ... pT(n,:)

at the appropriate places.  Mangled runtime error message remains.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34546


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