This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/13004] ICE during -O0 DI assignment.


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-08-16 01:42 -------
Subject: Re:  ICE during -O0 DI assignment.

> ------- Additional Comments From giovannibajo at libero dot it  2004-08-15
> 23:54 -------
> David, can you have a look at this report please? It would be great if you 
> could at least confirm this, and check if it is a regression or not. Thanks.

hppa--netbsd isn't a supported configuration (i.e., it's not in config.gcc).
Thus, this isn't a regression.

Questions on doing a port should be addressed to the gcc list.

The rtl should look like:

(insn 10 9 11 0 00000000 (set (reg:DI 96)
        (high:DI (const_int 60486 [0xec46]))) -1 (nil)
    (nil))

(insn 11 10 12 0 00000000 (set (reg:DI 95)
	(lo_sum:DI (reg:DI 96)
	    (const_int 60486 [0xec46]))) -1 (nil)
    (expr_list:REG_EQUAL (const_int 60486 [0xec46])
	(nil)))

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13004


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]