--- Comment #7 from pinskia at gcc dot gnu dot org 2006-11-19 23:16 ---
This is a dup of bug 27100.
*** This bug has been marked as a duplicate of 27100 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-11-19 23:14 ---
Reduced testcase:
struct filename_pool
{
struct holder
{
friend void intrusive_ptr_release(holder* p){}
};
friend void intrusive_ptr_release(holder*);
};
--
pinskia at gcc dot gnu dot org changed:
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-19 18:01 ---
Reducing.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Keywords|
--- Comment #4 from steven at gcc dot gnu dot org 2006-11-19 16:10 ---
The best way to reduce this test case is to use
--param ggc-min-expand=0 -- param gcc-min-heapsize=0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29896
--- Comment #3 from baraclese at googlemail dot com 2006-11-19 14:02
---
*** Bug 29894 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29896
--- Comment #2 from baraclese at googlemail dot com 2006-11-19 14:02
---
*** Bug 29893 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29896
--- Comment #1 from baraclese at googlemail dot com 2006-11-19 13:54
---
since source is too large (~1.7MB) to attach i uploaded it for your
convenience, please download it from here:
http://oscc.sourceforge.net/compiler.ii
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29896