[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #60798] Make does not compile with GCC 11.1.0
From: |
Paul D. Smith |
Subject: |
[bug #60798] Make does not compile with GCC 11.1.0 |
Date: |
Fri, 18 Jun 2021 12:53:32 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 |
Follow-up Comment #1, bug #60798 (project make):
FWIW, this warning is not valid in this situation. The code is correct; p
will always be pointing into a valid buffer and never pointing at the first
character in that buffer, so p[-1] always points to valid memory.
When building code for production use, you should never use -Werror.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60798>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #60798] Make does not compile with GCC 11.1.0, anonyme, 2021/06/18
- [bug #60798] Make does not compile with GCC 11.1.0,
Paul D. Smith <=
- Re: [bug #60798] Make does not compile with GCC 11.1.0, Dmitrii Pasechnik, 2021/06/19
- Re: [bug #60798] Make does not compile with GCC 11.1.0, Paul Smith, 2021/06/19
- Re: [bug #60798] Make does not compile with GCC 11.1.0, Eli Zaretskii, 2021/06/19
- Re: [bug #60798] Make does not compile with GCC 11.1.0, Dmitrii Pasechnik, 2021/06/19
- Re: [bug #60798] Make does not compile with GCC 11.1.0, Paul Smith, 2021/06/19
- Re: [bug #60798] Make does not compile with GCC 11.1.0, Andreas Schwab, 2021/06/21
- Re: [bug #60798] Make does not compile with GCC 11.1.0, David A. Wheeler, 2021/06/21
- Re: [bug #60798] Make does not compile with GCC 11.1.0, RANDRIANAINA Georges Aaron, 2021/06/21
- Re: [bug #60798] Make does not compile with GCC 11.1.0, Dmitry Goncharov, 2021/06/19
- Re: [bug #60798] Make does not compile with GCC 11.1.0, Dmitrii Pasechnik, 2021/06/19