[Bug c/27719] ICE on invalid function definition

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27719 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c/27719] ICE on invalid function definition

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27719 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||debian-gcc at

[Bug c/27719] ICE on invalid function definition

2009-02-21 Thread jsm28 at gcc dot gnu dot org
--- 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

[Bug c/27719] ICE on invalid function definition

2007-01-15 Thread aldot at gcc dot gnu dot org
--- 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) $

[Bug c/27719] ICE on invalid function definition

2007-01-15 Thread pinskia at gcc dot gnu dot org
--- 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. --

[Bug c/27719] ICE on invalid function definition

2006-05-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |minor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27719