[Bug target/24826] [4.1/4.2/4.3 Regression] Incorrect default options
saurabh dot verma at codito dot com
gcc-bugzilla@gcc.gnu.org
Tue Jul 17 11:50:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list