aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Mark symbols in offload tables with force_output in read_offload_tablesTom de Vries1-8/+2
2016-01-11PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expressionDavid Malcolm1-6/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-1/+1
2015-12-22re PR c++/67257 (Internal compiler error in retrieve_specialization)Jason Merrill1-1/+15
2015-12-22re PR c++/67339 (Segfault when parsing a typename involving a template-alias)Jason Merrill1-1/+1
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm1-0/+53
2015-12-09c-omp.c (c_finish_oacc_wait): Remove add_stmt() call.Chung-Lin Tang1-0/+1
2015-12-06Fix parse/no-type-defn1.C with -std=c++1z.Jason Merrill1-0/+47
2015-12-06Fix decltype-call1.C with -std=c++1z.Jason Merrill1-36/+31
2015-12-06Fix template/ref1.C, nontype15.C, addr-builtin1.C with -std=c++1z.Jason Merrill1-1/+10
2015-12-06PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z.Jason Merrill1-6/+75
2015-12-04re PR c++/68645 (FAIL: c-c++-common/attr-simd-3.c -std=gnu++11 (test for exc...Jason Merrill1-7/+9
2015-12-04C++ FE: expression rangesDavid Malcolm1-145/+446
2015-12-03parser.c (cp_ensure_no_oacc_routine): Update error message.Cesar Philippidis1-7/+8
2015-12-02Some OpenACC host_data cleanupThomas Schwinge1-10/+10
2015-12-01OpenACC host_data support.Julian Brown1-0/+35
2015-11-27re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek1-0/+2
2015-11-27Fix parser memory leak in cilk_simd_fn_infoMartin Liska1-0/+2
2015-11-24c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING" with "i...Ilya Verbin1-6/+7
2015-11-19re PR c++/68422 (compile-time cost of sizeof... is quadratic)Jason Merrill1-0/+1
2015-11-19parser.h (struct cp_omp_declare_simd_data): Add clauses member.Cesar Philippidis1-111/+246
2015-11-17LITERAL_ZERO_P obsoleted by delayed folding.Jason Merrill1-69/+9
2015-11-17Don't fold -(constant) or -0.Jason Merrill1-1/+20
2015-11-16Add __attribute__((__simd__)) to GCC.Kirill Yukhin1-3/+5
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders1-6/+7
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-11/+18
2015-11-12parser.c (cp_parser_oacc_declare): Remove unused.James Norris1-1/+1
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-0/+172
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-11-09parser.c (cp_finalize_oacc_routine): New boolean first argument.Cesar Philippidis1-24/+45
2015-11-10omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell1-1/+169
2015-11-06Support non-type constrained-type-specifiers.Jason Merrill1-63/+65
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-8/+99
2015-11-05re PR c++/67846 (ICE on code with lambda expression on x86_64-linux-gnu in ch...Paolo Carlini1-1/+6
2015-11-05gcc/Jakub Jelinek1-23/+140
2015-11-04(cp_parser_oacc_single_int_clause): New function.Cesar Philippidis1-115/+43
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-3/+2
2015-11-03OpenACC atomic directiveThomas Schwinge1-0/+4
2015-10-31Remove support for N3994, terse range-for, which was not adopted.Ville Voutilainen1-16/+0
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-18/+6
2015-10-31Make some functions static.Jason Merrill1-4/+6
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-12/+6
2015-10-27parser.c (cp_parser_omp_clause_name): Add auto, gang, seq, vector, worker.Nathan Sidwell1-3/+183
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-61/+86
2015-10-21re PR c++/66781 ("confused by earlier errors, bailing out" with wrong enum wi...Paolo Carlini1-2/+14
2015-10-20array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek1-11/+0
2015-10-19Implement N4268, Do constant evaluation of all non-type template args.Jason Merrill1-2/+7
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-113/+1432
2015-10-07cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.Marek Polacek1-6/+4