OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [missing_parens_2.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do run }
2
! PR34325 Wrong error message for syntax error
3
program aa
4
implicit none
5
real(kind=8)::r1=0
6
character(25) :: a
7
a = 'I am not a )))))'')''.'
8
if ((((((a /= "I am not a )))))')'.")))))) call abort
9
if ((((((a /= 'I am not a )))))'')''.')))))) call abort
10
a = "I am not a )))))"")""."
11
if ((((((a /= "I am not a )))))"")"".")))))) call abort
12
if (((3*r1)**2)>= 0) a = "good"
13
if (a /= "good") call abort
14
end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.