On 11/9/20 11:47 AM, Marek Polacek wrote:
For declarations like
long f();
decl_specifiers->type will be NULL, but I neglected to handle this case,
therefore we ICE. So handle this case by pretending we've seen 'int',
which is good enough for -Wvexing-parse's purposes.
Bootstrapped/regteste
For declarations like
long f();
decl_specifiers->type will be NULL, but I neglected to handle this case,
therefore we ICE. So handle this case by pretending we've seen 'int',
which is good enough for -Wvexing-parse's purposes.
Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk?
gcc/