Official Inclusion of GCC Extension Modules (Or similar)

2007-08-25 Thread Brendon Costa
Hi all, I have a project that could benefit a lot from using something similar to GEM (http://www.ecsl.cs.sunysb.edu/gem/). I have not used GEM (As doing so is pointless currently and thus my email), but to summarise for others not familiar with it following is an except from their website: GEM i

Re: recent troubles with float vectors & bitwise ops

2007-08-25 Thread Paolo Bonzini
given that we know that the processor supports bitwise-or on floating point values, using a instruction different from that for bitwise-or on integer values, then it is fair to ask why we don't support vector | vector for floating point vectors. Because processors may add weird instructions for

va_ref

2007-08-25 Thread Ryan Lortie
Hello GCC List. I am not on this list, so please keep me cc:'d on any replies. I recently found something about C that I do not like at all. I was enraged and furious! I blogged! http://blogs.gnome.org/desrt/2007/08/22/isoiec-98991999-e-%c2%a7-67537/ I am proposing the following feature for G

Re: compiler chain on AIX

2007-08-25 Thread Ed S. Peschko
Well, Here's a couple quick ones for you, one that I've had some luck at unwinding - The gcc compiler has a flag '-b' which also is used by the underlying linker. If I for example, change: gcc -bmaxdata:0x8000 to gcc -Wl,-bmaxdata:0x800 then I have better luck compili