This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33909] Error reported on a legal source: "invalid use of non-lvalue array" when array name is used in initializer
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Dec 2007 14:56:27 -0000
- Subject: [Bug c++/33909] Error reported on a legal source: "invalid use of non-lvalue array" when array name is used in initializer
- References: <bug-33909-5063@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from reichelt at gcc dot gnu dot org 2007-12-26 14:56 -------
This bug has been fixed in GCC 4.1.2.
The problem only affected GCC 4.0.3, 4.1.0, 4.1.1.
The underlying problem was maybe the same as in PR29106.
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords| |rejects-valid
Known to fail| |4.0.3 4.1.0 4.1.1
Known to work| |4.0.2 4.0.4 4.1.2 4.2.0
Resolution| |FIXED
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33909