support single predicate set instructions in GCC-4.1.1

2007-09-22 Thread 吴曦
Hi. I am working on Itanium architecture and GCC-4.1.1. I modify the machine description file ia64.md to support single predicate set instruction such as: (%0) cmp.ne %1, p0 = %2, %3 here %0 and %1 are predicates, %2 is a register or immediate, %3 is a register operand. more specifically

Re: Bug in gcc: assignment to non-lvalue

2007-09-22 Thread Jonathan Wakely
On 21/09/2007, Michiel de Bondt <[EMAIL PROTECTED]> wrote: > Using strings to show my point was not a good idea. You can add a field > "int number" to the struct and perform similar operations (with = > instead of strcpy). I believe Andrew's right and the strcpy case is valid, but you do have a po

Re: GCC 4.3.0: Stage 3

2007-09-22 Thread Ian Lance Taylor
"Andreas Krebbel" <[EMAIL PROTECTED]> writes: > The lengthy part is necessary to have attribute getter functions which > allow to specify the alternative as additional parameter. I admit > that these are a lot of quite mechanical changes to the genattr stuff > but my hope was that these getter fu

Re: [RFC] failures found while pounding on GCC trunk

2007-09-22 Thread Daniel Berlin
># all tests fail with ICE in verify_curr_properties; -m32/-m64 >-O2 -fno-tree-salias >-Os -fno-tree-salias Known. This is normally the first place we build aliasing info. Unless we have a compelling reason to have this flag, we should simply remove the flag. > # all tests fail with ICE in ver

how to chase a tree check failure in verify_ssa?

2007-09-22 Thread Gary Funck
Background: GCC 4.2.0 base line + mods for UPC dialect. Problem below is probablly a result of the UPC mods and not something inherent in GCC 4.2.0. Although the test cases that I ran pass at -O2, some fail when the value of THREADS (the number of parallel threads in the application) is set to th