------- Comment #6 from jakub at gcc dot gnu dot org  2009-09-17 13:33 -------
I also saw this with r151791, both on x86_64-linux and i686-linux, though for
far fewer testcases.
The regressions all look like:
Executing on host: /usr/src/gcc/obj427/gcc/xgcc -B/usr/src/gcc/obj427/gcc/
/usr/src/gcc/gcc/testsuite/gcc.dg/tls/diag-5.c   DEFAULT_CFLAGS -S  -o diag-5.s
   (timeout = 300)
xgcc: DEFAULT_CFLAGS: No such file or directory

so I guess this is a recent testsuite bug (I'm using make -j48 -k check).
Last working  make check was with 20090916 trunk, though I don't remember exact
revision.

I guess the bug is in:
http://gcc.gnu.org/viewcvs/trunk/gcc/testsuite/gcc.dg/dfp/dfp.exp?r1=151764&r2=151763&pathrev=151764
I'd say
set save_default_cflags DEFAULT_CFLAGS
should read
set save_default_cflags $DEFAULT_CFLAGS

Will test it.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org
          Component|testsuite                   |middle-end
   Target Milestone|---                         |4.5.0


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

Reply via email to