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 libstdc++/79114] [6 Regression] std::throw_with_nested("string literal") is rejected


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

Christophe Lyon <clyon at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clyon at gcc dot gnu.org

--- Comment #6 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Hi Jonathan,

Since you backported this to the gcc-6-branch, I've noticed that the new test
(79114.cc) fails on old ARM versions (eg. when using -march=armv5t).

The error message is:
gccsrc/libstdc++-v3/testsuite/18_support/nested_exception/79114.cc:25: error:
'throw_with_nested' is not a member of 'std'

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