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 with C99 initializer
- From: "mark at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Nov 2005 17:59:57 -0000
- Subject: [Bug c++/23171] [4.1 Regression] ICE on pointer initialization with C99 initializer
- References: <bug-23171-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from mark at codesourcery dot com 2005-11-14 17:59 -------
Subject: Re: [4.1 Regression] ICE on pointer initialization
with C99 initializer
giovannibajo at libero dot it wrote:
> ------- Comment #9 from giovannibajo at libero dot it 2005-11-14 00:30 -------
> Mark, do you believe that the introduction of COMPOUND_LITERAL_EXPR in the C++
> frontend could be feasable for 4.1?
It's possible, but I somewhat doubt it. I'm afraid we won't know all
the places that need to change. I'd actually like to understand better
why the middle-end is no longer able to handle CONSTRUCTORs as it used
to; this was a change in the middle-end interface at some point.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23171