This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20103] [4.0 regression] ICE in create_tmp_var
- 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: 21 Feb 2005 15:45:04 -0000
- Subject: [Bug c++/20103] [4.0 regression] ICE in create_tmp_var
- References: <20050220111234.20103.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-21 15:45 -------
Why is the front-end producing a CONSTRUTOR when the variable needs to constructed.
The front-end should have produced its own temporary variable instead of producing a CONSTRUCTOR.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20103