OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [pr43390.f90] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 303 jeremybenn
   logical :: l1(4)
2
   logical :: l2(4)
3
   l1 = (/.TRUE.,.FALSE.,.TRUE.,.FALSE./)
4
   l2 = (/.FALSE.,.TRUE.,.FALSE.,.TRUE./)
5
   if (dot_product (l1, l2)) call abort ()
6
   l2 = .TRUE.
7
   if (.not.dot_product (l1, l2)) call abort ()
8
end
9
 

powered by: WebSVN 2.1.0

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