[Bug c++/38206] g++ crashes when compiling trivial code (~10 line test case)

2008-11-23 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2008-11-23 19:01 ---
This was fixed with the fix for PR 5247.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38206



[Bug c++/38206] g++ crashes when compiling trivial code (~10 line test case)

2008-11-20 Thread gredner at gmail dot com


--- Comment #1 from gredner at gmail dot com  2008-11-20 23:20 ---
Created an attachment (id=16729)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16729action=view)
Self-contained test case


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38206



[Bug c++/38206] g++ crashes when compiling trivial code (~10 line test case)

2008-11-20 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2008-11-21 01:26 ---
This errors out in 4.3.2 and above:
t.cc: In function 'bar makeBar()':
t.cc:12: error: no matching function for call to 'bar::bar(bar)'
t.cc:8: note: candidates are: bar::bar(bar)
t.cc:7: note: bar::bar(const foo)
t.cc:12: error:   initializing argument 1 of 'foo::foo(T) [with T = bar]'


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38206