aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2015-12-22re PR c++/67339 (Segfault when parsing a typename involving a template-alias)Jason Merrill2-1/+7
2015-12-22Fix read of uninitialized value in make_pack_expansion()Patrick Palka2-0/+7
2015-12-21C and C++ FE: fix source ranges for binary opsDavid Malcolm2-3/+19
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill2-1/+4
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill6-24/+79
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill2-0/+8
2015-12-18Fix PR c++/68978 (bogus error: lvalue required as left operand of assignment)Patrick Palka2-0/+11
2015-12-18re PR c++/67592 (A virtual member function declared constexpr fails to trigge...Paolo Carlini2-7/+22
2015-12-18Fix PR c++/68831 (superfluous -Waddress warning for C++ delete)Patrick Palka2-0/+8
2015-12-17re PR c++/67550 (Initialization of local struct array with elements of global...Jason Merrill2-0/+9
2015-12-17re PR c++/67576 (expression of typeid( expression ) is evaluated twice)Jason Merrill2-1/+7
2015-12-17Fix wrong PR referencesPatrick Palka1-1/+1
2015-12-17Fix some blockers of PR c++/24666 (arrays decay to pointers too early)Patrick Palka2-7/+18
2015-12-17Avoid code duplication in cp_tree_[operand|code]_lengthPatrick Palka2-16/+8
2015-12-16Correct ChangeLogs for PR c++/42121 and related.Martin Sebor1-5/+5
2015-12-16PR objc++/68932 - FAIL: obj-c++.dg/property/at-property-23.mm -fgnu-runtimeMartin Sebor2-2/+9
2015-12-16pt.c (comp_template_args): Remove.Paolo Carlini3-15/+15
2015-12-16re PR c++/68309 (ICE: Segmentation fault)Jason Merrill2-7/+5
2015-12-16re PR c++/63628 ([c++1y] cannot use decltype on captured arg-pack)Jason Merrill2-6/+15
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm2-0/+59
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor7-37/+386
2015-12-15Fix PR c++/21802 (two-stage name lookup fails for operators)Patrick Palka6-22/+217
2015-12-14re PR c++/68309 (ICE: Segmentation fault)Jason Merrill2-2/+13
2015-12-09re PR c++/60218 ([c++11] ICE using __bases for broken class hierarchy)Paolo Carlini2-7/+20
2015-12-09c-omp.c (c_finish_oacc_wait): Remove add_stmt() call.Chung-Lin Tang1-0/+1
2015-12-08Fix PR c++/68711 - [6 regression] SEGV on an invalid offsetof of a memberMartin Sebor2-2/+11
2015-12-07re PR c++/68760 (ICE in pp_string (pretty-print.c:909))Jakub Jelinek2-1/+7
2015-12-07re PR c++/68683 ([concepts] function satisfy_argument_deduction_constraint mo...Ryan Burn2-0/+10
2015-12-07re PR c++/68464 (ICE in valid constexpr function: ../../src/gcc/tree.c:11497)Jason Merrill4-7/+28
2015-12-07re PR c++/68170 (Declaring friend template class template in C++1z produces e...Jason Merrill2-0/+8
2015-12-07g++.exp: Also find -std list in GXX_TESTSUITE_STDS environment variable.Jason Merrill2-1/+5
2015-12-06Fix parse/no-type-defn1.C with -std=c++1z.Jason Merrill2-0/+50
2015-12-06Fix decltype-call1.C with -std=c++1z.Jason Merrill3-38/+44
2015-12-06Fix crash70.C with -std=c++1z.Jason Merrill2-1/+14
2015-12-06Fix template/ref1.C, nontype15.C, addr-builtin1.C with -std=c++1z.Jason Merrill3-2/+20
2015-12-06Fix memclass5.C, memfriend10.C, var-templ19.C with -std=c++1z.Jason Merrill5-5/+25
2015-12-06PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z.Jason Merrill5-32/+108
2015-12-04re PR c++/68645 (FAIL: c-c++-common/attr-simd-3.c -std=gnu++11 (test for exc...Jason Merrill2-7/+16
2015-12-04C++ FE: expression rangesDavid Malcolm8-190/+726
2015-12-03parser.c (cp_ensure_no_oacc_routine): Update error message.Cesar Philippidis2-7/+16
2015-12-02Allow running the testsuite in C++1z mode.Jason Merrill2-3/+13
2015-12-02Fix c++/67337 (segfault in mangle.c)Markus Trippelsdorf2-1/+6
2015-12-02Do constant folding in warn_* functions.Jason Merrill2-6/+8
2015-12-02Introduce cp_fold_rvalue.Jason Merrill2-9/+40
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill2-0/+13
2015-12-02* cp-gimplify.c (cp_fold): Use fold_build*.Jason Merrill2-9/+13
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers2-1/+7
2015-12-02re PR c++/68290 (g++.dg/concepts/auto1.C FAILs)Eric Botcazou3-32/+49
2015-12-02Some OpenACC host_data cleanupThomas Schwinge3-10/+18
2015-12-02[PR68603] Associate conditional C++ loop's back-jump with start, not bodyAndreas Arnez2-1/+14