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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-08-22
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
#include "system.h"
#include "version.h"
#endif

/* limits.h is needed for LLONG_MIN.  */
#ifdef __cplusplus
#include <climits>
#else
#include <limits.h>

...

all system includes have to be included from within [t]system.h or before it.

Reply via email to