[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2020-06-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-03-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 --- Comment #10 from Dominique d'Humieres --- > Okay, since this a downstream bug, moving back to waiting. Is this really a gfortran bug?

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-03-14 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 Florian Weimer changed: What|Removed |Added Status|NEW |WAITING See Also|

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #8

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-03-14 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 --- Comment #7 from Florian Weimer --- Related mailing list discussion: https://gcc.gnu.org/ml/gcc/2019-03/msg00106.html

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-03-14 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 --- Comment #6 from Florian Weimer --- Note: Current libtool does not know about the need for linking against libgcc.a, either, so this should be fixed by changing how libgcc and libgcc_s are linked, not in the compiler drivers.

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-03-14 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 Florian Weimer changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-01-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 --- Comment #4 from Richard Biener --- It works for me (glibc 2.22). Can you quote the linker command-line (add -v to the compiler command)?

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-01-11 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 Janne Blomqvist changed: What|Removed |Added CC||jb at gcc dot gnu.org --- Comment #3

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-01-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 --- Comment #2 from Andrew Pinski --- >/usr/bin/ld: a.out: hidden symbol `__cpu_model' in >/tmp/gcc9/bin/../lib/gcc/x86_64-pc-linux-gnu/9.0.0/libgcc.a(cpuinfo.o) is >referenced by DSO Could you figure out which shared library references

[Bug libfortran/88805] hidden symbol `__cpu_model' is referenced by DSO

2019-01-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88805 --- Comment #1 from kargl at gcc dot gnu.org --- This appears to be either a problem with your binutils or pilot error. It is not a problem with libgfortran.