This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11459] -stdc=c90 -pedantic -ansi warns about C90's non long-long support when in C99 mode
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jul 2003 20:11:11 -0000
- Subject: [Bug c/11459] -stdc=c90 -pedantic -ansi 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
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|-stdc=c90 -pedantic warns |-stdc=c90 -pedantic -ansi
|about C90's non long-long |warns about C90's non long-
|support when in C99 mode |long support when in C99
| |mode
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-08 20:11 -------
The bug report is wrong because with those options, I do not get the warning but reading
the bug report which is this is forward from, I see that the option -ansi is there, I do not
know what is should happen when you say '-std=c99 -ansi' or '-ansi -std=c99', should gcc
put into c89 or c99? Could some else look at this bug and say what should gcc do?