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

--- Comment #9 from dave at firstcomp dot biz 2013-03-11 18:54:10 UTC ---
As shown in other attachments, for me it generated references to other
lines (many lines away in the big program I tried to reduce this to),
& if I removed all earlier lines referencing a location in stdio.h !

-- Dave

On Mon, Mar 11, 2013 at 2:49 PM, pinskia at gcc dot gnu.org
<gcc-bugzi...@gcc.gnu.org> wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56599
>
> --- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-03-11 
> 18:49:38 UTC ---
> Works on the trunk on x86_64-linux-gnu just fine:
> dlt8.c:4:25: error: expected ‘,’ or ‘;’ before numeric constant
>  #define  SAMPLELONGLONG 123456789012345
>                          ^
> dlt8.c:10:90: note: in expansion of macro ‘SAMPLELONGLONG’
>     "Here we have some user info, wherein we stupidly try to include a numeric
> constant " SAMPLELONGLONG;
>
>           ^
> apinski@apinskidesktop:~/Downloads$ ~/gcc-228/bin/gcc dlt9.c
> dlt9.c:4:25: error: expected ‘,’ or ‘;’ before numeric constant
>  #define  SAMPLELONGLONG 123456789012345
>                          ^
> dlt9.c:10:90: note: in expansion of macro ‘SAMPLELONGLONG’
>     "Here we have some user info, wherein we stupidly try to include a numeric
> constant " SAMPLELONGLONG;
>
>           ^
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug.

Reply via email to