[Bug target/46179] Codegen/TLS: invalid assembler syntax

2018-08-08 Thread schwab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #13 from Andreas Schwab --- Author: schwab Date: Wed Aug 8 20:01:26 2018 New Revision: 263432 URL: https://gcc.gnu.org/viewcvs?rev=263432=gcc=rev Log: m68k: handle more cases of TLS symbols with offset PR target/46179 *

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-12-12 Thread schwab at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #11 from Andreas Schwab schwab at gcc dot gnu.org 2010-12-12 14:03:59 UTC --- Author: schwab Date: Sun Dec 12 14:03:55 2010 New Revision: 167724 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=167724 Log: Author: Finn Thain

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-12-12 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-11-04 Thread mkuvyrkov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #9 from Maxim Kuvyrkov mkuvyrkov at gcc dot gnu.org 2010-11-04 13:12:01 UTC --- (In reply to comment #8) I can confirm that attachment 22191 [details] fixes the original problem, namely that one source file from util-linux, for

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-11-04 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #10 from Thorsten Glaser tg at mirbsd dot org 2010-11-04 16:27:00 UTC --- https://www.freewrt.org/~tg/debs68k/dists/sid/main/PS-ok-unrel/gcc-4.4/ I built a Debian source package, which means three-stage bootstrap and then building

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-11-01 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #8 from Thorsten Glaser tg at mirbsd dot org 2010-11-01 16:08:18 UTC --- I can confirm that attachment 22191 fixes the original problem, namely that one source file from util-linux, for me. No testsuite run, though ☹ Built on

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-28 Thread fthain at telegraphics dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #6 from Finn Thain fthain at telegraphics dot com.au 2010-10-28 15:21:36 UTC --- Created attachment 22191 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22191 possible fix

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-28 Thread fthain at telegraphics dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #7 from Finn Thain fthain at telegraphics dot com.au 2010-10-28 15:34:06 UTC --- On Sun, 24 Oct 2010, Andreas Schwab wrote: This should habe [sic] been fixed up by m68k_final_prescan_insn. (In reply to comment #4) The invalid

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org 2010-10-27 08:41:05 UTC --- The invalid address is generated by output_move_double.

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-27 Thread fthain at telegraphics dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #5 from Finn Thain fthain at telegraphics dot com.au 2010-10-27 13:28:01 UTC --- The invalid address is generated by output_move_double. I have to say it, the .md files I looked at are hands-down the most complex and baroque code

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-26 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-26 Thread mkuvyrkov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #2 from Maxim Kuvyrkov mkuvyrkov at gcc dot gnu.org 2010-10-26 22:14:02 UTC --- Just to check that this is not a lingering issue from backporting, do you have the following comment in gcc/config/m68k/m68k.c ? I fixed a very similar

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-26 Thread fthain at telegraphics dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #3 from Finn Thain fthain at telegraphics dot com.au 2010-10-27 00:47:23 UTC --- Just to check that this is not a lingering issue from backporting, do you have the following comment in gcc/config/m68k/m68k.c ? Yes, I checked that