* FX Coudert <[EMAIL PROTECTED]> [2007-10-30 09:04]:
> Can you reduce one of these failures to a short example and file a
> PR (and CC me)?
PR33947
A simple:
program main
end program main
is enough to trigger it. Note that this doesn't happen with 4.1 and
4.2.
> Is there something target-spec
gfortran has 7442 unexpected failures. Most of them are due to
"test for
excess errors". Many are simply because of this:
| warning: 'const' attribute directive ignored
| warning: 'nothrow' attribute directive ignored
which seems to be mentioned in PR21185 (comment #20). Is that problem
sti