This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23171] [4.1 Regression] ICE on pointer initialization
- 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 Aug 2005 11:46:58 -0000
- Subject: [Bug c++/23171] [4.1 Regression] ICE on pointer initialization
- References: <20050801105321.23171.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-22 11:46 -------
(In reply to comment #2)
> How does the C front end represent this expression?
Using a COMPOUND_LITERAL_EXPR which should solve this and PR 23172.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23171