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]

Re: question on bind(c) global vars


> dg-error matches a regular expression.  Parentheses have a special
> meaning in regular expressions.  Thus your match should look something
> like
> { dg-error "can not be BIND\(C\)" } or
> { dg-error "can not be BIND.C." }
>

thanks for the help.  the second option worked, but the first one did not.

Chris


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]