diff options
author | Nick Clifton <nickc@redhat.com> | 2011-05-09 10:04:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2011-05-09 10:04:36 +0000 |
commit | 61d6def5f87750ec8a7c242b55bf37aacd2f71b1 (patch) | |
tree | 04a7174c55713bd368148333a1b24ce355c8920d | |
parent | d371df6f10a5f5262df075ada4848720910b7880 (diff) | |
download | gcc-61d6def5f87750ec8a7c242b55bf37aacd2f71b1.zip gcc-61d6def5f87750ec8a7c242b55bf37aacd2f71b1.tar.gz gcc-61d6def5f87750ec8a7c242b55bf37aacd2f71b1.tar.bz2 |
re PR target/48899 (enum conversion initializing global_options_init.x_iq2000_tune)
PR target/48899
* config/iq2000/iq2000.opt (iq2000_tune): Initialise to
PROCESSOR_DEFAULT.
From-SVN: r173562
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/iq2000/iq2000.opt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 97f9f1f..6e0089d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -31,6 +31,10 @@ 2011-05-09 Nick Clifton <nickc@redhat.com> + PR target/48899 + * config/iq2000/iq2000.opt (iq2000_tune): Initialise to + PROCESSOR_DEFAULT. + PR target/48897 * config/mn10300/mn10300.c (extract_bundle): Remove spurious local variable 's'. diff --git a/gcc/config/iq2000/iq2000.opt b/gcc/config/iq2000/iq2000.opt index bfd8dcc..f6392de 100644 --- a/gcc/config/iq2000/iq2000.opt +++ b/gcc/config/iq2000/iq2000.opt @@ -23,7 +23,7 @@ config/iq2000/iq2000-opts.h ; The target cpu for optimization and scheduling. Variable -enum processor_type iq2000_tune +enum processor_type iq2000_tune = PROCESSOR_DEFAULT ; This option has no effect at the moment. march= |