This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18968] [4.0 regression] ICE: tree check: expected ssa_name, have addr_expr in vrp_hash
- From: "gj at pointblue dot com dot pl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Feb 2005 13:26:18 -0000
- Subject: [Bug c++/18968] [4.0 regression] ICE: tree check: expected ssa_name, have addr_expr in vrp_hash
- References: <20041213212814.18968.schwab@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gj at pointblue dot com dot pl 2005-02-17 13:26 -------
Fixed for that specific testcase, but can't compile kernel today.
Kernel version 2.6.11-rc4 vanilia,
gcc (GCC) 4.0.0 20050217 (experimental)
CC arch/x86_64/kernel/setup.o
arch/x86_64/kernel/setup.c: In function 'setup_arch':
arch/x86_64/kernel/setup.c:453: internal compiler error: tree check: expected
ssa_name, have addr_expr in vrp_hash, at tree-ssa-dom.c:3310
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [arch/x86_64/kernel/setup.o] Error 1
make: *** [arch/x86_64/kernel] Error 2
....
#define EBDA_ADDR_POINTER 0x40E
static void __init reserve_ebda_region(void)
{ <-here
unsigned int addr;
/**
* there is a real-mode segmented pointer pointing to the
* 4K EBDA area at 0x40E
*/
.....
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18968