This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11459] -ansi -std=c99 -pedantic warns about C90's non long-long support when in C99 mode
- From: "neroden at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2003 07:28:36 -0000
- Subject: [Bug c/11459] -ansi -std=c99 -pedantic warns about C90's non long-long support when in C99 mode
- References: <20030708045637.11459.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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
neroden at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|-stdc=c99 -pedantic -ansi |-ansi -std=c99 -pedantic
|warns about C90's non long- |warns about C90's non long-
|long support when in C99 |long support when in C99
|mode |mode
------- Additional Comments From neroden at gcc dot gnu dot org 2003-07-09 07:28 -------
The correct command line to use on the test case to trigger trouble is:
cc -ansi -std=c99 -pedantic -Wall