https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
Eric Gallager changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
Richard Biener changed:
What|Removed |Added
Target Milestone|7.4 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
Eric Gallager changed:
What|Removed |Added
Target Milestone|--- |7.4
--- Comment #22 from Eric Gallager
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #21 from mrs at gcc dot gnu.org ---
I'm fine with Backporting for affected branches.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #20 from Eric Gallager ---
(In reply to m...@gcc.gnu.org from comment #19)
> I'm fine with Backporting for affected branches.
So... that's still 6 and 7 at this point?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #19 from mrs at gcc dot gnu.org ---
I'm fine with Backporting for affected branches.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #18 from Francois-Xavier Coudert ---
Thanks David. Do you think this could be backported to the active branches?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #17 from David Malcolm ---
This ought to be fixed in trunk (for gcc 8) by r258388.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #16 from David Malcolm ---
Author: dmalcolm
Date: Fri Mar 9 15:24:44 2018
New Revision: 258388
URL: https://gcc.gnu.org/viewcvs?rev=258388&root=gcc&view=rev
Log:
jit: use 'configure' to replace hard-coded linker options (PR jit/6408
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #15 from David Malcolm ---
Candidate patch for the linker issue:
https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00776.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
Eric Gallager changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #13 from Francois-Xavier Coudert ---
Can we apply this patch to trunk before 7.1 is released? It would allow to
build and run jit on Darwin:
diff --git a/gcc/jit/Make-lang.in b/gcc/jit/Make-lang.in
index 44d0750..4df2a9c 100644
--- a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
Francois-Xavier Coudert changed:
What|Removed |Added
Target|x86_64-apple-darwin14 |x86_64-apple-darwin16
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
mrs at gcc dot gnu.org changed:
What|Removed |Added
CC||mrs at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #10 from David Malcolm ---
FWIW, homebrew has a formula for building libgccjit on OS X:
https://github.com/Homebrew/homebrew/blob/master/Library/Formula/gcc.rb
Currently it applies this patch:
diff --git a/gcc/jit/Make-lang.in b/gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #9 from Eric Gallager ---
(In reply to Eric Gallager from comment #8)
> So anyways... for some reason I also had to add
> "-Wl,-undefined,dynamic_lookup" due to the "environ" symbol being missing,
> which makes no sense to me, because
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
Eric Gallager changed:
What|Removed |Added
CC||egall at gwmail dot gwu.edu
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #7 from David Malcolm ---
(In reply to howarth from comment #6)
> I don't believe this can be an issue on darwin as we always default to
> producing PIC oode.
Ah, ok.
Thanks for filing this bug.
I'm wondering what other problems lib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #6 from howarth at bromo dot med.uc.edu ---
(In reply to dmalcolm from comment #5)
> (In reply to howarth from comment #1)
> > Failing build configured with...
> >
> > ../gcc-5-20141126/configure --prefix=/sw --prefix=/sw/lib/gcc5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #5 from dmalcolm at gcc dot gnu.org ---
(In reply to howarth from comment #1)
> Failing build configured with...
>
> ../gcc-5-20141126/configure --prefix=/sw --prefix=/sw/lib/gcc5.0
> --mandir=/sw/share/man --infodir=/sw/lib/gcc5.0/i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #4 from howarth at bromo dot med.uc.edu ---
We are testing in gcc/configure for...
configure:14564: checking for -exported_symbols_list linker flag
configure:14584:
/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./prev-gcc/xgcc
-B
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #3 from howarth at bromo dot med.uc.edu ---
Note that on darwin libgcc handles its symbol map using...
-Wl,-exported_symbols_list,$(SHLIB_MAP)
on SHLIB_LINK.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #2 from howarth at bromo dot med.uc.edu ---
I see that the libgcc build handles this issue by passing the --version-script
linker option selectively using config/t-slibgcc-gld.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089
--- Comment #1 from howarth at bromo dot med.uc.edu ---
Failing build configured with...
../gcc-5-20141126/configure --prefix=/sw --prefix=/sw/lib/gcc5.0
--mandir=/sw/share/man --infodir=/sw/lib/gcc5.0/info
--enable-languages=c,c++,fortran,lto,o
24 matches
Mail list logo