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

--- Comment #5 from joseph at codesourcery dot com <joseph at codesourcery dot 
com> ---
On Fri, 3 Feb 2017, vogt at linux dot vnet.ibm.com wrote:

> void 
> foo  (void) 
> { 
>   __typeof__((4294967295U)) a; 
>   __typeof__((long unsigned int)0 + 0) *b = &a; 
> }

That's not a meaningful reduction.  The relevant reduction would be to 
just one of the CHECK_* macro calls in the test, which would show which 
macro (in the system's <stdint.h> header) has an incorrect definition.  
You could then consider fixing this with a fixincludes fix for buggy 
system headers (as well as fixing the headers upstream).

Reply via email to