[Bug libfortran/22124] eoshift with dim=2 fails

2005-06-22 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-22 20:18 --- (In reply to comment #3) > Um, Thomas, PR 21592 which you claim this is a duplicate of, is a C++ front > end bug. Did you mean that? No, I meant 21594. Thomas -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug libfortran/22124] eoshift with dim=2 fails

2005-06-22 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-22 14:09 --- Um, Thomas, PR 21592 which you claim this is a duplicate of, is a C++ front end bug. Did you mean that? W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22124

[Bug libfortran/22124] eoshift with dim=2 fails

2005-06-22 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-22 11:42 --- This is a duplicate of 21592. The problem is that we are really running off the end here, as Andrew suggested. *** This bug has been marked as a duplicate of 21592 *** -- What|Removed

[Bug libfortran/22124] eoshift with dim=2 fails

2005-06-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19 22:50 --- Confirmed, I think we are going over the bounds of the array but I could be wrong. -- What|Removed |Added ---