This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/25632] [4.0/4.1/4.2 Regression] ICE with const int copied into two different functions
- From: "rakdver at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jan 2006 11:31:16 -0000
- Subject: [Bug c++/25632] [4.0/4.1/4.2 Regression] ICE with const int copied into two different functions
- References: <bug-25632-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from rakdver at gcc dot gnu dot org 2006-01-03 11:31 -------
Adding unshare_expr to constant_value_1 fixes the problem, but causes bootstrap
failure.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25632