PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / pragma-diag-2.c
blob588d618955cbb0474550e53ea4778d730264be8d
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -pedantic -Wno-long-long" } */
3 /* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */
5 int i = 0LL;
7 #pragma GCC diagnostic error "-Wlong-long"
9 int j = 1LL; /* { dg-error "long long" } */