]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/d30v/d30v.c
builtins.c (expand_builtin_setjmp_receiver): Const-ify.
[gcc.git] / gcc / config / d30v / d30v.c
index 2af7b26c27170d0c5a951f926335c5081b6d2110..a5d874546808679272a3fca80163b60bbfd842be 100644 (file)
@@ -247,7 +247,7 @@ override_options ()
 
 #if 0
       {
-       static char *names[] = REG_CLASS_NAMES;
+       static const char *const names[] = REG_CLASS_NAMES;
        fprintf (stderr, "Register %s class is %s, can hold modes", reg_names[regno], names[class]);
        for (mode1 = VOIDmode;
             (int)mode1 < NUM_MACHINE_MODES;
This page took 0.030031 seconds and 5 git commands to generate.