[PATCH, i386]: Fix wrong code model string in the error message

Uros Bizjak ubizjak@gmail.com
Tue Jul 3 12:04:00 GMT 2012


Hello!

2012-07-03  Uros Bizjak  <ubizjak@gmail.com>

	* config/i386/i386.c (ix86_option_override_internal): Fix wrong
	code model string in the error message.

Committed.

Uros.

Index: config/i386/i386.c
===================================================================
--- config/i386/i386.c  (revision 189218)
+++ config/i386/i386.c  (working copy)
@@ -3283,7 +3283,7 @@
                   "large", "32");
          else if (TARGET_X32)
            error ("code model %qs not supported in x32 mode",
-                  "medium");
+                  "large");
          break;

        case CM_32:



More information about the Gcc-patches mailing list