aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Fix more P0184R0 references.Jason Merrill1-1/+1
2016-03-14P08184R0: Generalizing the Range-Based For LoopCasey Carter1-3/+17
2016-03-09c-parser.c (c_parser_oacc_loop): Update cclauses and clauses when calling c_f...Cesar Philippidis1-2/+2
2016-03-08Remove Concepts from -std=c++1z.Jason Merrill1-16/+26
2016-03-01re PR c++/70036 ([concepts] ICE with a dependent sizeof in a concept)Jason Merrill1-0/+2
2016-02-19re PR c++/67767 (-Wsuggest-attribute=noreturn suggests noreturn for function ...Jakub Jelinek1-4/+7
2016-02-16re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill1-21/+31
2016-02-16re PR c/64748 (OpenACC: "is not a variable" error with deviceptr())James Norris1-14/+0
2016-02-10re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill1-15/+27
2016-02-08Fix PR c++/69139 (deduction failure with trailing return type)Patrick Palka1-10/+23
2016-02-08re PR c++/59627 (ICE with OpenMP "declare reduction" and -flto)Jakub Jelinek1-0/+1
2016-01-28Low-hanging C++-lexer speedup (PR c++/24208)Patrick Palka1-0/+18
2016-01-21re PR c++/43407 (Specifying visibility attribute of C++0x enum class emits wa...Jason Merrill1-2/+1
2016-01-15re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek1-15/+20
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