------- Comment #3 from iains at gcc dot gnu dot org  2010-04-19 16:19 -------
(In reply to comment #2)
> The reason is the regexp that dejagnu uses to match the output
> /usr/share/dejagnu/dg.exp
...
> It would be nice if this were configurable or if we could override it.

yeah - I've just found another gotcha
I want to test for 
warning: foo 
but not
warning: foo bar.

I can't do that with:
/* { dg-warning "foo" ... 
/* { dg-bogus "bar" "" { target ... 

is there another way?


-- 

iains at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iains at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30612

Reply via email to