Re: [Patch, C++] Add C++ FE support for #pragma GCC ivdep

2013-10-25 Thread Jakub Jelinek
On Thu, Oct 24, 2013 at 09:17:55PM +0200, Tobias Burnus wrote: 2013-08-24 Tobias Burnus bur...@net-b.de PR other/33426 * g++.dg/parse/ivdep.C: New. * g++.dg/vect/pr33426-ivdep.cc: New. FYI, I'm seeing various new FAILs on i686-linux: +FAIL: gcc.dg/vect/vect-ivdep-1.c

Re: [Patch, C++] Add C++ FE support for #pragma GCC ivdep

2013-10-25 Thread Tobias Burnus
Jakub Jelinek wrote: FYI, I'm seeing various new FAILs on i686-linux: +FAIL: gcc.dg/vect/vect-ivdep-1.c (test for warnings, line ) +FAIL: gcc.dg/vect/vect-ivdep-1.c -flto (test for warnings, line ) +FAIL: gfortran.dg/vect/vect-do-concurrent-1.f90 -O (test for warnings, line ) +FAIL:

Re: [Patch, C++] Add C++ FE support for #pragma GCC ivdep

2013-10-24 Thread Tobias Burnus
Another small update: Due to a ME review comment, the way ANNOTATE_EXPR are built has changed. The patch was tested together with the (now committed) ME/C/Fortran patch in an all-language bootstrap and regtesting on x86-64-gnu-linux. Is the C++ patch okay for the trunk? Tobias On October