Ada front end Assert_Failure

2009-02-09 Thread Stephen Wilson
Greetings! An assertion was hit in the Ada front end. Note that the test code (attached) is not semantically correct. For me, the bug manifests in both 4.3.2 and the latest snapshot 4.4-20090206. Configure options: --disable-multilib --enable-languages=c,ada System type: $ uname -ro 2.6.2

[Bug target/39146] New: Unnecessary stack alignment

2009-02-09 Thread hjl dot tools at gmail dot com
[...@gnu-6 avx-abi]$ cat x5.i typedef long long __m256i __attribute__ ((__vector_size__ (32), __may_alias__)); __m256i bar (__m256i x) { return x; } [...@gnu-6 avx-abi]$ /export/build/gnu/gcc-avx/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc-avx/build-x86_64-linux/gcc/ -mavx -fno-asynchr

[Bug target/39146] Unnecessary stack alignment

2009-02-09 Thread Joey dot ye at intel dot com
--- Comment #1 from Joey dot ye at intel dot com 2009-02-10 05:35 --- Argument need 32 bytes alignment, No way to guarantee the argument won't be spilled. That's why stack adjustment is there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39146

[Bug c++/34397] [4.2/4.3/4.4 regression] ICE on invalid default template parameter

2009-02-09 Thread mark at codesourcery dot com
--- Comment #24 from mark at codesourcery dot com 2009-02-10 06:20 --- Subject: Re: [4.2/4.3/4.4 regression] ICE on invalid default template parameter paolo dot carlini at oracle dot com wrote: > Mark, can you have a closer look to the draft patch? I'm still looking but I > don't thi

<    1   2