Re: Fwd: Migration of Cross Compiler from gcc 3.4.6 to gcc 4.1.1

2006-10-13 Thread Andrew Haley
Rohit Arul Raj writes: > Hi all, > I am upgrading my cross-compiler from 3.4.6 to 4.1.1. It has built > successfully. But while running the test suites, one of the errors > that i was getting was due to the below mentioned file > 20020611-1.c that too while optimizing for size Os. On what arc

Fwd: Migration of Cross Compiler from gcc 3.4.6 to gcc 4.1.1

2006-10-13 Thread Rohit Arul Raj
Hi all, I am upgrading my cross-compiler from 3.4.6 to 4.1.1. It has built successfully. But while running the test suites, one of the errors that i was getting was due to the below mentioned file 20020611-1.c that too while optimizing for size Os. /* PR target/6997. Missing (set_attr "cc" "none

Migration of Cross Compiler from gcc 3.4.6 to gcc 4.1.1

2006-10-13 Thread Rohit Arul Raj
Hi all, I am upgrading my cross-compiler from 3.4.6 to 4.1.1. It has built successfully. But while running the test suites, one of the errors that i was getting was due to the below mentioned file 20020611-1.c /* PR target/6997. Missing (set_attr "cc" "none") in sleu pattern in cris.md.

Re: Migration of Cross Compiler from gcc 3.4.6 to gcc 4.1.1

2006-10-10 Thread Ian Lance Taylor
"Rohit Arul Raj" <[EMAIL PROTECTED]> writes: > I am upgrading my cross-compiler from 3.4.6 to 4.1.1. It has built > successfully. But while running the test suites, i am getting lots of > run time errors during optimization tests (Mostly size optimization - > Os). But the same code with same level

Migration of Cross Compiler from gcc 3.4.6 to gcc 4.1.1

2006-10-10 Thread Rohit Arul Raj
Hi all, I am upgrading my cross-compiler from 3.4.6 to 4.1.1. It has built successfully. But while running the test suites, i am getting lots of run time errors during optimization tests (Mostly size optimization - Os). But the same code with same level of optimization works fine with 3.4.6. 1.

Migration of cross compiler

2006-09-07 Thread Mohamed Shafi
Hai, I am involved with the migration of a cross compiler from gcc 3.2 to gcc 3.4.6 My target.h has the following macros #define PROMOTE_PROTOTYPES 1and #define STRUCT_VALUE 0 These two macros are now a target hook in GCC 3.4.6. namely PROMOTE_PROTOTYPES as TARGET_PROMOTE_PROTOTYPES and ST