This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32441] ICE in expand_expr_real_1, at expr.c:7109
- From: "pinskia at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2007 13:47:58 -0000
- Subject: [Bug target/32441] ICE in expand_expr_real_1, at expr.c:7109
- References: <bug-32441-12574@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pinskia at gmail dot com 2007-06-21 13:47 -------
Subject: Re: ICE in expand_expr_real_1, at expr.c:7109
> You shouldn't introduce calls to langhooks. Why not use mode_for_size?
I was just copying code from fold-const.c. I have the mode already, I
need an integer tree type that matches that mode. So really
mode_for_size will not give me any more information.
-- Pinski
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32441