[Bug target/58067] ICE in GFortran recog.c:2158

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/58067] ICE in GFortran recog.c:2158

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #14 from Andrew Pinski --- *** Bug 46250 has been marked as a duplicate of this bug. ***

[Bug target/58067] ICE in GFortran recog.c:2158

2021-04-29 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 Zdenek Sojka changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #13 f

[Bug target/58067] ICE in GFortran recog.c:2158

2018-12-08 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #12

[Bug target/58067] ICE in GFortran recog.c:2158

2014-06-13 Thread tejohnson at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 Teresa Johnson changed: What|Removed |Added CC||tejohnson at google dot com --- Comment

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Wed Aug 28 16:31:41 2013 New Revision: 202055 URL: http://gcc.gnu.org/viewcvs?rev=202055&root=gcc&view=rev Log: PR target/58067 * config/i386/i386.md (*tls_global_dynamic_64_large

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Wed Aug 14 09:09:58 2013 New Revision: 201720 URL: http://gcc.gnu.org/viewcvs?rev=201720&root=gcc&view=rev Log: PR target/58067 * config/i386/i386.c (ix86_delegitimize_address): Fo

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #8 f

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-06 Thread woodard at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #7 from Ben Woodard --- Created attachment 30622 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30622&action=edit Alexandre's patch as a file rather than as text.

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-06 Thread woodard at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #6 from Ben Woodard --- I just rebuilt the trunk with the patch that Alexandre Oliva provided and I can confirm that it solves the problem with notes about non-delegitimized addresses. However, I haven't yet tested the DWARF to make

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-06 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #5 from Alexandre Oliva --- As Andrew says, the problem with -mtls-dialect=gnu (the default) is lack of TLS support. The tls_get_addr calls expanded by tls_global_dynamic_64_ are not recognized by the corresponding insns because the c

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-06 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 Alexandre Oliva changed: What|Removed |Added CC||aoliva at gcc dot gnu.org --- Comment #

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-05 Thread woodard at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #3 from Ben Woodard --- (In reply to Uroš Bizjak from comment #2) > You can add -mtls-dialect=gnu2 to -fpic and -mcmodel=large. Though doing that prevents the ICE, the compilation spits out about 78 lines like: bt-all.f:453:0: note:

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-03 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #2 from Uroš Bizjak --- You can add -mtls-dialect=gnu2 to -fpic and -mcmodel=large.

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 Andrew Pinski changed: What|Removed |Added Target||aarch64-linux-gnu Component|fort