From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Han Holl" To: egcs@cygnus.com Subject: Warnings anout keywords Date: Sun, 22 Feb 1998 08:24:00 -0000 Message-id: <19980222154841.8628.qmail@optiplex.palga.uucp> X-SW-Source: 1998-02/msg01012.html 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 */