aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-04-22* parser.c (cp_parser_perform_range_for_lookup): Decay the array.Jason Merrill2-2/+6
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy1-2/+1
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-2/+0
2016-04-21Reuse the saved_scope structures allocated by push_to_top_levelPatrick Palka2-1/+33
2016-04-21re PR c++/70540 (ICE on invalid code in cxx_incomplete_type_diagnostic, at cp...Paolo Carlini2-1/+7
2016-04-21re PR c++/70513 (ICE on invalid C++ code on x86_64-linux-gnu: Segmentation fa...Marek Polacek2-0/+16
2016-04-20re PR c++/55635 (Deallocation function ("operator delete") not called when de...Nathan Sidwell3-15/+29
2016-04-20re PR c++/69363 (ICE when doing a pragma simd reduction with max)Ilya Verbin4-9/+36
2016-04-20semantics.c (finish_compound_lteral): Don't wrap VECTOR_TYPEs in a TARGET_EXPR.Nathan Sidwell2-4/+14
2016-04-19PR c++/66543 - -Wunused-but-set* false positivesJason Merrill4-0/+15
2016-04-19DR 2137 - copy-constructor rank in list-initializationJason Merrill2-1/+23
2016-04-19Improve constexpr handling of other loop forms.Jason Merrill2-4/+23
2016-04-19PR c++/68206 - Fix constexpr diagnostics with loops.Jason Merrill2-0/+16
2016-04-19Tiny C++ cleanups.Jason Merrill3-2/+7
2016-04-19re PR c++/70522 (Hidden friend functions block qualified name lookup into nes...Jason Merrill2-1/+8
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz8-17/+36
2016-04-18re PR c++/70690 (r235002 miscompiles tcmalloc)Jason Merrill2-6/+30
2016-04-16re PR target/1078 (Problems with attributes documentation)Sandra Loosemore2-32/+7
2016-04-15re PR c++/70685 (ICE: Segmentation fault)Jason Merrill2-1/+4
2016-04-15re PR c++/70505 (Constexpr failure when template type specified)Jason Merrill2-3/+10
2016-04-15* BASE-VER: Set to 7.0.0.basepoints/gcc-7Jakub Jelinek1-0/+16
2016-04-15re PR c++/70594 (-fcompare-debug failure)Jason Merrill3-36/+35
2016-04-15re PR c/70436 (-Wparentheses missing ambiguous else warning)Jakub Jelinek2-102/+151
2016-04-15re PR c++/70494 (Internal Compiler Error: Capturing an array of vectors in a ...Jason Merrill3-10/+14
2016-04-14re PR c++/70528 (bogus error: constructor required before non-static data mem...Jason Merrill2-3/+9
2016-04-14re PR c++/70622 (auto specifier don't deduce value type and its pointer type ...Jason Merrill2-12/+49
2016-04-14re PR c++/70543 (wrong non-const error for enable_if and constexpr function)Jason Merrill2-0/+5
2016-04-14re PR c++/70648 (adplug-xmms fails to compile)Jason Merrill2-0/+8
2016-04-14PR c++/70652 - [6 Regression] r234966 causes bootstrap to failMartin Sebor5-363/+10
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill5-153/+11
2016-04-13PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsMartin Sebor5-3/+379
2016-04-13Warn about empty parameter ABI with -Wabi=9.Jason Merrill5-1/+109
2016-04-13Pass empty class parameters like C.Jason Merrill4-5/+60
2016-04-13re PR c++/70627 (internal compiler error: verify_type failed)Jason Merrill2-1/+9
2016-04-13re PR c++/70635 (ICE on (and rejects) valid code on x86_64-linux-gnu: Segment...Paolo Carlini2-2/+8
2016-04-13re PR c++/70634 (ICE on valid code on x86_64-linux-gnu: Segmentation fault (p...Jason Merrill4-18/+30
2016-04-13constexpr.c (potential_nondependent_constant_expression): New.Jason Merrill4-18/+45
2016-04-13re PR c++/70594 (-fcompare-debug failure)Jakub Jelinek2-15/+52
2016-04-13re PR c++/70615 (ICE on valid code at -O1 and above on x86_64-linux-gnu in ad...Jason Merrill2-5/+13
2016-04-13Fix PR c++/70610 (wrong overload resolution during template processing)Patrick Palka3-11/+11
2016-04-12class.c (is_really_empty_class): A zero-length array is empty.Jason Merrill2-1/+9
2016-04-12re PR c++/68722 (internal compiler error: in merge_exception_specifiers, at c...Paolo Carlini2-2/+7
2016-04-12re PR c++/70501 (internal compiler error: in verify_ctor_sanity, at cp/conste...Nathan Sidwell2-3/+9
2016-04-11mangle.c (decl_is_template_id): The template itself counts as a template-id.Jason Merrill2-4/+10
2016-04-08Fix PR c++/70590 (error: location references block not in block tree)Patrick Palka2-0/+16
2016-04-07Avoid needless unsharing during constexpr evaluation (PR c++/70452)Patrick Palka2-8/+44
2016-04-06Fix C++ side of PR c/70436 (missing -Wparentheses warnings)Patrick Palka1-10/+10
2016-04-06Fix new -Wparentheses warnings encountered during bootstrapPatrick Palka2-6/+15
2016-04-06* class.c (check_abi_tags): Fix function template handling.Jason Merrill2-0/+13
2016-04-05re PR c++/70512 (ICE on valid code on x86_64-linux-gnu: canonical types diffe...Nathan Sidwell2-0/+27