[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/28979] Internal error in demand_empty_rest_of_line
From: |
amodra at gmail dot com |
Subject: |
[Bug gas/28979] Internal error in demand_empty_rest_of_line |
Date: |
Sat, 19 Mar 2022 05:34:25 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=28979
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at sourceware dot org |amodra at gmail dot com
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Simpler testcase:
#NO_APP
#APP
1\0
So, a line of unrecognisable rubbish, here just "1", with a trailing NUL. And
with the preprocessor turned on so that input is coming from sbuf in
read_a_source_file. The sbuf is sized with strlen, so finishes at the NUL. No
eol for demand_empty_rest_of_line.
--
You are receiving this mail because:
You are on the CC list for the bug.