From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14305 invoked by alias); 22 Apr 2009 19:36:37 -0000 Received: (qmail 14238 invoked by uid 48); 22 Apr 2009 19:36:25 -0000 Date: Wed, 22 Apr 2009 19:36:00 -0000 Message-ID: <20090422193625.14236.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/39854] Segfault with a pointer of array of pointers In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg02029.txt.bz2 ------- 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 supported. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39854