http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38662
Kai Tietz changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38662
--- Comment #3 from Kai Tietz 2011-01-01 11:05:45
UTC ---
Author: ktietz
Date: Sat Jan 1 11:05:41 2011
New Revision: 168389
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168389
Log:
ChangeLog gcc/
2011-01-01 Kai Tietz
PR target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38662
Kai Tietz changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
--- Comment #1 from dannysmith at users dot sourceforge dot net 2009-01-06
03:49 ---
Confirmed on SVN head.
This also avoids the bug.
//
class E
{
};
class Test
{
public:
__fastcall bool ernie(bool b) throw(E)
{
}
__fastcall bool bert(bool b);
};
// Make
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|trivial |normal
Component|c++ |target
GCC ta