[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2018-11-24 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 nightstrike changed: What|Removed |Added CC||nightstrike at gmail dot com --- Comment

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-09-28 Thread kristerw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 Krister Walfridsson changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-09-28 Thread kristerw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 --- Comment #12 from Krister Walfridsson --- Author: kristerw Date: Thu Sep 28 19:17:51 2017 New Revision: 253263 URL: https://gcc.gnu.org/viewcvs?rev=253263=gcc=rev Log: gcc/ChangeLog: Backport from mainline 2017-05-14

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-14 Thread kristerw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 --- Comment #11 from Krister Walfridsson --- Author: kristerw Date: Sun May 14 22:49:03 2017 New Revision: 248037 URL: https://gcc.gnu.org/viewcvs?rev=248037=gcc=rev Log: PR target/80600 - hidden symbol '__cpu_model' is referenced by DSO

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-04 Thread coypu at sdf dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 --- Comment #10 from coypu --- (In reply to H.J. Lu from comment #9) > > This may break Linux. You may want to investigate if this approach: > > commit 6e6c7fc1e15525a10f48d4f5ac2edd853e2f5cb7 > Author: nsz

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-04 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 --- Comment #9 from H.J. Lu --- (In reply to coypu from comment #8) > Created attachment 41317 [details] > Unbreak NetBSD following r243219 > > This patch works for me. This may break Linux. You may want to investigate if this approach:

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-04 Thread coypu at sdf dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 --- Comment #8 from coypu --- Created attachment 41317 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41317=edit Unbreak NetBSD following r243219 This patch works for me.

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-03 Thread krister.walfridsson at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 krister.walfridsson at gmail dot com changed: What|Removed |Added CC|

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-03 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 --- Comment #6 from H.J. Lu --- This is related to PR 61309 and PR 67424.

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-03 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 Richard Biener changed: What|Removed |Added CC||hjl at gcc dot gnu.org,

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-03 Thread coypu at sdf dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 --- Comment #3 from coypu --- $ /usr/pkg/gcc7/bin/gfortran -Wl,--verbose test.f95 |grep succeeded |sort -u .. attempt to open /usr/lib/crt0.o succeeded attempt to open /usr/lib/crtbegin.o succeeded attempt to open /usr/lib/crtend.o succeeded

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 Richard Biener changed: What|Removed |Added Target|netbsd |x86_64-netbsd --- Comment #2 from

[Bug target/80600] hidden symbol `__cpu_model' is referenced by DSO

2017-05-02 Thread coypu at sdf dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600 --- Comment #1 from coypu --- Related and possible duplicate for dfly: libgcc/61309