]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR other/33426 (Support of #pragma ivdep)
authorTobias Burnus <burnus@net-b.de>
Sun, 27 Oct 2013 07:40:31 +0000 (08:40 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 27 Oct 2013 07:40:31 +0000 (08:40 +0100)
commitd4af74d4e8c0ec9b5303c495d8db1221da02567e
tree4664d6b8678b602e68c561dc4b261c11351daba7
parentf32311532c085f47de9f75c618ac73fd0e8a638a
re PR other/33426 (Support of #pragma ivdep)

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

gcc/c/
        PR other/33426
        * c-parser.c (c_parser_while_statement,
        * c_parser_while_statement,
        c_parser_pragma): Add GCC ivdep support to 'do' and 'while'.
        (c_parser_statement_after_labels): Update calls.

gcc/testsuite/
        PR other/33426
        * gcc.dg/vect/vect-ivdep-2.c: New.

From-SVN: r204102
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-ivdep-2.c [new file with mode: 0644]