Comment 5 for bug 477552

Revision history for this message
In , Hjl-tools (hjl-tools) wrote :

A simple testcase:

[hjl@gnu-26 rrs]$ cat pr42538.i
void Saisie()[3]{
}
[hjl@gnu-26 rrs]$ ./143523/usr/bin/gcc -S pr42538.i
pr42538.i:1: error: declaration of ‘Saisie’ as array of voids
pr42538.i:1: internal compiler error: tree check: expected function_decl, have var_decl in start_function, at c-decl.c:6113
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-26 rrs]$