This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
preprocessor behavoir change with -ansi in assembly????
- From: Sean McNeil <sean at mcneil dot com>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Nov 2002 10:39:18 -0800
- Subject: preprocessor behavoir change with -ansi in assembly????
Hi,
I've found that the preprocessor changes it's behavior of processing
assembly files when I add the -ansi flag. Is this correct? I think
I've tracked it down to where it appears the CPP_OPTION (pfile, lang) is
no longer set to CLK_ASM when -ansi is specified.
Cheers,
Sean