summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc_int/explow.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-07-12 19:08:36 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-07-12 19:08:36 +0000
commit526195ad0da110e4a8a5315ec86dddc8e179c06f (patch)
treeb07c215aa55db3fb81db462f4bc70f61cd56c57f /gnu/usr.bin/cc/cc_int/explow.c
parent51295a4d3e4c551df85249433c490208dc7fd23d (diff)
downloadsrc-test2-526195ad0da110e4a8a5315ec86dddc8e179c06f.tar.gz
src-test2-526195ad0da110e4a8a5315ec86dddc8e179c06f.zip
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc_int/explow.c')
-rw-r--r--gnu/usr.bin/cc/cc_int/explow.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_int/explow.c b/gnu/usr.bin/cc/cc_int/explow.c
index f32c5ade1bae..ed8102c41e4e 100644
--- a/gnu/usr.bin/cc/cc_int/explow.c
+++ b/gnu/usr.bin/cc/cc_int/explow.c
@@ -116,6 +116,8 @@ plus_constant_wide (x, c)
return gen_rtx (PLUS, mode,
XEXP (x, 0),
plus_constant (XEXP (x, 1), c));
+ default:
+ break;
}
if (c != 0)
@@ -669,6 +671,8 @@ promote_mode (type, mode, punsignedp, for_call)
case POINTER_TYPE:
break;
+ default:
+ break;
}
*punsignedp = unsignedp;
@@ -807,6 +811,8 @@ emit_stack_save (save_level, psave, after)
}
break;
#endif
+ default:
+ break;
}
/* If there is no save area and we have to allocate one, do so. Otherwise
@@ -887,6 +893,8 @@ emit_stack_restore (save_level, sa, after)
fcn = gen_restore_stack_nonlocal;
break;
#endif
+ default:
+ break;
}
if (sa != 0)