This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/34397] [4.3 regression] ICE on invalid default template parameter
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Dec 2007 12:58:07 -0000
- Subject: [Bug target/34397] [4.3 regression] ICE on invalid default template parameter
- References: <bug-34397-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #15 from ubizjak at gmail dot com 2007-12-27 12:58 -------
(In reply to comment #14)
> So, we can conclude that something is wrong with arg 3 of ARRAY_REF expr.
> Perhaps it is left uninitialized?
Probably it is not OK to build ARRAY_REF expr using build_x_binary_op(). Could
a c++ expert check this usage in cp/pt.c, around line 10823?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34397