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
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
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.
"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
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.
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