From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18419 invoked by alias); 20 May 2003 13:36:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 18388 invoked by uid 71); 20 May 2003 13:36:00 -0000 Date: Tue, 20 May 2003 13:36:00 -0000 Message-ID: <20030520133600.18387.qmail@sources.redhat.com> To: ebotcazou@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Eric Botcazou Subject: Re: bootstrap/10057: symbol is non-aligned Reply-To: Eric Botcazou X-SW-Source: 2003-05/txt/msg02180.txt.bz2 List-Id: The following reply was made to PR bootstrap/10057; it has been noted by GNATS. From: Eric Botcazou To: Alexander Klimov Cc: Dara Hazeghi , , Subject: Re: bootstrap/10057: symbol is non-aligned Date: Tue, 20 May 2003 15:37:35 +0200 > Any ideas what is wrong with my setup? Try maybe to not pass CFLAGS=-O2 when bootstrapping. The option is passed to the bootstrap compiler (GCC 2.95.2 for you) and it may be risky to rely on the optimizations of the bootstrap compiler. Use BOOT_CFLAGS instead. -- Eric Botcazou