------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10
15:22 -------
Confirmed, here is a simple C++ program which shows the same issue:
_Complex float f(void);
_Complex float g(void) throw()
{
return f();
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC target triplet|ia64-linux |
Last reconfirmed|0000-00-00 00:00:00 |2005-06-10 15:22:57
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21994