This is the mail archive of the gcc-patches@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]

Re: [patch] use correct column info for function definitions


> Index: testsuite/gcc.dg/dg.exp
> ===================================================================
> --- testsuite/gcc.dg/dg.exp	(revision 140120)
> +++ testsuite/gcc.dg/dg.exp	(working copy)
> @@ -30,7 +30,7 @@ dg-init
>  
>  # Main loop.
>  dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cSi\]]] \
> -	"" $DEFAULT_CFLAGS
> +	"-fshow-column" $DEFAULT_CFLAGS
>  
>  # All done.
>  dg-finish

BTW, this is not part of the patch.  I was using this for preliminary
tests.


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