summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cp/nathan2016-10-071-4/+7
* C++17 copy elision improvements.jason2016-10-061-7/+16
* Implement P0305R1, Selection statements with initializer.mpolacek2016-10-051-1/+1
* PR c++/77804 - Internal compiler error on incorrect initialization of new-d a...msebor2016-10-041-2/+7
* * doc/extend.texi (Java Exceptions): Remove.jakub2016-10-041-181/+75
* * init.c (expand_default_init): Fix } indentation.nathan2016-09-261-1/+1
* PR c++/77651jakub2016-09-211-4/+5
* * c-common.c (c_common_truthvalue_conversion): Use false instead of 0.mpolacek2016-09-141-5/+6
* Implement P0035R4, C++17 new of over-aligned types.jason2016-09-091-6/+50
* PR c++/72457 - ICE with list-value-initialized base.jason2016-07-291-3/+3
* PR c++/55922 - list-value-initialization of basejason2016-07-241-0/+13
* PR c++/70824 - initializer_list in templatejason2016-07-151-2/+7
* Use lvalue_p instead of real_lvalue_p.jason2016-07-081-1/+1
* Rename lvalue_p to obvalue_p.jason2016-07-081-1/+1
* PR c++/71306 - bogus -Wplacement-new with an array elementmsebor2016-05-301-3/+4
* PR c/70756mpolacek2016-05-121-14/+15
* Support << and >> for offset_int and widest_intrsandifo2016-05-021-2/+1
* cp/nathan2016-04-201-2/+10
* PR c++/70652 - [6 Regression] r234966 causes bootstrap to failmsebor2016-04-141-315/+0
* PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsmsebor2016-04-131-0/+315
* PR c++/70488jakub2016-04-011-2/+4