[Bug c++/28785] internal compiler error

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-03 05:39 --- Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28785] internal compiler error

2006-08-20 Thread smirolo at hotmail dot com
--- Comment #1 from smirolo at hotmail dot com 2006-08-20 18:57 --- Created an attachment (id=12107) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12107action=view) .ii and .log (stdout/stderr) files compilation command line: g++ -v --save-temps -g -O0 -I../../include -I.

[Bug c++/28785] internal compiler error

2006-08-20 Thread smirolo at hotmail dot com
--- Comment #2 from smirolo at hotmail dot com 2006-08-20 19:06 --- Actually, I have the following two definitions: friend vertex_descriptor source( const edge_descriptor e, const viewAsGraph g ); friend const vertex_descriptor source( const edge_descriptor e, const

[Bug c++/28785] internal compiler error

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-21 01:27 --- This works in 4.1.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28785

[Bug c++/28785] internal compiler error

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-21 01:31 --- (In reply to comment #3) This works in 4.1.0. Meaning it does not ICE. ../../include/viewAsGraph.hh: In instantiation of ‘viewAsGraphstd::vectoredgeTest, std::allocatoredgeTest ’: ../src/viewAsGraphTest.cc:21:

[Bug c++/28785] internal compiler error

2006-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-21 05:15 --- Note since this is an Apple compiler you found this bug in, you should have reported this to Apple first and not to the FSF. Specificially you did not read the output the compiler gave: See