This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/28418] [4.0/4.1/4.2 regression] ICE incrementing anonymous C99 variable
- 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: 18 Jul 2006 10:33:46 -0000
- Subject: [Bug c/28418] [4.0/4.1/4.2 regression] ICE incrementing anonymous C99 variable
- References: <bug-28418-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-18 10:33 -------
First off this "((struct A) { 0 })" is not a temporary variable but instead an
anonymous C99 variable.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
Summary|[4.0/4.1/4.2 regression] ICE|[4.0/4.1/4.2 regression] ICE
|incrementing temporary |incrementing anonymous C99
|variable |variable
Target Milestone|--- |4.0.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28418