aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-03-31re PR c/70297 (GCC Segfaults when using -g3)Marek Polacek2-0/+14
2016-03-31re PR c++/70430 (Incorrect result for logical "and" operation with mixed vect...Richard Biener2-1/+7
2016-03-29re PR c++/70353 (ICE on __PRETTY_FUNCTION__ in a constexpr function)Jason Merrill2-2/+11
2016-03-28re PR bootstrap/70422 (Bootstrap comparison failure)Jason Merrill4-33/+23
2016-03-25re PR c++/64266 (Can GCC produce local mergeable symbols for *.__FUNCTION__ a...Jason Merrill4-16/+48
2016-03-24re PR c++/70386 (ICE with -Wall on valid code on x86_64-linux-gnu in verify_c...Jason Merrill2-3/+16
2016-03-24re PR c++/70323 (missing error on integer overflow in constexpr function resu...Jason Merrill2-1/+7
2016-03-24Fix PR c++/62212 (ICE during mangling of array type)Patrick Palka2-3/+8
2016-03-23Fix PR c++/70347 (default member initializer not picked up by union)Patrick Palka2-2/+23
2016-03-23Fix PR c++/70332 (ICE due to aggregate initialization of NSDMI)Patrick Palka2-3/+12
2016-03-23re PR c++/70001 (Infinity compilation time)Jakub Jelinek2-14/+30
2016-03-23re PR c++/70323 (missing error on integer overflow in constexpr function resu...Jakub Jelinek2-2/+11
2016-03-23re PR c++/70376 (OpenMP taskloop construct fails to instantiate copy construc...Jakub Jelinek2-5/+18
2016-03-23re PR c++/69315 (ICE in finish_function with constexpr and templates)Alexandre Oliva4-29/+10
2016-03-23re PR c++/70344 (ICE on invalid code at -O1 and above on x86_64-linux-gnu in ...Jason Merrill2-0/+20
2016-03-23re PR c++/69884 (warning: ignoring attributes on template argument)Marek Polacek2-1/+7
2016-03-22re PR target/70290 (-mavx512vl breaks parsing of C++ vector condition)Ilya Enkovich2-1/+7
2016-03-22Fix PR c++/70096 (wrong code for pointer-to-member-function copy)Patrick Palka2-0/+7
2016-03-22Fix PR c++/70204 (ICE in non_const_var_error)Patrick Palka2-1/+8
2016-03-21re PR middle-end/70273 (FAIL: g++.dg/ext/label13a.C -std=gnu++98 execution t...Richard Henderson2-7/+30
2016-03-21re PR c++/70285 (ICE on valid code on x86_64-linux-gnu: verify_gimple failed)Jason Merrill2-0/+11
2016-03-18re PR c++/70139 (-fno-elide-constructor makes static std::regex to throw)Jason Merrill2-20/+30
2016-03-18PR c++/70147 - handle primary virtual basesJason Merrill4-17/+47
2016-03-18Avoid clobbering primary virtual base when not in charge.Jason Merrill3-24/+44
2016-03-18class.c (build_if_in_charge): Split out from build_base_path.Jason Merrill5-22/+31
2016-03-18re PR c++/70267 (ICE on invalid code at -O1 and above on x86_64-linux-gnu in ...Jakub Jelinek2-0/+14
2016-03-18Fix PR c++/70205 (ICE on valid call to qualified static member function)Patrick Palka2-1/+10
2016-03-18Fix PR c++/70218 (illegal access to private field succeeds)Patrick Palka2-2/+9
2016-03-17re PR tree-optimization/70144 (g++ ICE at -O1 and above on valid code on x86_...Jakub Jelinek3-11/+33
2016-03-17re PR c++/70272 (-flifetime-dse miscompilation starting with r217967)Jakub Jelinek2-1/+9
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-1/+1
2016-03-17re PR c++/70194 (missing -Waddress on constexpr pointer)Marek Polacek2-52/+40
2016-03-16re PR c++/70259 (-flifetime-dse=2 bug with empty bases)Jason Merrill2-0/+7
2016-03-16re PR sanitizer/70147 (testcase from hana testsuite gets miscompiled with -fs...Jakub Jelinek2-2/+12
2016-03-16re PR sanitizer/70147 (testcase from hana testsuite gets miscompiled with -fs...Jakub Jelinek2-0/+12
2016-03-15re PR c++/70209 (ICE in strip_typedefs, at cp/tree.c:1377)Marek Polacek2-3/+12
2016-03-15re PR c++/70095 ([C++14] Link error on partially specialized variable template)Jason Merrill2-1/+4
2016-03-15Fix more P0184R0 references.Jason Merrill1-1/+1
2016-03-15re PR c++/70141 (template parameter not deducible in partial specialization o...Jason Merrill2-2/+8
2016-03-14* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.Jason Merrill1-1/+1
2016-03-14P08184R0: Generalizing the Range-Based For LoopCasey Carter2-3/+25
2016-03-12Fix PR c++/70106 (type of parenthesized qualified-id has wrong cv-qualifiers)Patrick Palka2-1/+15
2016-03-10re PR c++/70001 (Infinity compilation time)Patrick Palka2-3/+22
2016-03-10re PR c++/70153 (ICE on valid C++ code)Marek Polacek2-1/+13
2016-03-09c-parser.c (c_parser_oacc_loop): Update cclauses and clauses when calling c_f...Cesar Philippidis2-2/+7
2016-03-08Remove Concepts from -std=c++1z.Jason Merrill3-17/+34
2016-03-08P0036R0: Unary Folds and Empty Parameter PacksJason Merrill2-12/+5
2016-03-08re PR sanitizer/70135 (-fsanitize=undefined causes static_assert to fail)Jakub Jelinek2-3/+7
2016-03-08ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.Jakub Jelinek2-1/+5
2016-03-07Adjust fix for PR c++/66786Patrick Palka2-2/+10