[Bug fortran/45186] [4.6 Regression] Gfortran 4.5.0 emits wrong linenumbers
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 7 11:38:00 GMT 2010
------- Comment #15 from burnus at gcc dot gnu dot org 2010-09-07 11:37 -------
Created an attachment (id=21725)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21725&action=view)
tree.h patch tp add build[0-9]_loc
(In reply to comment #9)
> grep -w build[0-9] trans*.c | wc -l
> 38
> grep -w build[0-9]_v trans*.c | wc -l
> 158
That part requires the attached patch to add build[0-9]_loc to gcc/tree.h. The
patch still needs to be build with all languages - and then "make -k check"
regtested ...
> grep -w fold_build[0-9] trans*.c | wc -l
> 734
That's now down to
trans-array.c:198
and down to 117 in my local tree.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45186
More information about the Gcc-bugs
mailing list