[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-10-06 08:18 --- Patch checked in along with this changelog entry. gas/ChangeLog PR 6926 * read.c (get_line_sb): Renamed to get_non_macro_line_sb. (_find_end_of_line): Add extra parameter indicating if the

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-04 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-10-04 16:46 --- (In reply to comment #7) Hi Hans-Peter, Would you mind if I add a specific gas-testcase for \@ in a section directive and elsewhere? Please do. Come to think of it, that test shows that the \@

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-03 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-10-03 06:24 --- (In reply to comment #4) gas/cris/macroat Come to think of it, that test shows that the \@ handling in .section is the exception, as TRT already happens elsewhere. Please reconsider doing it always instead of

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-03 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-10-03 15:10 --- Created an attachment (id=2980) -- (http://sourceware.org/bugzilla/attachment.cgi?id=2980action=view) Revised patch to specially target macros -- What|Removed |Added

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-03 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-10-03 15:14 --- Hi Hans-Peter, Would you mind if I add a specific gas-testcase for \@ in a section directive and elsewhere? Please do. Come to think of it, that test shows that the \@ handling in .section is the exception,

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-10-02 16:58 --- Created an attachment (id=2978) -- (http://sourceware.org/bugzilla/attachment.cgi?id=2978action=view) Allow escaped end of line characters -- http://sourceware.org/bugzilla/show_bug.cgi?id=6926 --- You

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-10-02 17:01 --- Hi Hans-Peter, The problem it seems to me is that we are not allowing escaped end-of-line characters. Please could you try out the uploaded patch which I think will address the problem. I was not sure if we

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-02 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-10-03 00:04 --- While I do think tc_allow_escaped_end_of_line is overkill and being overcautious that the canonical escape sequence won't fly, the patch certainly works for me. Thanks for fixing this so very promtly! (I would

[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-09-30 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2008-10-01 00:04 --- (In reply to comment #0) ...haven't tested if there's a similar FAIL for ARM where comment_chars contains @. Nope, the test passes there. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6926 ---