aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2019-05-17mips.c (mips_dwarf_frame_reg_mode): Replace TARGET_FLOAT64 with !TARGET_FLOAT...Dragan Mladjenovic1-0/+47
2019-05-15CWG 2096 - constraints on literal unions.Marek Polacek1-0/+54
2019-05-15darwin, testsuite, laste piece to fix PR82920Iain Sandoe1-1/+1
2019-05-14re PR c++/68918 (spurious "invalid use of incomplete type" in trailing return...Marek Polacek1-0/+25
2019-05-14re PR c++/70156 (incorrect "incomplete type" error initializing a static cons...Marek Polacek1-0/+9
2019-05-14Reapply r270597.Paolo Carlini1-0/+5
2019-05-13Fix testsuite regression caused by r271077Jonathan Wakely2-1/+33
2019-05-11typeck.c (cp_build_function_call_vec): When mark_used fails unconditionally r...Paolo Carlini2-0/+24
2019-05-10decl.c (grokvardecl): Use an accurate location in error message about main as...Paolo Carlini1-0/+1
2019-05-10PR c++/78010 - bogus -Wsuggest-override warning on final function.Marek Polacek1-0/+9
2019-05-10re PR c++/90383 (GCC generates invalid constexpr copy/move assignment operato...Jakub Jelinek2-0/+37
2019-05-10re PR pch/90326 (Using any precompiled header breaks definition of FLT_MAX)Jakub Jelinek2-0/+10
2019-05-09re PR preprocessor/90382 (ICE in linemap_macro_map_loc_to_exp_point, at libcp...Paolo Carlini1-5/+0
2019-05-08re PR tree-optimization/90078 (ICE with deep templates caused by overflow)Bin Cheng1-0/+199
2019-05-08Enable support for bfloat16 which will be in Future Cooper Lake.Hongtao Liu2-2/+2
2019-05-06PR c++/90265 - ICE with generic lambda.Marek Polacek1-0/+4
2019-05-03Let ldist ignore clobbersMarc Glisse1-0/+16
2019-05-03re PR c++/89698 (Run-time error due to optimization of field access after cas...Richard Biener1-0/+29
2019-05-02darwin, testsuite, fix a failing test.Iain Sandoe1-2/+1
2019-05-02re PR tree-optimization/89653 (Missing vectorization of loop containing std::...Richard Biener1-0/+12
2019-05-01re PR tree-optimization/88797 (Unneeded branch added when function is inlined...Jeff Law1-0/+16
2019-05-01[C++ PATCH] Simplify class member lookupNathan Sidwell1-2/+1
2019-04-30re PR tree-optimization/90240 (ICE in try_improve_iv_set, at tree-ssa-loop-iv...Bin Cheng1-199/+0
2019-04-29PR c++/82081 - tail call optimization breaks noexceptJason Merrill1-0/+11
2019-04-27re PR c++/90173 (ICE: Segmentation fault (in strip_declarator_types))Jakub Jelinek1-1/+1
2019-04-26PR c++/90243 - orphaned note in uninstantiated constexpr functionJonathan Wakely1-0/+13
2019-04-26re PR c++/90173 (ICE: Segmentation fault (in strip_declarator_types))Paolo Carlini1-0/+10
2019-04-26decl.c (grokdeclarator): Fix value assigned to typespec_loc, use min_location.Paolo Carlini1-0/+5
2019-04-25re PR c++/44648 (missing -Wunused warning on a const variable in if statement)Jakub Jelinek1-2/+1
2019-04-25re PR middle-end/90194 (ICE in expand_debug_expr, at cfgexpand.c:5244)Richard Biener1-0/+18
2019-04-24re PR c++/90236 (bogus error with auto non-type template argument)Marek Polacek1-0/+13
2019-04-24PR c++/90227 - error with template parameter packs.Jason Merrill1-0/+80
2019-04-23re PR tree-optimization/90078 (ICE with deep templates caused by overflow)Bin Cheng1-0/+199
2019-04-22PR c++/87366 - wrong error with alias template.Jason Merrill1-0/+21
2019-04-20pr89009.C: Add dg-require-effective-target fpic.Sandra Loosemore1-0/+1
2019-04-20PR c++/90190 - CTAD with list-constructor.Jason Merrill1-0/+22
2019-04-20PR c++/90171 - ICE with destroying delete with size_t parm.Jason Merrill1-0/+11
2019-04-19re PR c++/89900 (ICE: Segmentation fault (in check_instantiated_arg))Paolo Carlini4-0/+40
2019-04-19re PR c++/90138 (ICE on invalid in contains_struct_check())Jakub Jelinek1-0/+5
2019-04-19re PR c/89888 (When switch controlling expression is promoted from type narro...Jakub Jelinek1-2/+2
2019-04-18PR c++/87554 - ICE with extern template and reference member.Jason Merrill1-0/+36
2019-04-17PR c++/90047 - ICE with enable_if alias template.Jason Merrill1-0/+30
2019-04-17re PR c++/89325 (False warnings about "optimization attribute" on operators w...Jakub Jelinek3-0/+28
2019-04-17PR c++/90124 - bogus error with incomplete type in decltype.Marek Polacek1-0/+10
2019-04-16re PR c++/86953 (compiler crashes with constexpr operator== and specific stru...Jakub Jelinek1-0/+19
2019-04-16pr89358_0.C: Replace dg-* with dg-lto-*.Dominique d'Humieres1-2/+2
2019-04-16re PR tree-optimization/90090 (ICE in mark_reachable_handlers, at tree-eh.c:3...Jakub Jelinek1-0/+19
2019-04-15Reorganize cgraph_node::clone_of_pMartin Jambor1-0/+52
2019-04-14re PR lto/89358 (Combining -std=c++14 and -std=c++17 objects gives ODR warnings)Jan Hubicka2-0/+18
2019-04-12Avoid ICE on pmf{} in template.Jason Merrill1-0/+20