public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/97583] New: Unknown mode_attribute (or iterator) ignored
@ 2020-10-26 18:08 segher at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: segher at gcc dot gnu.org @ 2020-10-26 18:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97583

            Bug ID: 97583
           Summary: Unknown mode_attribute (or iterator) ignored
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: segher at gcc dot gnu.org
  Target Milestone: ---

This leads to errors at compiler runtime instead of at compiler build time.
See https://gcc.gnu.org/pipermail/gcc-patches/2020-October/556998.html .

Code from md_reader::apply_iterator_to_string :

      p = start + 1;

      *end = 0;
      v = map_attr_string (loc, p);
      *end = '>';
      if (v == 0)
        continue;

It could report an error instead.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-26 18:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 18:08 [Bug rtl-optimization/97583] New: Unknown mode_attribute (or iterator) ignored segher at gcc dot gnu.org

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).