This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: testsuite/26_numerics/c99_classification_macros_c.cc
Benjamin Kosnik <bkoz@redhat.com> writes:
| > Any objections to the c99_classification_macros_c.cc case, or shall I commit that, too?
|
| This case should fail without PCH. I believe it still does.
If it still fails with PCH, them we probably want to mark it as such
(maybe using dg-options?) and split it in two tests: one that uses PCH
and one that does not.
| However, this is Gaby's call. I think on the release branch, we should
| do this, just to avoid confusion.
Agreed.
-- Gaby