[Bug c++/39854] Segfault with a pointer of array of pointers

2009-04-22 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-04-23 00:11 --- *** This bug has been marked as a duplicate of 38987 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/39854] Segfault with a pointer of array of pointers

2009-04-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39854

[Bug c++/39854] Segfault with a pointer of array of pointers

2009-04-22 Thread ryancacophony at gmail dot com
--- Comment #3 from ryancacophony at gmail dot com 2009-04-22 21:20 --- (In reply to comment #2) > This is likely because a PCH is used and is not included from the main .cpp > file (but Melody.h). Try using -include note.h on the commandline to use > PCHs. > Including a PCH from not t

[Bug c++/39854] Segfault with a pointer of array of pointers

2009-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-04-22 19:36 --- This is likely because a PCH is used and is not included from the main .cpp file (but Melody.h). Try using -include note.h on the commandline to use PCHs. Including a PCH from not the toplevel source is not supporte

[Bug c++/39854] Segfault with a pointer of array of pointers

2009-04-22 Thread ryancacophony at gmail dot com
--- Comment #1 from ryancacophony at gmail dot com 2009-04-22 17:31 --- Created an attachment (id=17676) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17676&action=view) ii file as requested -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39854