From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26301 invoked by alias); 22 Apr 2009 21:21:08 -0000 Received: (qmail 26255 invoked by uid 48); 22 Apr 2009 21:20:56 -0000 Date: Wed, 22 Apr 2009 21:21:00 -0000 Message-ID: <20090422212056.26254.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: "ryancacophony at gmail dot com" 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/msg02043.txt.bz2 ------- 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 the toplevel source is not supported. > Yeah, using that include thing worked......I still don't understand exactly why- where was I using a PCH? (I just looked up the term when you responded) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39854