Commit 22f8036e by Jeffrey A Law Committed by Jeff Law

* gcc.dg/990214-1.c: New test.

From-SVN: r25185
parent 9f4ec515
Sun Feb 14 01:26:29 1999 Jeffrey A Law (law@cygnus.com)
* gcc.dg/990214-1.c: New test.
Sat Feb 13 00:43:52 1999 Jeffrey A Law (law@cygnus.com)
* gcc.dg/990213-2.c: New test.
......
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-fPIC" } */
typedef int int64_t __attribute__ ((__mode__ ( __DI__ ))) ;
unsigned *
bar (int64_t which)
{
switch (which & 15 ) {
case 0 :
break;
case 1 :
case 5 :
case 2 :
}
}
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