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

Reply via email to