summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* Fix the remaining PR c++/24666 blockers (arrays decay to pointers too early)Patrick Palka2016-01-194-5/+54
* * cp-gimplify.c (cp_fold) [CONSTRUCTOR]: Don't clobber the input.Jason Merrill2016-01-182-1/+16
* * cp-gimplify.c (cp_fold): Remove unnecessary special cases.Jason Merrill2016-01-182-35/+3
* re PR c++/68767 (spurious warning: null argument where non-null required)Jason Merrill2016-01-182-75/+17
* Fix PR c++/69091 (ICE with operator overload having 'auto' return type)Patrick Palka2016-01-162-4/+11
* Fix logic bug in Cilk Plus array expansionPatrick Palka2016-01-162-2/+8
* re PR c++/68936 (ICE: tree check: expected call_expr, have target_expr in bui...Patrick Palka2016-01-162-1/+13
* re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek2016-01-153-17/+35
* re PR c++/68847 (ICE in cxx_eval_constant_expression on __atomic_compare_exch...Jason Merrill2016-01-152-1/+4
* typeck2.c (cxx_incomplete_type_diagnostic): Use the location of value.Jason Merrill2016-01-152-13/+18
* re PR c++/69257 (g++ ICE in "create_tmp_var" on invalid inline-asm)Jason Merrill2016-01-153-9/+37
* Mark symbols in offload tables with force_output in read_offload_tablesTom de Vries2016-01-142-8/+8
* re PR c++/69261 (Copying char arrays during constexpr evaluation does not wor...Jason Merrill2016-01-142-2/+50
* Improve warning locations (PR66208)Bernd Schmidt2016-01-132-2/+2
* re PR c++/68979 (error: left operand of shift expression ‘(-1 << 4)’ is n...Marek Polacek2016-01-122-13/+20
* re PR objc++/68511 (FAIL: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime ...Jakub Jelinek2016-01-122-6/+15
* re PR c++/66808 (tree check fail in symbol_table::decl_assembler_name_hash)Jakub Jelinek2016-01-122-2/+13
* re PR c++/69131 (default constructor of union incorrectly deleted)Jason Merrill2016-01-112-10/+20
* PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expressionDavid Malcolm2016-01-112-6/+22
* re PR c++/69211 (g++ ICE on x86_64-linux-gnu (verify_gimple failed))Jakub Jelinek2016-01-112-1/+13
* re PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2.c:1875 with -fno-weak)Marek Polacek2016-01-092-1/+7
* re PR tree-optimization/69164 (ICE in create_tmp_var, at gimple-expr.c:468)Jakub Jelinek2016-01-092-9/+7
* re PR c++/69158 (ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598)Jason Merrill2016-01-092-1/+15
* re PR c++/68449 (ICE in cxx_eval_constant_expression on atomic_load in C++)Marek Polacek2016-01-082-1/+7
* constexpr.c (cxx_eval_call_expression): Remove convert_to_void workaround.Jason Merrill2016-01-082-10/+3
* PR c++/68983 (BE)Jason Merrill2016-01-082-2/+8
* PR c++/68983 (FE)Jason Merrill2016-01-082-0/+9
* re PR c++/58583 ([c++11] ICE with invalid non-static data member initializati...Nathan Sidwell2016-01-052-3/+13
* Update copyright years.Jakub Jelinek2016-01-0456-4277/+4286
* re PR c++/69005 (infinite(?) recursion in template instantiations)Jason Merrill2015-12-242-22/+36
* Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge2015-12-233-4/+1
* re PR c++/66921 (failure to determine size of static constexpr array that is ...Jason Merrill2015-12-222-1/+6
* re PR c++/67257 (Internal compiler error in retrieve_specialization)Jason Merrill2015-12-222-1/+19
* re PR c++/67339 (Segfault when parsing a typename involving a template-alias)Jason Merrill2015-12-222-1/+7
* Fix read of uninitialized value in make_pack_expansion()Patrick Palka2015-12-222-0/+7
* C and C++ FE: fix source ranges for binary opsDavid Malcolm2015-12-212-3/+19
* re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill2015-12-202-1/+4
* re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill2015-12-206-24/+79
* re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill2015-12-202-0/+8
* Fix PR c++/68978 (bogus error: lvalue required as left operand of assignment)Patrick Palka2015-12-182-0/+11
* re PR c++/67592 (A virtual member function declared constexpr fails to trigge...Paolo Carlini2015-12-182-7/+22
* Fix PR c++/68831 (superfluous -Waddress warning for C++ delete)Patrick Palka2015-12-182-0/+8
* re PR c++/67550 (Initialization of local struct array with elements of global...Jason Merrill2015-12-172-0/+9
* re PR c++/67576 (expression of typeid( expression ) is evaluated twice)Jason Merrill2015-12-172-1/+7
* Fix wrong PR referencesPatrick Palka2015-12-171-1/+1
* Fix some blockers of PR c++/24666 (arrays decay to pointers too early)Patrick Palka2015-12-172-7/+18
* Avoid code duplication in cp_tree_[operand|code]_lengthPatrick Palka2015-12-172-16/+8
* Correct ChangeLogs for PR c++/42121 and related.Martin Sebor2015-12-161-5/+5
* PR objc++/68932 - FAIL: obj-c++.dg/property/at-property-23.mm -fgnu-runtimeMartin Sebor2015-12-162-2/+9
* pt.c (comp_template_args): Remove.Paolo Carlini2015-12-163-15/+15