Small C++ PATCH to cp_parser_omp_declare_reduction_exprs

Jason Merrill jason@redhat.com
Sat Nov 15 23:53:00 GMT 2014


With the C++14 constexpr support we were getting confused by using 
finish_expr_stmt on something that isn't an expression.  This already 
should have been add_stmt, so I'm checking it in separately.

Tested x86_64-pc-linux-gnu, applying to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: omp-add-block.patch
Type: text/x-patch
Size: 676 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20141115/8bd8ede0/attachment.bin>


More information about the Gcc-patches mailing list