This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: New trunk breakage on mips-sgi-irix6.2 stage1 compilinglibgcc2
- To: aoliva at redhat dot com
- Subject: Re: New trunk breakage on mips-sgi-irix6.2 stage1 compilinglibgcc2
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Sun, 06 May 2001 10:53:00 -0700
- Cc: ghazi at caip dot rutgers dot edu, gcc-bugs at gcc dot gnu dot org, kenner at vlsi1 dot ultra dot nyu dot edu, gcc-patches at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <200105040247.WAA02728@caip.rutgers.edu><orae4q3db3.fsf@guarana.lsd.ic.unicamp.br>
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
Alexandre> Here's a patch that allowed me to build all of libgcc
Alexandre> with and without -mabi=64, on a x86-hosted compiler.
Alexandre> Ok to install?
Yes.
But why doesn't this hunk:
- copy_to_mode_reg (DImode, GEN_INT (BITMASK_HIGH)),
+ copy_to_mode_reg (DImode,
+ GEN_INT (BITMASK_HIGH)),
need the trunc_int_for_mode treatment?
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com