Re: Many testsuite failures on x86_64 due recent "fix" about f16cintrin.h header

2011-11-07 Thread Quentin Neill
On Mon, Nov 7, 2011 at 4:25 AM, Uros Bizjak wrote: > Hello! > > Attached patch fixes all remaining i386 testsuite failures. The header > did say that we can include it also through immintrin.h ... > > 2011-11-07  Uros Bizjak   > >        * config/i386/f16cintrin: Remove extra _X86INTRIN_H_INCLUDED

Re: Many testsuite failures on x86_64 due recent "fix" about f16cintrin.h header

2011-11-07 Thread Uros Bizjak
Hello! Attached patch fixes all remaining i386 testsuite failures. The header did say that we can include it also through immintrin.h ... 2011-11-07 Uros Bizjak * config/i386/f16cintrin: Remove extra _X86INTRIN_H_INCLUDED check. Tested on x86_64-pc-linux-gnu {,-m32}, committed to mai

Re: Many testsuite failures on x86_64 due recent "fix" about f16cintrin.h header

2011-11-06 Thread Quentin Neill
On Sun, Nov 6, 2011 at 2:13 PM, Dominique Dhumieres wrote: > Following http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02901.html, I have > applied > the following patch on x86_64-apple-darwin10 > > --- ../_clean/gcc/config.gcc    2011-11-05 22:25:37.0 +0100 > +++ gcc/config.gcc      2011-11

Re: Many testsuite failures on x86_64 due recent "fix" about f16cintrin.h header

2011-11-06 Thread Dominique Dhumieres
Following http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02901.html, I have applied the following patch on x86_64-apple-darwin10 --- ../_clean/gcc/config.gcc2011-11-05 22:25:37.0 +0100 +++ gcc/config.gcc 2011-11-06 12:35:57.0 +0100 @@ -350,7 +350,7 @@ i[34567]86-*-*)

Many testsuite failures on x86_64 due recent "fix" about f16cintrin.h header

2011-11-06 Thread Kai Tietz
Hi, In ChangeLog is mentioned a change to config/config.gcc, which doesn't exist. I assume the change is meant for config.gcc within gcc/ folder, but also for this file no change was applied. By this f16cintrin.h header isn't installed at all. Cuprit patch is: 2011-11-05 Quentin Neill