https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82770

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-12-05
     Ever confirmed|0                           |1

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
The test passes but the problem the assertion is meant to verify (bug 79062)
still persists.  That's because the test is compiled and linked in one step. 
To verify whether or not the problem has been fixed it needs to be compiled and
linked separately.  I think this can be done in the gcc.dg/lto directory but
lto.exp apparently has no support for checking for warnings:

  WARNING: lto.exp does not support dg-warning

So I can confirm the XPASS, but unless there's something I'm missing it will
take some time to handle this the right way.

Reply via email to