public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* error: missing terminating " character while modifying md file
@ 2008-05-10  0:04 Omar
  2008-05-10  0:10 ` David Daney
  0 siblings, 1 reply; 7+ messages in thread
From: Omar @ 2008-05-10  0:04 UTC (permalink / raw)
  To: gcc-help

 Ok, so after weeks of reading and looking at multiple .md files, I
felt ready to give it a try and decided to create some define_split's
on my own.
 I created a define_split RTL pattern which included this condition:
  "reload_completed
  && GET_CODE (operands[1]) == MEM
  && GET_CODE (XEXP (operands[1], 0)) == PLUS"

When I try to compile it I get:
../../gcc/config/c816/c816.md:36  error: missing terminating " character
../../gcc/config/c816/c816.md:37: error: stray '\' in program
...

If instead, I place the condition all in a single line:
  "reload_completed && GET_CODE (operands[1]) == MEM && GET_CODE (XEXP
(operands[1], 0)) == PLUS"
then gcc is happy.

I have been searching the web for hours now, but I have not been able
to find what is causing this.
Does anyone have a suggestion on what might be causing this issue?

I am using FC6, and Xemacs. The GCC version on my system is gcc (GCC)
4.1.1 20061011 (Red Hat 4.1.1-30).

Thanks,
-Omar

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-05-13  3:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-10  0:04 error: missing terminating " character while modifying md file Omar
2008-05-10  0:10 ` David Daney
2008-05-10  1:09   ` David Daney
2008-05-10  8:00     ` Omar
2008-05-13  1:52       ` Omar Torres
2008-05-13  3:25         ` Tim Prince
2008-05-13  4:10           ` Omar Torres

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).