OSDN Git Service

* config/i386/i386.md (UNSPEC_VSIBADDR): New.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / open_nounit.f90
1 ! { dg-do compile }
2 ! PR43832 Missing UNIT in OPEN
3   open () ! { dg-error "must have UNIT" }
4   open (file="test") ! { dg-error "must have UNIT" }
5   end
6