From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25933 invoked by alias); 12 Nov 2005 22:10:31 -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 25925 invoked by uid 48); 12 Nov 2005 22:10:29 -0000 Date: Sat, 12 Nov 2005 22:10:00 -0000 Subject: [Bug target/24826] New: Incorrect default options X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mlist at ml-solutions dot co dot uk" X-SW-Source: 2005-11/txt/msg01815.txt.bz2 List-Id: At some point between 4.0 and 4.1 the mechanism for option handling was changed over to the new style using the .opt file but the default setting of quickcall seems to have been lost in the process. adding the following 2 lines into h8300.c #undef TARGET_DEFAULT_TARGET_FLAGS #define TARGET_DEFAULT_TARGET_FLAGS (MASK_QUICKCALL) immediately before the line struct gcc_target targetm = TARGET_INITIALIZER; appears to fix the problem allthough I am not sure that this is completely the correct way to do this. -- Summary: Incorrect default options Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mlist at ml-solutions dot co dot uk GCC host triplet: i686-pc-cygwin GCC target triplet: h8300-hitachi-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24826