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
This commit is contained in:
parent
ac816b0280
commit
9cbff7e7d9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue