From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12615 invoked by alias); 6 Sep 2004 22:58:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12602 invoked by uid 48); 6 Sep 2004 22:58:02 -0000 Date: Mon, 06 Sep 2004 22:58:00 -0000 Message-ID: <20040906225802.12601.qmail@sourceware.org> From: "mmitchel at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040906004100.17331.njs@codesourcery.com> References: <20040906004100.17331.njs@codesourcery.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17331] "Illegal instruction" error in FTensor when compiled with G++ 3.4.2 prerelease 2 (20040902) X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00492.txt.bz2 List-Id: ------- Additional Comments From mmitchel at gcc dot gnu dot org 2004-09-06 22:58 ------- After much investigation at CodeSourcery, we're not sure what to make of this PR. The HP linker generates a stub that loads an address from the PLTGOT; that address is bogus. It is bogus at program start-up, so it does not look like we're writing to the PLTGOT accidentally. It's possible that this is an HP linker bug, or some kind of PLTGOT overflow. Postponed until GCC 3.4.3. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |zack at codesourcery dot com Target Milestone|--- |3.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17331