This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/19343] [4.0 Regression] New warnings in libstdc++-v3 since 2004-01-05
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jan 2005 02:04:26 -0000
- Subject: [Bug libstdc++/19343] [4.0 Regression] New warnings in libstdc++-v3 since 2004-01-05
- References: <20050109071811.19343.aj@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-15 02:04 -------
Actually AJ's orginal analysis of the problem was right (and the same as mine):
"What is the best way to fix this?
Should we add to include/bits/functexcept.h some
__attribute__((noreturn)) ?"
He was talking about adding the noreturn on __throw_bad_alloc, not on _M_get itself.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19343