This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 2 new regression on darwin6.1
Richard Earnshaw wrote:-
> No, I think it's real. It came up for me last night on an arm-elf run. I
> don't recall seeing that one before.
-ansi was being passed to the preprocessor when preprocessing assembler
(-ansi implies -std=c89). I've fixed the testcase.
IMO the testsuite needs to default its flags based upon a file's
extension, rather than the current method which is hard to control.
Neil.