aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr89410-2.c
blob: 3cc6d6d063e33e347a18000953787542a6017f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-options "-fdiagnostics-show-caret" } */

int main(void)
{
  /* This is 0x7fffffffffffffff, which truncates to 0xffffffff.  */
#line 9223372036854775807 /* { dg-warning "line number out of range" } */
#warning msg
  /* { dg-begin-multiline-output "" }
 #line 9223372036854775807
       ^~~~~~~~~~~~~~~~~~~
     { dg-end-multiline-output "" } */
  /* { dg-warning "msg" "" { target *-*-* } { -1 } } */
}