mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 20:45:41 +08:00
re PR fortran/31616 (testsuite failures in gfortran.dg/open_errors.f90)
PR fortran/31616 * gfortran.dg/open_errors.f90: Allow a different error message. From-SVN: r124059
This commit is contained in:
parent
6c1e7e268e
commit
11bac67c45
@ -1,3 +1,8 @@
|
||||
2007-04-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
PR fortran/31616
|
||||
* gfortran.dg/open_errors.f90: Allow a different error message.
|
||||
|
||||
2007-04-23 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* lib/target-supports.exp (check_effective_target_vect_pack_trunc):
|
||||
|
@ -15,7 +15,7 @@ open(77,file=n,status="old", iomsg=msg, iostat=i)
|
||||
if (msg /= "File 'temptestfile' does not exist") call abort()
|
||||
|
||||
open(77,file="./", iomsg=msg, iostat=i)
|
||||
if (msg /= "'./' is a directory") call abort()
|
||||
if (msg /= "'./' is a directory" .and. msg /= "Invalid argument") call abort()
|
||||
|
||||
open(77,file=n,status="new")
|
||||
i = chmod(n, "-w")
|
||||
|
Loading…
Reference in New Issue
Block a user