http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27719
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27719
Andrew Pinski changed:
What|Removed |Added
CC||debian-gcc at lists dot
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-02-21 13:16 ---
Another ICE with possibly the same cause (ICEs in the same place):
int (*g(int y))[z]
{
return 0;
}
t.c:1: error: 'z' undeclared here (not in a function)
t.c:2: internal compiler error: tree check: expected function_
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-15 19:58 ---
> $ gcc-4.2.orig-HEAD -c -o /dev/null bug.c
> bug.c:1: error: declaration of 'foo' as array of voids
> bug.c:1: confused by earlier errors, bailing out
That is an ICE, just hidden by release checking.
--
http:/
--- Comment #1 from aldot at gcc dot gnu dot org 2007-01-15 19:52 ---
Does not seem to ICE for me on i386 with each of
$ gcc-2.95 --version
2.95.4
$ gcc-3.4 --version
gcc-3.4 (GCC) 3.4.6 (Debian 3.4.6-4)
$ gcc-4.1 --version
gcc-4.1 (GCC) 4.1.2 20061028 (prerelease) (Debian 4.1.1-19)
$ g
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27719