aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-02-06re PR fortran/71860 ([OOP] ICE on pointing to null(mold), verify_gimple failed)Thomas Koenig2-0/+12
2019-02-06Fix locations in conversion_null_warnings (PR c++/71302)David Malcolm6-25/+81
2019-02-06Fix gcc.dg/debug/dwarf2/inline5.c with Solaris as (PR debug/87451)Rainer Orth2-2/+9
2019-02-06vsx-vector-6.p7.c: Update instruction counts and target.Bill Seurer4-32/+28
2019-02-06re PR tree-optimization/89182 ([graphite] ICE in extract_affine, at graphite-...Richard Biener2-0/+36
2019-02-06re PR c/89211 (ICE in int_mode_for_mode, at stor-layout.c:403)Jakub Jelinek2-0/+11
2019-02-06re PR middle-end/89210 (ICE tree check: expected integer_cst, have real_cst i...Jakub Jelinek2-0/+17
2019-02-06re PR go/89019 (LTO and gccgo cause ICE during free_lang_data)Nikhil Benesch2-1/+7
2019-02-06Fix type of extern array declared in inner scope with outer initialization sh...Joseph Myers2-0/+22
2019-02-05re PR c++/89187 (ICE in initialize_argument_information, at calls.c:2023)Jakub Jelinek2-1/+29
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo5-0/+100
2019-02-05re PR rtl-optimization/11304 (Wrong code production with -fomit-frame-pointer)Jakub Jelinek3-1/+19
2019-02-05PR c++/89158 - by-value capture of constexpr variable broken.Marek Polacek2-0/+16
2019-02-05Fix pr84711.c testcaseSegher Boessenkool2-1/+5
2019-02-05vec-extract-sint128-1.c: Require int128 effective target.Jakub Jelinek3-2/+6
2019-02-05re PR target/89188 (ICE in pre_and_rev_post_order_compute, at cfganal.c:1055)Jakub Jelinek2-0/+8
2019-02-05re PR rtl-optimization/89195 (Corrupted stack offset after combine)Jakub Jelinek2-0/+27
2019-02-05vec-extract-slong-1.c: Require p8 execution hardware.Kelvin Nilsen11-10/+24
2019-02-05re PR target/89186 (ICE in mark_addressable at gcc/gimple-expr.c:894 since r2...Jakub Jelinek2-0/+11
2019-02-05[PR87770] test partial specializations for type dependenceAlexandre Oliva2-0/+16
2019-02-04re PR fortran/89077 (ICE using * as len specifier for character parameter)Harald Anlauf2-0/+16
2019-02-04Bail out when ipa_fn_summaries does not contain entry for callee (PR ipa/88985).Martin Liska2-2/+2
2019-02-04Bail out when ipa_fn_summaries does not contain entry for callee (PR ipa/88958).Martin Liska2-0/+18
2019-02-04inline5.c: Handle also @, ...Jakub Jelinek2-4/+9
2019-02-04* g++.dg/torture/alias-1.C: New test.Jakub Jelinek2-0/+61
2019-02-03PR c/69661 - missing -Wsequence-point warningMartin Sebor2-0/+16
2019-02-03PR c++/44648 - missing -Wunused warning on a const variable in if statementMartin Sebor2-0/+24
2019-02-03re PR fortran/67679 (-Wunitialized reports on compiler-generated variables)Thomas Koenig1-2/+2
2019-02-03re PR debug/87295 ([early debug] ICE with -ffat-lto-objects -fdebug-types-sec...Richard Biener2-0/+27
2019-02-02re PR fortran/88298 (Bogus conversion warning for CSHIFT with -fno-range-chec...Thomas Koenig2-0/+13
2019-02-02re PR fortran/88393 ([OOP] Segfault with type-bound assignment)Paul Thomas2-0/+42
2019-02-02re PR fortran/88980 (segfault on allocatable string member assignment)Paul Thomas2-0/+36
2019-02-02re PR fortran/88685 (pointer class array argument indexing)Paul Thomas2-0/+41
2019-02-01PR c++/88761 - ICE with reference capture of constant.Jason Merrill1-0/+18
2019-02-01* nsdmi-template14.C: Expect error for last example.Jason Merrill1-1/+3
2019-02-02re PR middle-end/87887 (ICE in make_ssa_name_fn, at tree-ssanames.c:269)Jakub Jelinek3-0/+57
2019-02-01re PR fortran/83246 (internal compiler error or loader problem might be relat...Jakub Jelinek4-0/+64
2019-02-01PR c++/88325 - ICE with invalid out-of-line template member definition.Marek Polacek2-0/+30
2019-02-01re PR tree-optimization/88597 (Compile time hog w/ -O1 -fpeel-loops)Richard Biener2-0/+24
2019-02-01re PR tree-optimization/85497 ([graphite] ICE in set_codegen_error, at graphi...Richard Biener2-0/+23
2019-02-01re PR debug/87451 (FAIL: gcc.dg/debug/dwarf2/inline5.c)Richard Biener2-4/+9
2019-02-01re PR tree-optimization/89143 (comparison of abs(i) against excessive constan...Jakub Jelinek2-0/+70
2019-02-01re PR tree-optimization/88107 (ICE in find_outermost_region_in_block, at tree...Jakub Jelinek2-0/+38
2019-02-01re PR c++/87175 (__attribute__)) is ignored by the parser)Jakub Jelinek2-0/+11
2019-02-01re PR tree-optimization/88932 (ICE: verify_ssa failed (Error: definition in b...Bin Cheng2-0/+148
2019-02-01PR c++/88983 - ICE with switch in constexpr function.Marek Polacek2-0/+76
2019-01-31re PR fortran/88669 (Contiguous attribute wrongly rejected)Thomas Koenig2-0/+17
2019-01-31PR c++/89083, c++/80864 - ICE with list initialization in template.Marek Polacek8-0/+181
2019-01-31Fix bogus fix-it for FLT_MAX (PR c/89122)David Malcolm3-0/+16
2019-01-31PR c++/88752 - ICE with lambda and constexpr if.Jason Merrill1-0/+28