public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Warnings anout keywords
@ 1998-02-22  8:24 Han Holl
  0 siblings, 0 replies; only message in thread
From: Han Holl @ 1998-02-22  8:24 UTC (permalink / raw)
  To: egcs

int f( int not, int and, int or)
{
	return not + and + or;
}
/*

Shouldn't
g++ -c -W -Wall -pedantic t5.C
at least _warn_ about the fact that these are keywords ?
I have to use -ansi to get errors, but -ansi seems to disable strdup(),
which I don't like.

Han Holl

*/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-02-22  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-22  8:24 Warnings anout keywords Han Holl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).