This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/24826] [4.1/4.2/4.3 Regression] Incorrect default options
- From: "saurabh dot verma at codito dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2007 11:50:49 -0000
- Subject: [Bug target/24826] [4.1/4.2/4.3 Regression] Incorrect default options
- References: <bug-24826-11703@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from saurabh dot verma at codito dot com 2007-07-17 11:50 -------
This is fixed on mainline with the following patch.
-- trunk/gcc/config/h8300/h8300.c 2005/06/25 01:22:41 101314
+++ trunk/gcc/config/h8300/h8300.c 2006/08/28 13:51:04 116509
@@ -5746,4 +5746,7 @@
#undef TARGET_MACHINE_DEPENDENT_REORG
#define TARGET_MACHINE_DEPENDENT_REORG h8300_reorg
+#undef TARGET_DEFAULT_TARGET_FLAGS
+#define TARGET_DEFAULT_TARGET_FLAGS TARGET_DEFAULT
+
struct gcc_target targetm = TARGET_INITIALIZER;
Can put this in 4.1 branch also and mark this bug as fixed?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24826