This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed fixes
Jan Hubicka <hubicka@ucw.cz> writes:
>> That wasn't what I was asking. Perhaps I am being exceptionally dense
>> today, but I do not see how your patch causes -Werror not to be
>> applied to stagefeedback. As I said, it looks like it rearranges a
>> few makefile variables, with no net effect.
>
> Originally the -Werror got into STAGE2_FLAGS, while I rearange
> it to go throught STAGE*_FLAGS_TO_PASS and skip it in
> STAGEFEEDBACK_FLAGS_TO_PASS.
I still don't see it. The -Werror was here:
STRICT2_WARN = -pedantic -Wno-long-long @WERROR@
you took it out of there, but then you put it right back:
STRICT_WARN="$(STRICT2_WARN) $(WERROR)" \
Explain to me how that makes it not show up in stagefeedback.
zw