Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gfortran.dg/pr69554-2.F90 @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
line wrap: on
line source
! { dg-do compile } ! { dg-options "-fdiagnostics-show-caret" } ! { dg-allow-blank-lines-in-output 1 } program main goto 1000 1000 continue ! first instance 1000 continue ! second instance end #if 0 ! { dg-locus "4" "" { target *-*-* } "7" } ! { dg-begin-multiline-output "" } 1000 continue ! first instance 1 1000 continue ! second instance 2 Error: Duplicate statement label 1000 at (1) and (2) ! { dg-end-multiline-output "" } #endif