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/23884] failure in gcc


------- Additional Comments From tobi at gcc dot gnu dot org  2005-09-29 22:10 -------
(In reply to comment #7)
> Note I reduced it using delta so the all of my reduced tescase came exactly
from the file and nothing 
> else.

This is not true.  Even if the constants appearing in the data statements in the
original code are replaced by their values, there will be no line that reads
  data mutdefc(...,7) /.../
as all initializations are of the form
  data mutdefc(...,1) /.../
 *     mutdefc(...,2) /.../
  ...
So you did more to the testcase.

Given the error location, I'm inclined to believe that it is indeed a duplicate,
but your reduced testcase doesn't prove it.

-- 


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


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