[Bug c/82772] GCC crashes as compiling ags_thread.c source file on alpha architecture
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Oct 30 20:36:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82772
--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Joël Krähemann from comment #1)
> Created attachment 42501 [details]
> gcc dump as tarball
I can't get the preprocessed source from the tarball. There is only one
gcc-dump.txt file inside, and its contents aren't parseable by the compiler.
Can you post instructions, how to get preprocessed source from the tarball?
That said, the fix is probably:
--cut here--
Index: config/alpha/sync.md
===================================================================
--- config/alpha/sync.md (revision 254212)
+++ config/alpha/sync.md (working copy)
@@ -24,7 +24,7 @@
[(plus "add_operand") (minus "reg_or_8bit_operand")
(ior "or_operand") (xor "or_operand") (and "and_operand")])
(define_code_attr fetchop_constr
- [(plus "rKL") (minus "rI") (ior "rIN") (xor "rIN") (and "riNM")])
+ [(plus "rKL") (minus "rI") (ior "rIN") (xor "rIN") (and "rINM")])
(define_expand "memory_barrier"
--cut here--
More information about the Gcc-bugs
mailing list