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++/19343] [4.0 Regression] New warnings in libstdc++-v3 since 2004-01-05


------- 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


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