public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Omar Torres" <gcc.omar@gmail.com>
To: gcc-help@gcc.gnu.org
Subject: Re: error: missing terminating " character while modifying md file
Date: Tue, 13 May 2008 01:52:00 -0000	[thread overview]
Message-ID: <178adb870805121848t5ba90460u19bbe48b5a757e08@mail.gmail.com> (raw)
In-Reply-To: <178adb870805091808p3be1ae42r63bce6fecc8d18ea@mail.gmail.com>

I am still trying to find a solution for this issue. Looks like the
problem lies with the genconditions program generating incorrectly
formatted strings from the md.

This is the generated code in the  gencondmd.c:
#line 36 "../../gcc/config/c816/c816.md"
  { "reload_completed^M\n\
  && GET_CODE (operands[1]) == MEM^M\n\
  && GET_CODE (XEXP (operands[1], 0)) == PLUS^M\n\
  && GET_CODE (XEXP (operands[1], 1)) == SYMBOL_REF",
    __builtin_constant_p
#line 36 "../../gcc/config/c816/c816.md"
(reload_completed^M
  && GET_CODE (operands[1]) == MEM^M
  && GET_CODE (XEXP (operands[1], 0)) == PLUS^M
  && GET_CODE (XEXP (operands[1], 1)) == SYMBOL_REF)
    ? (int)
#line 36 "../../gcc/config/c816/c816.md"
(reload_completed^M
  && GET_CODE (operands[1]) == MEM^M
  && GET_CODE (XEXP (operands[1], 0)) == PLUS^M
  && GET_CODE (XEXP (operands[1], 1)) == SYMBOL_REF)
    : -1 },

I believe the problem is mysterious ^M.
What could be causing this?

Thanks in advance for your help.

Best regards,
-Omar

  reply	other threads:[~2008-05-13  1:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-10  0:04 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 [this message]
2008-05-13  3:25         ` Tim Prince
2008-05-13  4:10           ` Omar Torres

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178adb870805121848t5ba90460u19bbe48b5a757e08@mail.gmail.com \
    --to=gcc.omar@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).