Re: GFortran testsuite problems with "dg-do compile"

2006-12-18 Thread Steve Kargl
On Mon, Dec 18, 2006 at 02:29:46PM -0800, Brooks Moses wrote: > > Elsewhere in the testsuite, I see that we have one "dg-do assemble" and > one "dg-do link", which I presume will generate the object code and link > it, respectively, yes? > Until now, I did not know of these dg-do arguments. I

Re: GFortran testsuite problems with "dg-do compile"

2006-12-18 Thread Brooks Moses
Paul Thomas wrote: Brooks, Is this the expected/desired behavior for "dg-do compile"? I had always thought so :-) and Steve Kargl wrote in the "Fix PR 30235" thread on fortran@: It's my understanding the "dg-do compile" in the gfortran testsuite should only run once. It is normally used to

Re: GFortran testsuite problems with "dg-do compile"

2006-12-18 Thread Paul Thomas
Brooks, Is this the expected/desired behavior for "dg-do compile"? I had always thought so :-) Paul

GFortran testsuite problems with "dg-do compile"

2006-12-18 Thread Brooks Moses
I just noticed what looks like an anomaly in the gfortran testsuite. All of the tests that have "dg-do compile" headers are only being compiled once, with an empty "-O" option, rather than iterating over the usual list of -O1, -O2, -O3, etc. (This is, I note, also what's happening with advance