re PR c/65586 (-fopenmp-simd rejects valid input)
[gcc.git] / gcc / cp / parser.c
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...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-31 Iain SandoeAllow Objective-c++ to recognise lambdas.
2014-12-25 Jason Merrillre PR c++/63522 (ICE: unexpected expression 'ElementInd...
2014-12-24 Paolo Carlinire PR c++/63985 (Accepts invalid range-based for declar...
2014-12-18 Jason Merrillre PR c++/64105 (ICE: in strip_typedefs, at cp/tree...
2014-12-16 Paolo Carlinire PR c++/58650 ([c++11] ICE with invalid friend declar...
2014-12-12 Jason Merrillre PR c++/64248 (Error: declarator-id missing; using...
2014-12-10 Kai Tietzre PR c++/64127 (ICE on invalid: tree check: expected...
2014-12-10 Jason Merrillre PR c++/64222 (error: ‘__FUNCTION__’ was not declared...
2014-11-26 Jason MerrillAllow partial specialization of variable templates.
2014-11-25 Paolo Carlinire PR c++/63786 (crash on argument pack in switch case)
2014-11-17 Jason Merrillre PR c++/33911 (attribute deprecated vs. templates)
2014-11-17 Jason MerrillC++14 constexpr support (minus loops and multiple returns)
2014-11-15 Jason Merrillparser.c (cp_parser_omp_declare_reduction_exprs): A...
2014-11-14 Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-11-12 Paolo CarliniDR 1510 PR c++/60420
2014-11-07 Jason Merrillparser.c (cp_parser_unqualified_id): Handle __func__...
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-21 Paolo Carliniparser.c (cp_parser_unary_expression): Add default...
2014-10-15 Jason Merrillre PR c++/63455 (decltype of statement expression ...
2014-10-14 DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-09 Paolo Carlinisemantics.c (check_constexpr_ctor_body_1): New.
2014-10-09 Jason Merrillre PR c++/63309 (internal compiler error: Segmentation...
2014-10-06 Edward Smith-Rowlandc-cppbuiltin.c: Move __cpp_attribute_deprecated to...
2014-10-03 Jason Merrilldecl.c (start_decl): Complain about static/thread_local...
2014-10-03 Paolo Carliniparser.c (cp_parser_assignment_expression, [...]):...
2014-10-02 Paolo Carlinire PR c++/53025 ([C++11] noexcept operator depends...
2014-10-01 Jason Merrillre PR c++/63362 (The c++11 triviality-traits need front...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
2014-09-30 Jason Merrillc-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
2014-09-24 Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-23 Paolo Carlinire PR c++/61857 (An init-capturing lambda is parsed...
2014-09-15 Ville VoutilainenDo not diagnose lambda default arguments in c++14 modes.
2014-09-13 Marek Polacekre PR c++/60862 (bad location in invalid conversion...
2014-09-09 Jason Merrilltypeck.c (build_class_member_access_expr): Move -Winval...
2014-09-02 Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-23 Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-23 Jason MerrillAllow non-constexpr variable templates.
2014-08-22 Marek Polacekre PR c++/62199 (ICE with -Wlogical-not-parentheses)
2014-08-18 Paolo Carliniparser.c (cp_parser_expression): Add default arguments.
2014-08-14 Paolo Carliniparser.c (cp_parser_init_declarator): Remove redundant...
2014-08-13 Paolo Carliniparser.c (cp_parser_elaborated_type_specifier): Handle...
2014-08-07 Jason Merrillre PR c++/62043 (GCC hangs / aborts / double free or...
2014-08-05 Braden ObrzutImplement constexpr variable templates
2014-08-01 Igor Zamyatinre PR other/61963 (CilkPlus Array Notation ICE in build...
2014-07-25 Edward Smith-RowlandImplement N4051 - Allow typename in a template template...
2014-07-17 Paolo Carlinire PR c++/61804 (rejects-valid if parenthesized tempora...
2014-07-14 Jakub Jelinekre PR middle-end/61294 (erroneous memset used with...
2014-07-13 Edward Smith-RowlandPR C++/60209 - Declaration of user-defined literal...
2014-07-09 Andrew Suttonre PR c++/59361 (cannot expand parenthesized pack expre...
2014-07-01 Edward Smith-Rowlandre PR c++/58781 (Unicode strings broken in a strange...
2014-06-30 Paolo Carlinire PR c++/54891 ([C++11] lambda-expression and explicit...
2014-06-27 Paolo Carliniparser.c (cp_parser_compound_literal_p): New.
2014-06-26 Jason Merrillparser.c (cp_parser_for_init_statement): Change range...
2014-06-26 Jason MerrillN3994 Ranged-based for-loops: The Next Generation
2014-06-26 Adam Butcherre PR c++/61537 (template parameter lists wrongly detec...
2014-06-24 Jakub Jelinekgimplify.c (gimplify_omp_for): For #pragma omp for...
2014-06-12 Paolo Carlinire PR c++/19200 (Friend declaration misinterpreted...
2014-06-11 Paolo Carlinire PR c++/60265 ([C++11] using-declaration of enumerato...
2014-06-11 Paolo Carlinire PR c++/19200 (Friend declaration misinterpreted...
2014-06-05 Jason Merrillparser.c (cp_parser_diagnose_invalid_type_name): Give...
2014-06-05 Marek Polacekre PR c/49706 (No warning for (!x > 1) which is always...
2014-05-31 Paolo CarliniDR 1227 PR c++/57543
2014-05-23 Thomas SchwingeFix some bool vs. tree confusion.
2014-05-21 Igor Zamyatinre PR c++/60189 (ICE with invalid use of _Cilk_sync)
2014-05-20 Paolo Carlinire PR c++/58753 (Brace-initializing a vector with a...
2014-05-19 Paolo Carlinitypeck2.c (cxx_incomplete_type_diagnostic): Use inform.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-16 Paolo Carlinire PR c++/51640 (Misleading error if the type in the...
2014-05-14 Paolo Carlinicp-tree.h (DIRECT_LIST_INIT_P): Add.
2014-04-29 Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-04-28 Paolo Carlinire PR c++/59120 ([c++11] ICE with invalid template...
2014-04-24 Jakub Jelinekc-parser.c (c_parser_omp_atomic): Allow seq_cst before...
2014-04-22 Jakub Jelinekre PR c/59073 (ICE with missing increment in OpenMP...
2014-04-11 Jason Merrillparser.h (struct cp_token): Rename ambiguous_p to error...
2014-04-09 Fabien Chênept.c (check_template_variable): Check for the return...
2014-03-29 Adam Butcherre PR c++/60626 ([c++1y] ICE with pointer to function...
2014-03-28 Adam Butcherre PR c++/60573 ([c++1y] ICE with defining generic...
2014-03-25 Jason Merrillre PR c++/60375 ([c++11] ICE with invalid use of lambda)
2014-03-24 Adam Butcherre PR c++/60627 ([c++1y] ICE in explicit template insta...
2014-03-17 Adam Butcherre PR c++/60390 ([c++1y] ICE with declaring function...
2014-03-17 Adam Butcherre PR c++/60391 ([c++1y] ICE with auto parameter for...
2014-03-10 Jason Merrillre PR c++/53492 (ICE in retrieve_specialization, at...
next