aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-16pt.c (tsubst_copy_and_build): Remove unnecessary COMPONENT_REF peeking.Nathan Sidwell1-1/+6
2017-05-08PR c++/80178 - parameter passing for uncopyable classesJason Merrill1-6/+98
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-1/+1
2017-04-20re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek1-8/+8
2017-04-18PR c++/80244 - ICE with attribute in template alias.Marek Polacek1-0/+4
2017-04-17PR c++/80415 - wrong error with default arg and array reference.Jason Merrill1-1/+2
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener1-0/+8
2017-04-10re PR c++/80176 (cannot bind reference to static member function using object...Jakub Jelinek1-0/+11
2017-04-07re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek1-0/+14
2017-03-09PR c++/79900 - ICE in strip_typedefsMarek Polacek1-18/+29
2017-02-11PR c++/77659 - ICE with new and C++14 aggregate NSDMIJason Merrill1-5/+17
2017-02-10PR c++/78908 - template ops and bitfieldsJason Merrill1-1/+1
2017-02-09PR c++/79316 - default argument in deduction guideJason Merrill1-0/+2
2017-02-06re PR c++/79377 (ICE with increment operator in -fpermissive mode)Jakub Jelinek1-2/+4
2017-01-26PR c++/79176 - lambda ICE with -flto -OsJason Merrill1-0/+8
2017-01-24PR c++/78469 - defaulted ctor and inaccessible dtorNathan Sidwell1-3/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-20PR objc++/78418 - ICE in string tests on darwinJason Merrill1-1/+1
2016-11-15Various C++17 decomposition fixes.Jason Merrill1-0/+8
2016-11-14Implement P0217R3 - C++17 structured bindingsJakub Jelinek1-0/+10
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-0/+40
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill1-4/+5
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-1/+1
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek1-0/+144
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-28/+0
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-0/+24
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-2/+2
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-0/+5
2016-07-18re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek1-0/+16
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-9/+7
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill1-1/+9
2016-07-08Rename lvalue_or_rvalue_with_address_p to glvalue_p.Jason Merrill1-16/+15
2016-06-24Fix get_target_expr for bit-field expressions.Jason Merrill1-1/+6
2016-06-17tree.c (builtin_valid_in_constant_expr_p): Test for DECL_BUILT_IN_CLASS equal...Jakub Jelinek1-2/+3
2016-06-14P0145R2: Refining Expression Order for C++.Jason Merrill1-6/+8
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor1-0/+6
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-17/+0
2016-05-03PR c++/66561 - __builtin_LINE at al. should yield constant expressionsMartin Sebor1-2/+8
2016-04-28Implement C++17 [[nodiscard]] attribute.Jason Merrill1-0/+26
2016-04-28cvt.c (cp_get_callee): New.Jason Merrill1-5/+2
2016-04-26Bootstrapped/regtested on x86_64-linux, ok for trunk?Marek Polacek1-0/+39
2016-04-25Implement C++17 [[maybe_unused]] attribute.Jason Merrill1-0/+11
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-04-16re PR target/1078 (Problems with attributes documentation)Sandra Loosemore1-32/+0
2016-04-13Fix PR c++/70610 (wrong overload resolution during template processing)Patrick Palka1-7/+1
2016-03-24Fix PR c++/62212 (ICE during mangling of array type)Patrick Palka1-3/+2
2016-03-15re PR c++/70209 (ICE in strip_typedefs, at cp/tree.c:1377)Marek Polacek1-3/+6
2016-03-04re PR c++/70067 (internal compiler error: in strip_typedefs, at cp/tree.c:1466)Jason Merrill1-0/+3
2016-02-25re PR c++/69889 (ICE: in assign_temp, at function.c:961)Jason Merrill1-7/+15