[Bug jit/63969] gccjit segfaults when it can't locate the correct gcc driver program

dmalcolm at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Nov 20 01:22:00 GMT 2014


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).



More information about the Gcc-bugs mailing list