]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/parser.c
OpenACC host_data support.
[thirdparty/gcc.git] / gcc / cp / parser.c
2015-12-01  Julian BrownOpenACC host_data support.
2015-11-27  Jakub Jelinekre PR c/63326 (whether a #pragma is a statement depends...
2015-11-27  Martin LiskaFix parser memory leak in cilk_simd_fn_info
2015-11-24  Ilya Verbinc-parser.c (c_parser_oacc_declare): Replace "ifdef...
2015-11-19  Jason Merrillre PR c++/68422 (compile-time cost of sizeof... is...
2015-11-19  Cesar Philippidisparser.h (struct cp_omp_declare_simd_data): Add clauses...
2015-11-17  Jason MerrillLITERAL_ZERO_P obsoleted by delayed folding.
2015-11-17  Jason MerrillDon't fold -(constant) or -0.
2015-11-16  Kirill YukhinAdd __attribute__((__simd__)) to GCC.
2015-11-15  Trevor Saundersalways define ENABLE_OFFLOADING
2015-11-14  Jason MerrillMerge C++ delayed folding branch.
2015-11-12  James Norrisparser.c (cp_parser_oacc_declare): Remove unused.
2015-11-12  James Norrisc-pragma.c (oacc_pragmas): Add entry for declare directive.
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10  Cesar Philippidisparser.c (cp_finalize_oacc_routine): New boolean first...
2015-11-10  Nathan Sidwellomp-low.h (replace_oacc_fn_attrib, [...]): Declare.
2015-11-06  Jason MerrillSupport non-type constrained-type-specifiers.
2015-11-06  Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05  Paolo Carlinire PR c++/67846 (ICE on code with lambda expression...
2015-11-05  Jakub Jelinekgcc/
2015-11-04  Cesar Philippidis(cp_parser_oacc_single_int_clause): New function.
2015-11-04  Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-11-03  Thomas SchwingeOpenACC atomic directive
2015-10-31  Ville VoutilainenRemove support for N3994, terse range-for, which was...
2015-10-31  Jason MerrillImplement multiple 'auto' feature from Concepts TS.
2015-10-31  Jason MerrillMake some functions static.
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-27  Nathan Sidwellparser.c (cp_parser_omp_clause_name): Add auto, gang...
2015-10-27  Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-21  Paolo Carlinire PR c++/66781 ("confused by earlier errors, bailing...
2015-10-20  Marek Polacekarray-notation-common.c (is_cilkplus_vector_p): Define.
2015-10-20  Jason MerrillImplement N4268, Do constant evaluation of all non...
2015-10-13  Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-07  Marek Polacekcp-gimplify.c (genericize_if_stmt): Use protected_set_e...
2015-10-07  Jason Merrillre PR c++/67810 (Non-expression recognized as fold...
2015-10-04  Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02  Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-10-01  Ville Voutilainenre PR c++/54430 ([C++11] For-Loop: Scope of iterating...
2015-09-23  Ville VoutilainenFix small typos in the coding rule enforcement warnings.
2015-09-22  Nathan Sidwellc.opt (Wmultiple-inheritance, [...]): New C++ warnings.
2015-09-21  Ville VoutilainenComplete the implementation of N4230, Nested namespace...
2015-09-19  Ville VoutilainenImplement nested namespace definitions.
2015-09-18  Manuel López-IbáñezUse explicit locations for some warnings in c-pragma.c.
2015-09-17  Andrew SuttonImplement N4295 fold-expressions.
2015-09-14  Paolo Carlinire PR c++/51911 ([C++11] G++ accepts new auto { list })
2015-09-10  Paolo Carlinire PR c++/67318 (Parsing error when using abbreviated...
2015-09-09  Jakub Jelinekre PR c++/67504 (ICE with type dependent collapse argument)
2015-08-19  Trevor Saundersremove more useless typedefs
2015-08-07  Andrew SuttonAdd C++ Concepts TS support.
2015-08-06  Jason Merrillre PR c++/66533 ([C++14] ICE: in dependent_type_p,...
2015-08-02  Patrick PalkaRefactor entry point to -Wmisleading-indentation
2015-07-28  Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-23  Paolo Carlinire PR c++/52987 (bogus expected ; before for undeclared...
2015-07-15  Jason Merrillre PR c++/65091 (decltype(~arg) fails for template...
2015-07-14  Andrea Azzaronere PR c++/65071 (ICE on valid, sizeof...() of template...
2015-07-13  Aldy HernandezFix double word typos.
2015-07-10  Jason Merrill* parser.c (cp_parser_template_id): SET_EXPR_LOCATION.
2015-07-09  Jason Merrillpt.c (instantiation_dependent_r): Call value_dependent_...
2015-07-09  Jason Merrillcp-tree.h (struct cp_parameter_declarator): Rename...
2015-07-09  Andrew Sutton* parser.c (cp_parser_default_type_template_argument)
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-01  Jason Merrillc-common.h (D_CXX11): Rename from D_CXX0X.
2015-07-01  Paolo Carlinire PR c++/60365 (multiple noreturn attribute specifiers...
2015-06-30  Edward Smith-RowlandImplement N4197 - Adding u8 character literals
2015-06-27  Marek Polacekcall.c (set_up_extended_ref_temp): Use VAR_P.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-24  Edward Smith-RowlandImplement N3928 - Extending static_assert
2015-06-24  Adam Butcherre PR c++/65750 (misinterpret in a virtual member funct...
2015-06-24  Patrick PalkaRevert fix for PR c++/30044
2015-06-23  Patrick Palka[PATCH] Fix PR c++/30044
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-16  Paolo Carlinire PR c++/59682 (Invalid syntax accepted: new-placement...
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05  Nathan Sidwellre PR c++/52595 ([DR 325] commas and non-static data...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-02  Paolo Carlinire PR c++/61683 (decltype-specifier not accepted as...
2015-05-22  Marek Polacekre PR c/47043 (allow deprecating enum values)
2015-05-19  Jakub Jelinekre PR middle-end/66199 (lastprivate/linear clause issue...
2015-05-12  David MalcolmImplement -Wmisleading-indentation
2015-05-09  Jason Merrillc.opt (Wc++11-compat): Make primary.
2015-05-08  Jason Merrillre PR c++/59012 (alignas does not support parameter...
2015-05-05  David MalcolmFix indentation issues seen by -Wmisleading-indentation
2015-04-29  Thomas SchwingeAdd OMP_STANDALONE_CLAUSES.
2015-04-20  Ilya Verbinc-parser.c (c_parser_oacc_enter_exit_data): Remove...
2015-04-14  Momchil Velikovre PR c++/60994 (gcc does not recognize hidden/shadowed...
2015-03-27  Tobias Burnusre PR c/65586 (-fopenmp-simd rejects valid input)
2015-03-24  Jason Merrillre PR c++/65046 (-Wabi-tag doesn't warn about variables...
2015-03-19  Jason Merrillre PR c++/65046 (-Wabi-tag doesn't warn about variables...
2015-03-17  Jason Merrillre PR c++/65061 (Issue with using declaration and membe...
2015-03-10  Jakub Jelinekre PR c++/65127 (internal compiler error: tree check...
2015-03-10  Jakub Jelinekre PR c/65120 (Wlogical-not-parentheses should not...
2015-03-09  Jakub Jelinekre PR c/65120 (Wlogical-not-parentheses should not...
2015-02-13  Paolo Carlinire PR c++/60211 (ICE with #pragma GCC ivdep and for...
2015-02-12  Andrea Azzaronere PR c++/64959 (SFINAE in UDLs)
2015-02-04  Jakub Jelinekre PR middle-end/64824 (ICE in gimple verification)
2015-01-30  Joseph MyersAlways pass explicit location to fatal_error.
2015-01-15  Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-06  Jason Merrillparser.c (cp_parser_nested_name_specifier_opt): Diagnos...
2015-01-06  Jason Merrillre PR c++/64487 (internal compiler error: in fold_offse...
next