This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3 regression] fix incorrect line break before functionalmacro name
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 13 Sep 2003 22:45:18 -0700
- Subject: Re: [3.3 regression] fix incorrect line break before functionalmacro name
- References: <orbrtohqxp.fsf@free.redhat.lsd.ic.unicamp.br>
Alexandre Oliva <aoliva@redhat.com> writes:
> The behavior change seems to have also affected other uses of the
> preprocessor for assembly code (why do we use cc1, and not cpp0, to
> preprocess assembly? Shouldn't assembly be regarded as requiring
> -traditional preprocessing?).
(trad)cpp0 no longer exists, and no, assembly does not require
-traditional.
I decline to comment on your patch.
zw