------- Comment #8 from dominiq at lps dot ens dot fr  2008-11-23 20:52 -------
For gfortran.dg/g77/dnrm2.f the failure comes from the old style array
declaration:

     double precision   dx(1), cutlo, cuthi, hitest, sum, xmax,zero,one

If 'dx(1)' is replaced by 'dx(*)', -fbounds-check does not detect any error
(which may be wrong, but I don't think there is any way to detect the problem
with a local analysis).


-- 


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

Reply via email to