[Bug c++/79085] [6/7/8 Regression] ICE with placement new to unaligned location

2018-03-15 Thread hp at tmm dot cx
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

[Bug c++/84881] internal compiler error: in assign_temp, at function.c:968 when building for gnueabihf

2018-03-15 Thread hp at tmm dot cx
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

[Bug c++/84881] internal compiler error: in assign_temp, at function.c:968 when building for gnueabihf

2018-03-15 Thread hp at tmm dot cx
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.

[Bug c++/84881] New: internal compiler error: in assign_temp, at function.c:968 when building for gnueabihf

2018-03-15 Thread hp at tmm dot cx
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

[Bug jit/70443] gccjit fails to build with in-tree dependencies

2016-03-30 Thread hp at tmm dot cx
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

[Bug jit/70443] gccjit fails to build with in-tree dependencies

2016-03-30 Thread hp at tmm dot cx
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

[Bug jit/70443] New: gccjit fails to build with in-tree dependencies

2016-03-29 Thread hp at tmm dot cx
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

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

2014-11-19 Thread hp at tmm dot cx
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