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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2021-09-14
         Resolution|FIXED                       |---
     Ever confirmed|0                           |1

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> ---
When I tried a fresh build on i386-pc-solaris2.11 yesterday, it turned out that
the fix hadn't been complete:

/vol/gcc/src/git/modula-2/gcc/m2/gm2-libs-ch/termios.c: In function
'termios_GetFlag':
/vol/gcc/src/git/modula-2/gcc/m2/gm2-libs-ch/termios.c:877:27: error:
'__MAX_BAUD' undeclared (first use in this function)
  877 |       *b = ((t->c_cflag & __MAX_BAUD) == __MAX_BAUD);
      |                           ^~~~~~~~~~

I'm attaching the patch that allowed me to finish the build.

Reply via email to