http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45974
Ralf Wildenhues <rwild at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2010-10-12 05:05:36 UTC --- Ouch. What is SHELL set to in gcc/Makefile? Does it work on your system to use this instead (in a tree with the patch not reverted): make -k check RUNTESTFLAGS='--target_board=unix"{-m32,-m64}"' Thanks, and sorry for the inconvenience. I'm reverting the patch for now, but would like to fix this in the long run nevertheless. The quoting style needs to be uniform, so that the user can still provide his own. (It might be sufficient to document a quoting style that works portably, however.)