mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 14:01:04 +08:00
Change if-to-switch-conversion test.
PR tree-optimization/103278 gcc/testsuite/ChangeLog: * gcc.dg/tree-ssa/if-to-switch-5.c: Make the test acceptable by targets with no jump-tables.
This commit is contained in:
parent
67013a2f71
commit
7e846b0f13
@ -4,8 +4,8 @@
|
||||
int crud (unsigned char c)
|
||||
{
|
||||
return (((((((((((int) c == 46) || (int) c == 44)
|
||||
|| (int) c == 58) || (int) c == 59) || (int) c == 60)
|
||||
|| (int) c == 62) || (int) c == 34) || (int) c == 92)
|
||||
|| (int) c == 58) || (int) c == 60) || (int) c == 62)
|
||||
|| (int) c == 64) || (int) c == 34) || (int) c == 92)
|
||||
|| (int) c == 39) != 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user