aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Mark symbols in offload tables with force_output in read_offload_tablesTom de Vries2-8/+8
2016-01-14re PR c++/69261 (Copying char arrays during constexpr evaluation does not wor...Jason Merrill2-2/+50
2016-01-13Improve warning locations (PR66208)Bernd Schmidt2-2/+2
2016-01-12re PR c++/68979 (error: left operand of shift expression ‘(-1 << 4)’ is n...Marek Polacek2-13/+20
2016-01-12re PR objc++/68511 (FAIL: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime ...Jakub Jelinek2-6/+15
2016-01-12re PR c++/66808 (tree check fail in symbol_table::decl_assembler_name_hash)Jakub Jelinek2-2/+13
2016-01-11re PR c++/69131 (default constructor of union incorrectly deleted)Jason Merrill2-10/+20
2016-01-11PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expressionDavid Malcolm2-6/+22
2016-01-11re PR c++/69211 (g++ ICE on x86_64-linux-gnu (verify_gimple failed))Jakub Jelinek2-1/+13
2016-01-09re PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2.c:1875 with -fno-weak)Marek Polacek2-1/+7
2016-01-09re PR tree-optimization/69164 (ICE in create_tmp_var, at gimple-expr.c:468)Jakub Jelinek2-9/+7
2016-01-09re PR c++/69158 (ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598)Jason Merrill2-1/+15
2016-01-08re PR c++/68449 (ICE in cxx_eval_constant_expression on atomic_load in C++)Marek Polacek2-1/+7
2016-01-08constexpr.c (cxx_eval_call_expression): Remove convert_to_void workaround.Jason Merrill2-10/+3
2016-01-08PR c++/68983 (BE)Jason Merrill2-2/+8
2016-01-08PR c++/68983 (FE)Jason Merrill2-0/+9
2016-01-05re PR c++/58583 ([c++11] ICE with invalid non-static data member initializati...Nathan Sidwell2-3/+13
2016-01-04Update copyright years.Jakub Jelinek56-4277/+4286
2015-12-24re PR c++/69005 (infinite(?) recursion in template instantiations)Jason Merrill2-22/+36
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge3-4/+1
2015-12-22re PR c++/66921 (failure to determine size of static constexpr array that is ...Jason Merrill2-1/+6
2015-12-22re PR c++/67257 (Internal compiler error in retrieve_specialization)Jason Merrill2-1/+19
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