summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr89410-2.c
blob: 76e781b09dfa71d6b66fca1b6fa428203a456799 (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 } */
}