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]

Re: [PATCH] Fix Pascal build failure on s390 and powerpc


Matthias Klose <doko@cs.tu-berlin.de> writes:

| Ulrich Weigand writes:
| > Hello,
| > 
| > building the Pascal front end for gcc 3.3 on s390 fails due to
| > an unrecognized insn.  This turns out to be the fault of
| > store_constructor which generates a CONST_INT that doesn't
| > fit in the appropriate mode, because it isn't properly sign-
| > extended.
| > 
| > This patch fixes the problem by using gen_int_mode.
| 
| fixes the same error for powerpc-linux as well.
| 
| > Bootstrapped/regtested on s390-ibm-linux and s390x-ibm-linux.
| > OK (for 3.3/3.4./3.5)?
| 
| I assume for 3.4.1, ok for 3.3.4?

Yes.  Thanks!

-- Gaby


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