[cfe-commits] r146482 - /cfe/trunk/lib/AST/ASTContext.cpp
Abramo Bagnara
abramo.bagnara at gmail.com
Tue Dec 13 10:50:20 PST 2011
Il 13/12/2011 18:37, Peter Cooper ha scritto:
> Hi Abramo
>
> We're getting some buildbot failures on the gcc test suite since this change. The test has a very large union in it which must be triggering your new assert.
>
> Can you please have a look and see if your assert is correct on this test?
>
> The test in question is gcc.c-torture/execute/991014-1.c
Yes this is definitely a true positive and assertion is correctly triggered.
I wonder what buildbot checked before as the test fails both with and
without the assertion (before my commit you should get a failed test
(due to miscompilation), after my commit you should get an assertion
failure).
I guess it was used only as a crash test, right?
More information about the cfe-commits
mailing list