[Bug target/118768] New: [avr] Make genmultilib.awk more robust against white spaces

gjl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 6 10:35:49 GMT 2025


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

            Bug ID: 118768
           Summary: [avr] Make genmultilib.awk more robust against white
                    spaces
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gjl at gcc dot gnu.org
  Target Milestone: ---

The current genmultilib.awk is prone to errors when avr-mmcu.def adds or
removed white spaces.  For example, AVR_ATTR1|AVR_ATTR2 will be parsed not the
same like AVR_ATTR1 | AVR_ATTR2.


More information about the Gcc-bugs mailing list