summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2018-01-031-1/+1
* * doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.ebotcazou2017-12-221-1/+1
* PR c++/80135jakub2017-12-151-16/+11
* PR c++/83058 - ICE on C++ code with negative array index: in warn_placement_n...msebor2017-11-281-56/+65
* Support GTY((cache)) on hash_map.jason2017-11-141-2/+2
* Defer folding of *&.jason2017-11-131-14/+11
* Remove the null check from placement new in all modesville2017-11-131-1/+1
* [C++ PATCH] overloaded operator fns [2/N]nathan2017-10-311-1/+1
* [C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUEnathan2017-10-051-1/+1
* PR c++/56973, DR 696 - capture constant variables only as needed.jason2017-09-281-1/+0
* Reimplement handling of lambdas in templates.jason2017-08-291-1/+5
* Instantiate default arguments/member initializers once.jason2017-08-291-10/+40
* PR c++/81359 - Unparsed NSDMI error from SFINAE context.jason2017-08-091-25/+29
* .marxin2017-08-081-0/+2
* Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...marxin2017-07-311-1/+2
* * cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...nathan2017-06-271-3/+2
* gcc/cp/nathan2017-06-261-5/+3
* Implement no_sanitize function attributemarxin2017-06-131-2/+2
* gcc/c-family:edlinger2017-05-191-1/+4
* * cp-tree.h (OVL_FIRST, OVL_NAME): New.nathan2017-05-161-1/+1
* * cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value.nathan2017-05-051-4/+10
* PR c++/80473 allow suppressing notes about over-aligned newredi2017-04-201-7/+9
* PR c++/80095mpolacek2017-04-071-2/+1
* PR sanitizer/79993 - ICE with VLA initialization from stringjason2017-04-031-27/+65
* PR c++/35878jakub2017-03-211-3/+4
* gcc/ville2017-03-211-1/+17
* PR c++/78345 - ICE initializing array from lambda.jason2017-03-171-0/+17
* PR c++/79896jakub2017-03-101-1/+2
* PR c++/79687mpolacek2017-03-091-0/+7
* PR c++/79782jakub2017-03-021-2/+12
* Class template argument deduction in new-expressionjason2017-03-021-3/+7
* PR c++/79746jakub2017-03-011-0/+6
* * config/i386/i386.c: Include intl.h.jakub2017-02-281-2/+2
* PR c++/71568 - SFINAE forming pointer to member functionjason2017-02-271-10/+15
* 2017-02-27 Volker Reichelt <v.reichelt@netcologne.de>reichelt2017-02-271-9/+7
* PR c++/79535mpolacek2017-02-211-1/+2
* PR c++/79363 - ICE with NSDMI and arraymsebor2017-02-151-10/+38
* * init.c (warn_placement_new_too_small): Add missing space injakub2017-02-131-1/+1
* PR c++/77659 - ICE with new and C++14 aggregate NSDMIjason2017-02-121-2/+24
* Introduce C++ support in libcc1aoliva2017-01-311-1/+1
* PR c++/78469 - defaulted ctor and inaccessible dtornathan2017-01-241-2/+4
* PR c++/79130 - decomposition and direct-initializationjason2017-01-191-20/+31
* Update copyright years.jakub2017-01-011-1/+1
* PR c++/72775mpolacek2016-12-141-0/+8
* Allow references in constant-expressions.jason2016-11-151-4/+3
* Implement P0217R3 - C++17 structured bindingsjason2016-11-141-16/+37
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-021-1/+11
* * cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x)jakub2016-10-241-4/+4
* PR c++/77742 - -Waligned-new and placement new.jason2016-10-121-15/+26
* Further P0135 refinement.jason2016-10-081-11/+6