This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12719] Variables declaration can be anywhere.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2003 17:05:12 -0000
- Subject: [Bug c/12719] Variables declaration can be anywhere.
- References: <20031022074906.12719.albie@alfarrabio.di.uminho.pt>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12719
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-22 17:05 -------
Not a bug really because this is part of the C99 standard and is considered a GNU extension for
C89 which is what is default. Also there is a new warning on the mainline (3.4) for this so closing
as fixed.