PR c/71171: Fix uninitialized source_range in c_parser_postfix_expression
[gcc.git] / gcc / cp /
2016-05-19 Marek Polacekre PR c++/71075 (Broken diagnostic: 'integer_cst' not...
2016-05-19 Jason MerrillFix handling of non-dependent calls with default templa...
2016-05-19 David MalcolmPR c++/71184: Fix NULL dereference in cp_parser_operator
2016-05-19 Bernd Edlingerdecl.c (finish_enum_value_list): Use the specified...
2016-05-18 Jason Merrillpt.c (value_dependent_expression_p): Tweak new cases...
2016-05-18 Paolo Carlinire PR c++/69793 (ICE on invalid code in "cp_lexer_peek_...
2016-05-18 Paolo Carlinire PR c++/70466 ([ICE on invalid code in tree check...
2016-05-16 Matthew WahabRemove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID...
2016-05-13 Jason MerrillFix type-dependence and the current instantiation.
2016-05-13 Jason MerrillImprove diagnostic for forgotten ().
2016-05-12 Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-05-11 Marek Polacekre PR c++/71024 (Missing warning for contradictory...
2016-05-05 Jason Merrill* decl.c: Update comment.
2016-05-05 Jakub Jelinekc-parser.c (c_parser_switch_statement): Add IF_P argume...
2016-05-04 Marek Polacekc.opt (Wdangling-else): New option.
2016-05-03 Martin SeborPR c++/66561 - __builtin_LINE at al. should yield const...
2016-05-03 Marek Polacekre PR c/70859 (Bad column number in type-generic functi...
2016-05-03 Richard BienerMake-lang.in (cc1-checksum.c): For stage-final re-use...
2016-05-02 David MalcolmPR c++/62314: C++: add fixit hint to misspelled member...
2016-05-02 Cesar Philippidisc-common.h (enum c_omp_region_type): Define.
2016-05-02 David MalcolmPR c++/62314: add fixit hint for missing "template...
2016-05-02 Richard SandifordSupport << and >> for offset_int and widest_int
2016-05-02 Richard Bienerdecl.c (grokdeclarator): Properly insert a DECL_EXPR...
2016-04-30 Paolo Carlinire PR c++/66644 (Rejects C++11 in-class anonymous union...
2016-04-29 Cesar Philippidisre PR middle-end/70626 (bogus results in 'acc parallel...
2016-04-28 Jason MerrillImplement C++17 [[nodiscard]] attribute.
2016-04-28 Jason Merrillcvt.c (cp_get_callee): New.
2016-04-27 Ryan Burnre PR c++/69024 ([cilkpus] cilk_spawn is broken for...
2016-04-27 Nathan Sidwellconstexpr.c (get_fundef_copy): Use the original functio...
2016-04-27 Bernd Schmidtinvoke.texi (Warning Options): Add -Wmemset-elt-size.
2016-04-26 Patrick PalkaFix PR c++/70241 (inconsistent access with in-class...
2016-04-26 Marek PolacekBootstrapped/regtested on x86_64-linux, ok for trunk?
2016-04-26 Jakub Jelinekre PR bootstrap/70704 (AIX bootstrap comparison failure)
2016-04-25 Jason MerrillImplement C++17 [[maybe_unused]] attribute.
2016-04-22 Jason Merrill* parser.c (cp_parser_perform_range_for_lookup): Decay...
2016-04-22 Szabolcs Nagy[PATCH 2/2] (header usage fix) include c++ headers...
2016-04-22 Szabolcs Nagy[PATCH 1/2] (header usage fix) remove unused system...
2016-04-21 Patrick PalkaReuse the saved_scope structures allocated by push_to_t...
2016-04-21 Paolo Carlinire PR c++/70540 (ICE on invalid code in cxx_incomplete_...
2016-04-21 Marek Polacekre PR c++/70513 (ICE on invalid C++ code on x86_64...
2016-04-20 Nathan Sidwellre PR c++/55635 (Deallocation function ("operator delet...
2016-04-20 Ilya Verbinre PR c++/69363 (ICE when doing a pragma simd reduction...
2016-04-20 Nathan Sidwellsemantics.c (finish_compound_lteral): Don't wrap VECTOR...
2016-04-19 Jason MerrillPR c++/66543 - -Wunused-but-set* false positives
2016-04-19 Jason MerrillDR 2137 - copy-constructor rank in list-initialization
2016-04-19 Jason MerrillImprove constexpr handling of other loop forms.
2016-04-19 Jason MerrillPR c++/68206 - Fix constexpr diagnostics with loops.
2016-04-19 Jason MerrillTiny C++ cleanups.
2016-04-19 Jason Merrillre PR c++/70522 (Hidden friend functions block qualifie...
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-04-18 Jason Merrillre PR c++/70690 (r235002 miscompiles tcmalloc)
2016-04-16 Sandra Loosemorere PR target/1078 (Problems with attributes documentation)
2016-04-15 Jason Merrillre PR c++/70685 (ICE: Segmentation fault)
2016-04-15 Jason Merrillre PR c++/70505 (Constexpr failure when template type...
2016-04-15 Jakub Jelinek* BASE-VER: Set to 7.0.0.
2016-04-15 Jason Merrillre PR c++/70594 (-fcompare-debug failure)
2016-04-15 Jakub Jelinekre PR c/70436 (-Wparentheses missing ambiguous else...
2016-04-15 Jason Merrillre PR c++/70494 (Internal Compiler Error: Capturing...
2016-04-15 Jason Merrillre PR c++/70528 (bogus error: constructor required...
2016-04-14 Jason Merrillre PR c++/70622 (auto specifier don't deduce value...
2016-04-14 Jason Merrillre PR c++/70543 (wrong non-const error for enable_if...
2016-04-14 Jason Merrillre PR c++/70648 (adplug-xmms fails to compile)
2016-04-14 Martin SeborPR c++/70652 - [6 Regression] r234966 causes bootstrap...
2016-04-14 Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13 Martin SeborPR c++/69517 - [5/6 regression] SEGV on a VLA with...
2016-04-13 Jason MerrillWarn about empty parameter ABI with -Wabi=9.
2016-04-13 Jason MerrillPass empty class parameters like C.
2016-04-13 Jason Merrillre PR c++/70627 (internal compiler error: verify_type...
2016-04-13 Paolo Carlinire PR c++/70635 (ICE on (and rejects) valid code on...
2016-04-13 Jason Merrillre PR c++/70634 (ICE on valid code on x86_64-linux...
2016-04-13 Jason Merrillconstexpr.c (potential_nondependent_constant_expression...
2016-04-13 Jakub Jelinekre PR c++/70594 (-fcompare-debug failure)
2016-04-13 Jason Merrillre PR c++/70615 (ICE on valid code at -O1 and above...
2016-04-13 Patrick PalkaFix PR c++/70610 (wrong overload resolution during...
2016-04-12 Jason Merrillclass.c (is_really_empty_class): A zero-length array...
2016-04-12 Paolo Carlinire PR c++/68722 (internal compiler error: in merge_exce...
2016-04-12 Nathan Sidwellre PR c++/70501 (internal compiler error: in verify_cto...
2016-04-11 Jason Merrillmangle.c (decl_is_template_id): The template itself...
2016-04-08 Patrick PalkaFix PR c++/70590 (error: location references block...
2016-04-07 Patrick PalkaAvoid needless unsharing during constexpr evaluation...
2016-04-06 Patrick PalkaFix C++ side of PR c/70436 (missing -Wparentheses warnings)
2016-04-06 Patrick PalkaFix new -Wparentheses warnings encountered during bootstrap
2016-04-06 Jason Merrill* class.c (check_abi_tags): Fix function template handling.
2016-04-05 Nathan Sidwellre PR c++/70512 (ICE on valid code on x86_64-linux...
2016-04-05 Patrick PalkaFix PR c++/70452 (regression in C++ parsing performance)
2016-04-05 Patrick PalkaRemove class cache_map and use ggc hash_maps instead...
2016-04-02 Martin SeborPR c++/67376 - [5/6 regression] Comparison with pointer...
2016-04-02 Jason Merrillre PR c++/70449 (ICE with -Wall on valid code on x86_64...
2016-04-01 Jakub Jelinekre PR c++/70488 (ICE in tree.c:7345 triggered by warnin...
2016-04-01 Nathan Sidwellre PR c++/68475 (ICE: in merge_exception_specifiers...
2016-03-31 Nathan Sidwelldecl.c (start_preparsed_function): Remove unnecessary...
2016-03-31 Nathan Sidwellre PR c++/70393 (Miscompilation: missing constructor...
2016-03-31 Marek Polacekre PR c/70297 (GCC Segfaults when using -g3)
2016-03-31 Richard Bienerre PR c++/70430 (Incorrect result for logical "and...
2016-03-29 Jason Merrillre PR c++/70353 (ICE on __PRETTY_FUNCTION__ in a conste...
2016-03-28 Jason Merrillre PR bootstrap/70422 (Bootstrap comparison failure)
2016-03-25 Jason Merrillre PR c++/64266 (Can GCC produce local mergeable symbol...
2016-03-24 Jason Merrillre PR c++/70386 (ICE with -Wall on valid code on x86_64...
2016-03-24 Jason Merrillre PR c++/70323 (missing error on integer overflow...
2016-03-24 Patrick PalkaFix PR c++/62212 (ICE during mangling of array type)
next