------- Comment #6 from zackw at panix dot com  2007-04-15 21:22 -------
Bugs where the compiler proper crashes when run under the driver, but not when
run directly, can often be reproduced by varying the amount of space taken up
by environment variables, e.g.

x=
while :; do
  x="x$x"
  X=$x ./f951 arguments... || break
done


-- 


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

Reply via email to