This is the mail archive of the gcc-patches@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]

RFA: Fix debug address mode for TARGET_MEM_REF


Trying to build avr2 strftime of avr-libc ICEs as we are trying to
convert a PSImode address to HImode.  There is no reason to
do this conversion in the first place - it is a case of failing to recognize
the proper address space.

The attached patch fixes this.

Bootstrapped on i686-pc-linux-gnu.

OK to apply?

Attachment: debug-tgt-mem-patch
Description: Binary data


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