aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-01-27re PR c++/69267 ([cilkplus] ICE when calling a function with an empty class a...Ryan Burn2-1/+8
2016-01-27re PR c++/69379 (ICE in fold_convert_loc, at fold-const.c:2366)Marek Polacek2-0/+20
2016-01-27PR c++/69317 - [6 regression] wrong ABI version in -Wabi warningsMartin Sebor2-3/+9
2016-01-27re PR c++/69496 ([C++ 14] ICE on VLA in constexpr function)Marek Polacek2-1/+12
2016-01-26re PR c++/68949 (Implicit initialization of array member silently miscompiling.)Jason Merrill4-17/+18
2016-01-26re PR c++/68782 (bad reference member formed with constexpr)Jason Merrill2-8/+60
2016-01-26re PR c++/68357 (FAIL: g++.dg/other/darwin-cfstring1.C -std=* (internal comp...Jakub Jelinek2-9/+65
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm2-3/+9
2016-01-24Revert "Fix the remaining PR c++/24666 blockers"Patrick Palka4-36/+26
2016-01-23PR c++/58109 - alignas() fails to compile with constant expressionMartin Sebor2-1/+9
2016-01-22re PR c++/69392 (G++ can't capture 'this' pointer to templated type using ini...Jason Merrill2-9/+13
2016-01-21re PR c++/65687 (Inconsistent behavior for __attribute__((__deprecated__)) be...Jason Merrill2-3/+10
2016-01-21re PR c++/40751 (G++ never packs typedef'd enums)Jason Merrill2-2/+10
2016-01-21re PR c++/43407 (Specifying visibility attribute of C++0x enum class emits wa...Jason Merrill5-59/+125
2016-01-19re PR c++/59759 (internal compiler error: in unify, using std::enable_if on c...Jason Merrill2-6/+20
2016-01-19re PR c++/68965 (`-Wunused-parameter` is reported in variadic lambda or funct...Marek Polacek2-1/+9
2016-01-19re PR c++/68586 (Enum template parameter wrongly rejected)Marek Polacek5-0/+31
2016-01-19Fix the remaining PR c++/24666 blockers (arrays decay to pointers too early)Patrick Palka4-5/+54
2016-01-18* cp-gimplify.c (cp_fold) [CONSTRUCTOR]: Don't clobber the input.Jason Merrill2-1/+16
2016-01-18* cp-gimplify.c (cp_fold): Remove unnecessary special cases.Jason Merrill2-35/+3
2016-01-18re PR c++/68767 (spurious warning: null argument where non-null required)Jason Merrill2-75/+17
2016-01-16Fix PR c++/69091 (ICE with operator overload having 'auto' return type)Patrick Palka2-4/+11
2016-01-16Fix logic bug in Cilk Plus array expansionPatrick Palka2-2/+8
2016-01-16re PR c++/68936 (ICE: tree check: expected call_expr, have target_expr in bui...Patrick Palka2-1/+13
2016-01-15re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek3-17/+35
2016-01-15re PR c++/68847 (ICE in cxx_eval_constant_expression on __atomic_compare_exch...Jason Merrill2-1/+4
2016-01-15typeck2.c (cxx_incomplete_type_diagnostic): Use the location of value.Jason Merrill2-13/+18
2016-01-15re PR c++/69257 (g++ ICE in "create_tmp_var" on invalid inline-asm)Jason Merrill3-9/+37
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