]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR other/33426 (Support of #pragma ivdep)
authorTobias Burnus <burnus@net-b.de>
Fri, 25 Oct 2013 05:47:25 +0000 (07:47 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 25 Oct 2013 05:47:25 +0000 (07:47 +0200)
commit43ae206cf9094ef913c3d91e1a0be6b3f07c95d0
tree2dfd498e60f6012ab79e9d79b5c6a76ae0ba193e
parent66d6cbaa5612d12933f42472a2ee93de920fb1d2
re PR other/33426 (Support of #pragma ivdep)

2013-10-25  Tobias Burnus  <burnus@net-b.de>

        PR other/33426
        * parser.c (cp_parser_iteration_statement,
        cp_parser_for, cp_parser_c_for, cp_parser_pragma): Handle
        IVDEP pragma.

        * g++.dg/parse/ivdep.C: New.
        * g++.dg/vect/pr33426-ivdep.cc: New.

From-SVN: r204047
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/ivdep.C [new file with mode: 0644]
gcc/testsuite/g++.dg/vect/pr33426-ivdep.cc [new file with mode: 0644]