[Bug c/11459] New: -stdc=c90 -pedantic warns about C90's non long-long support when in C99 mode
debian-gcc at lists dot debian dot org
gcc-bugzilla@gcc.gnu.org
Tue Jul 8 04:56:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11459
Summary: -stdc=c90 -pedantic warns about C90's non long-long
support when in C99 mode
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
[forwarded from http://bugs.debian.org/200392]
$ cat foo.c
long long i;
$ gcc -pedantic -std=c99 -Wall -c foo.c
foo.c:1: warning: ISO C90 does not support `long long'
no warning without -pedantic
More information about the Gcc-bugs
mailing list