This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug jit/66700] Bogus gimplification of jit code using ptrs to functions
- From: "dmalcolm at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Jun 2015 02:13:34 +0000
- Subject: [Bug jit/66700] Bogus gimplification of jit code using ptrs to functions
- Auto-submitted: auto-generated
- References: <bug-66700-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66700
--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Looks like we're not setting
TREE_ADDRESSABLE (x) = 1
when taking the address of something.