Commit 9cbff7e7 by Rask Ingemann Lambertsen Committed by Janis Johnson

limits-caselabels.c: Fix for targets where int is 16 bits.

2007-05-31  Rask Ingemann Lambertsen  <rask@sygehus.dk>

	* gcc.c-torture/compile/limits-caselabels.c: Fix for targets where
	int is 16 bits.

From-SVN: r125243
parent ac816b02
2007-05-31 Rask Ingemann Lambertsen <rask@sygehus.dk>
* gcc.c-torture/compile/limits-caselabels.c: Fix for targets where
int is 16 bits.
007-05-31 Paul Thomas <pault@gcc.gnu.org>
PR fortran/32156
......@@ -12,7 +12,7 @@
#define LIM7(x) LIM6(x##0) LIM6(x##1) LIM6(x##2) LIM6(x##3) LIM6(x##4) \
LIM6(x##5) LIM6(x##6) LIM6(x##7) LIM6(x##8) LIM6(x##9)
void q19_func (int i)
void q19_func (long i)
{
switch (i) {
LIM5 (case 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment