This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> + write(str,nml=nam) ! { dg-error "Internal file at (1) is incompatible with namelist"} > + read(str,nml=nam) ! { dg-error "Internal file at (1) is incompatible with namelist"}
I now do get the following error with "make -k check". I frankly have no idea why and how it should work as gfortran gives the right error message. If someone, who knows dejagnu, could enlighten me, what I do wrong? (I really wonder why I didn't see this failure yesterday.)
I think the dg-error string is interpreted as a regexp, where the () have special meaning. Try "Internal file .* is incompatible with namelist", I guess it should work.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |