comparison gcc/testsuite/gcc.dg/graphite/pr46185.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do run } */ 1 /* { dg-do run } */
2 /* { dg-require-effective-target size32plus } */ 2 /* { dg-require-effective-target size32plus } */
3 /* { dg-require-effective-target int32plus } */ 3 /* { dg-require-effective-target int32plus } */
4 /* { dg-options "-O2 -floop-interchange -ffast-math -fno-ipa-cp" } */ 4 /* { dg-options "-O2 -floop-nest-optimize -ffast-math -fno-ipa-cp" } */
5 5
6 #define DEBUG 0 6 #define DEBUG 0
7 #if DEBUG 7 #if DEBUG
8 #include <stdio.h> 8 #include <stdio.h>
9 #endif 9 #endif