public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/24826]  New: Incorrect default options
@ 2005-11-12 22:10 mlist at ml-solutions dot co dot uk
  2005-11-12 22:12 ` [Bug target/24826] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mlist at ml-solutions dot co dot uk @ 2005-11-12 22:10 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-07-04 20:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-12 22:10 [Bug target/24826] New: Incorrect default options mlist at ml-solutions dot co dot uk
2005-11-12 22:12 ` [Bug target/24826] [4.1 Regression] " pinskia at gcc dot gnu dot org
2006-02-13  3:43 ` [Bug target/24826] [4.1/4.2 " pinskia at gcc dot gnu dot org
2006-02-28 20:41 ` mmitchel at gcc dot gnu dot org
2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
2007-02-14  9:36 ` [Bug target/24826] [4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
2007-07-17 11:50 ` saurabh dot verma at codito dot com
2008-07-04 20:14 ` [Bug target/24826] [4.1/4.2 " jsm28 at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).