https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79085
--- Comment #5 from Hein-Pieter van Braam ---
I can build the file I reported #84881 on with the following extra options: -O3
-fno-tree-fre -fno-tree-dominator-opts -fno-tree-copy-prop -fno-tree-ccp
-fno-code-hoisting -fno-tree-pre -fno-tree-vrp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84881
--- Comment #2 from Hein-Pieter van Braam ---
Created attachment 43666
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43666&action=edit
Result of the compilation with -fbugreport enabled
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84881
--- Comment #1 from Hein-Pieter van Braam ---
I forgot to mention: The ICE doesn't happen when building for i686 or x86_64.
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hp at tmm dot cx
Target Milestone: ---
Created attachment 43665
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43665&action=edit
File causing the IC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70443
--- Comment #3 from Hein-Pieter van Braam ---
(In reply to Hein-Pieter van Braam from comment #2)
> As an aside, I think it would actually be perfectly acceptable to simple
> bomb during ./configure if a user tries to build gccjit.so with in-tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70443
--- Comment #2 from Hein-Pieter van Braam ---
As an aside, I think it would actually be perfectly acceptable to simple bomb
during ./configure if a user tries to build gccjit.so with in-tree
dependencies. Given the usecase of gccjit.so I doubt an
Assignee: dmalcolm at gcc dot gnu.org
Reporter: hp at tmm dot cx
Target Milestone: ---
When trying to build gccjit with in-tree dependencies (fetched with
contrib/download_prerequisites) linking will fail as the in-tree dependencies
are built without -fPIC.
/usr/bin/ld
ormal
Priority: P3
Component: jit
Assignee: dmalcolm at gcc dot gnu.org
Reporter: hp at tmm dot cx
When running tut01-hello-world.c with a gccjit installed in a prefix, but PATH
not pointing to a gcc-5.0.0 driver the program segfaults.
$ LD_LIBRARY_PATH=/home/hp