summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
...
* PR c++/70501nathan2016-04-122-3/+9
* * mangle.c (decl_is_template_id): The template itself counts as ajason2016-04-112-4/+10
* Fix PR c++/70590 (error: location references block not in block tree)ppalka2016-04-082-0/+16
* Avoid needless unsharing during constexpr evaluation (PR c++/70452)ppalka2016-04-072-8/+44
* Fix C++ side of PR c/70436 (missing -Wparentheses warnings)ppalka2016-04-061-10/+10
* Fix new -Wparentheses warnings encountered during bootstrapppalka2016-04-062-6/+15
* * class.c (check_abi_tags): Fix function template handling.jason2016-04-062-0/+13
* PR c++/70512nathan2016-04-052-0/+27
* Fix PR c++/70452 (regression in C++ parsing performance)ppalka2016-04-052-5/+107
* Remove class cache_map and use ggc hash_maps instead (PR c++/70452)ppalka2016-04-054-50/+43
* PR c++/67376 - [5/6 regression] Comparison with pointer to past-the-endmsebor2016-04-022-4/+35
* PR c++/70449jason2016-04-023-17/+14
* PR c++/70488jakub2016-04-012-2/+11
* PR c++/68475nathan2016-04-013-5/+16
* * decl.c (start_preparsed_function): Remove unnecessary bracing.nathan2016-03-312-32/+6
* PR c++/70393nathan2016-03-312-7/+36
* PR c/70297mpolacek2016-03-312-0/+14
* 2016-03-31 Richard Biener <rguenther@suse.de>rguenth2016-03-312-1/+7
* PR c++/70353jason2016-03-292-2/+11
* PR c++/70422jason2016-03-284-33/+23
* PR c++/64266jason2016-03-254-16/+48
* PR c++/70386jason2016-03-242-3/+16
* PR c++/70323jason2016-03-242-1/+7
* Fix PR c++/62212 (ICE during mangling of array type)ppalka2016-03-242-3/+8
* Fix PR c++/70347 (default member initializer not picked up by union)ppalka2016-03-232-2/+23
* Fix PR c++/70332 (ICE due to aggregate initialization of NSDMI)ppalka2016-03-232-3/+12
* PR c++/70001jakub2016-03-232-14/+30
* PR c++/70323jakub2016-03-232-2/+11
* PR c++/70376jakub2016-03-232-5/+18
* PR c++/69315jakub2016-03-234-29/+10
* PR c++/70344jason2016-03-232-0/+20
* PR c++/69884mpolacek2016-03-232-1/+7
* gcc/cp/ienkovich2016-03-222-1/+7
* Fix PR c++/70096 (wrong code for pointer-to-member-function copy)ppalka2016-03-222-0/+7
* Fix PR c++/70204 (ICE in non_const_var_error)ppalka2016-03-222-1/+8
* PR c++/70273rth2016-03-212-7/+30
* PR c++/70285jason2016-03-212-0/+11
* PR c++/70139jason2016-03-182-20/+30
* PR c++/70147 - handle primary virtual basesjason2016-03-184-17/+47
* Avoid clobbering primary virtual base when not in charge.jason2016-03-183-24/+44
* * class.c (build_if_in_charge): Split out from build_base_path.jason2016-03-185-22/+31
* PR c++/70267jakub2016-03-182-0/+14
* Fix PR c++/70205 (ICE on valid call to qualified static member function)ppalka2016-03-182-1/+10
* Fix PR c++/70218 (illegal access to private field succeeds)ppalka2016-03-182-2/+9
* PR c++/70144jakub2016-03-173-11/+33
* PR c++/70272jakub2016-03-172-1/+9
* Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEtschwinge2016-03-171-1/+1
* PR c++/70194mpolacek2016-03-172-52/+40
* PR c++/70259jason2016-03-162-0/+7
* PR c++/70147jakub2016-03-162-2/+12