https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63969

dmalcolm at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-20
     Ever confirmed|0                           |1

--- Comment #1 from dmalcolm at gcc dot gnu.org ---
Confirmed: this is trivial to reproduce by running:
  make check-jit 
to build the test programs, or just one like so:
  make check-jit RUNTESTFLAGS="-v -v -v jit.exp=tut01-hello-world.c"
then running:
  ./testsuite/jit/tut01-hello-world.exe
outside of the jit.exp harness (thus not setting up the envvars).

Reply via email to