This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/82770] [8 regression] gcc.dg/pr78768.c xpass


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]