]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog
Split omp-low into multiple files
[thirdparty/gcc.git] / gcc / cp / ChangeLog
index a08c93a755e3e50516817227ca21e54ad5c74b30..60b514b389c1dc2d2d23619df9c486f60555228e 100644 (file)
@@ -1,3 +1,22 @@
+2016-12-14  Martin Jambor  <mjambor@suse.cz>
+
+       * parser.c: Include omp-general.h and omp-offload.h instead of
+       omp-low.h.
+       (cp_parser_omp_simd): Adjusted calls to find_omp_clause to use its new
+       name.
+       (cp_parser_omp_target_update): Likewise.
+       (cp_parser_oacc_declare): Likewise.
+       (cp_parser_oacc_enter_exit_data): Likewise.
+       (cp_parser_oacc_update): Likewise.
+       (cp_finalize_oacc_routine): Adjusted call to get_oacc_fn_attrib,
+       build_oacc_routine_dims and replace_oacc_fn_attrib to use their new
+       names.
+       * semantics.c: Include omp-general insteda of omp-low.h.
+       (finish_omp_for): Adjusted calls to find_omp_clause to use its new
+       name.
+       (finish_omp_cancel): Likewise.
+       (finish_omp_cancellation_point): Likewise.
+
 2016-12-14  Marek Polacek  <polacek@redhat.com>
 
        PR c++/72775