aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2016-10-28GIMPLE store merging passKyrylo Tkachov1-1/+1
2016-10-28re PR rtl-optimization/77919 (ICE converting DC to V2DF mode)Jakub Jelinek1-0/+11
2016-10-27re PR middle-end/78025 (ICE in simd_clone_adjust, at omp-simd-clone.c:1126)Jakub Jelinek1-0/+50
2016-10-27* class.c (add_method): Allow using-declarations to coexist.Jason Merrill1-0/+19
2016-10-26fix pr78060 pr78061 pr78088Michael Matz2-0/+33
2016-10-25constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL.Jason Merrill1-0/+20
2016-10-25internal-fn.def (LAUNDER): New internal function.Jakub Jelinek2-0/+93
2016-10-24dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or DW_AT_rvalue_referen...Jakub Jelinek1-0/+20
2016-10-21re PR c++/77656 (64-bit integral template parameter gets incorrectly sized as...Jason Merrill3-2/+16
2016-10-21dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attribute if needed.Jakub Jelinek1-0/+9
2016-10-21re PR c++/78051 (error: dead STMT in EH table when using -O2)Richard Biener1-0/+9
2016-10-20wdate-time.c: Restored test case.Bernd Edlinger1-0/+0
2016-10-20* g++.dg/cpp1z/inline-var1.C (w): Initialize to 64 + 2.Jakub Jelinek1-1/+1
2016-10-20* g++.dg/cpp1z/aligned-new7.C: Fix for small MAX_STACK_ALIGNMENT targets.Jason Merrill1-1/+2
2016-10-20re PR c++/77446 (Suspicious "non-constant condition for static assertion" error)Paolo Carlini1-0/+23
2016-10-15PR c++/77945 - constexpr and trivial copyJason Merrill1-0/+14
2016-10-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases and __cpp_deduc...Jason Merrill1-0/+12
2016-10-14Implement P0017R1, C++17 aggregates with bases.Jason Merrill8-0/+122
2016-10-14DR 1511 - const volatile variables and ODRJakub Jelinek2-0/+62
2016-10-13PR c++/71912 - [6/7 regression] flexible array in struct in union rejectedMartin Sebor7-36/+641
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill8-0/+490
2016-10-13Do not merge BBs with a different EH landing pads (PRMartin Liska1-0/+25
2016-10-12PR c++/77742 - -Waligned-new and placement new.Jason Merrill1-0/+15
2016-10-12re PR debug/77947 (ICE with -g and -O2 in strip_naming_typedef)Richard Biener1-0/+29
2016-10-10C++17 class deduction issuesJason Merrill2-0/+41
2016-10-08Further P0135 refinement.Jason Merrill2-1/+7
2016-10-07re PR c++/64433 (Segmentation fault while compiling)Nathan Sidwell5-0/+154
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek2-0/+129
2016-10-07re PR c++/77803 (Bogus implicit-fallthrough warning)Marek Polacek1-0/+33
2016-10-06C++17 copy elision improvements.Jason Merrill8-12/+31
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek2-0/+55
2016-10-06re PR target/77759 (ICE in function_arg_record_value on nested empty class)James Clarke1-0/+21
2016-10-06* g++.dg/cpp1z/init-statement9.C: New test.Marek Polacek1-0/+17
2016-10-05Implement P0135R1, Guaranteed copy elision.Jason Merrill1-0/+16
2016-10-05PR c++/54293 - binding reference to member of temporaryJason Merrill1-1/+5
2016-10-05* call.c (extend_ref_init_temps): Fix TARGET_EXPR handling.Jason Merrill1-0/+25
2016-10-05Delete x86 deprecated pcommit instruction supportAndrew Senkevich2-2/+2
2016-10-05Fix last commit.Marek Polacek8-211/+0
2016-10-05* semantics.c (finish_compound_literal): Handle class placeholder.Jason Merrill1-0/+7
2016-10-05Implement P0305R1, Selection statements with initializer.Marek Polacek8-0/+422
2016-10-05* g++.dg/pr49847-2.C: Remove.Andreas Schwab1-47/+0
2016-10-04* g++.dg/cpp1z/class-deduction16.C: Use tuple.Jason Merrill1-6/+5
2016-10-04PR c++/77852 - class deduction from list-initJason Merrill3-0/+33
2016-10-04PR c++/77775 - misoptimization of PMF comparisonJason Merrill1-0/+17
2016-10-04Implement P0091R2, Template argument deduction for class templates.Jason Merrill18-6/+195
2016-10-04PR c++/77804 - Internal compiler error on incorrect initialization of new-d a...Martin Sebor1-0/+14
2016-10-04re PR c++/77791 (ICE on invalid C++11 code with redefined function parameter:...Jakub Jelinek1-0/+4
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek11-341/+0
2016-10-03Core 903Marek Polacek1-0/+78
2016-10-02asm3.C (two): Only use register keyword for C++14 and earlier.Jakub Jelinek4-5/+11