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/65718] [5 Regression] g++.dg/lto/pr65276 FAILs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|lto                         |testsuite
            Summary|g++.dg/lto/pr65276 FAILs    |[5 Regression]
                   |                            |g++.dg/lto/pr65276 FAILs

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
The fix is to rename std::runtime_error in the testcase or not link against
libstdc++ but just libsupc++...

The testcase is reduced with libstdc++ includes.

I suppose just dropping namespace std (or rename it to std2) should fix it as
well.


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