[Bug c++/25861] tree check fail at c-common.c:2430

2006-01-19 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-19 20:16 --- Semi reduced: void f(void); class PNotifierFunction { public: PNotifierFunction( void * obj ) { void * object; object = ((&(obj)&&(obj)!=__null)?(obj): (f(),(obj))); } }; -- http

[Bug c++/25861] tree check fail at c-common.c:2430

2006-01-19 Thread dcb314 at hotmail dot com
--- Comment #4 from dcb314 at hotmail dot com 2006-01-19 19:17 --- (In reply to comment #3) > This has been faling since at least 20051219. I rather suspect there would be a useful job for someone to take each weekly snapshot of gcc 4.2 and make sure it compiles some recentish distribu

[Bug c++/25861] tree check fail at c-common.c:2430

2006-01-19 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-19 18:54 --- This has been faling since at least 20051219. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25861

[Bug c++/25861] tree check fail at c-common.c:2430

2006-01-19 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-19 18:53 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25861

[Bug c++/25861] tree check fail at c-common.c:2430

2006-01-19 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-01-19 18:48 --- Created an attachment (id=10676) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10676&action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25861