[Bug c++/33355] GCC has an invalid pointer.

2007-09-08 Thread shw_mail at wp dot pl
--- Comment #5 from shw_mail at wp dot pl 2007-09-08 19:05 --- Created an attachment (id=14176) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14176&action=view) The program which causes error. Source code of the program. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33355

[Bug c++/33355] GCC has an invalid pointer.

2007-09-08 Thread shw_mail at wp dot pl
--- Comment #4 from shw_mail at wp dot pl 2007-09-08 19:04 --- Created an attachment (id=14175) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14175&action=view) -save-temp from the code. This is an .ii file contains preprocessed code. -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug c++/33355] GCC has an invalid pointer.

2007-09-08 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-09-08 17:23 --- Can you attach the *.ii file that is generated if you compile this with -save-temps added to the command line? Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33355

[Bug c++/33355] GCC has an invalid pointer.

2007-09-08 Thread shw_mail at wp dot pl
--- Comment #2 from shw_mail at wp dot pl 2007-09-08 15:31 --- (In reply to comment #1) > Can you please attach preprocessed source for a testcase triggering this? > Below is separated FULL example :-). // test_case.cpp #include #include struct MyType1{}; typedef Mytype1 MyType2;

[Bug c++/33355] GCC has an invalid pointer.

2007-09-08 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-08 14:45 --- Can you please attach preprocessed source for a testcase triggering this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33355