aboutsummaryrefslogtreecommitdiff
path: root/gcc/selftest.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-11function-tests.c: expose selftest::make_fndecl for use elsewhereDavid Malcolm1-0/+7
2019-11-14Remove higher precision range tests because they are unused.Aldy Hernandez1-4/+1
2019-11-13Come up with selftests for dbgcnt.Martin Liska1-0/+1
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-1/+1
2019-10-03Makefile.in (OBJS): Add range.o and range-op.o.Aldy Hernandez1-0/+4
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-05-23Bulletproof -fdiagnostics-format=json against bad locations (PR c++/90462)David Malcolm1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-0/+1
2018-11-27Fix missing dump_impl_location_t values, using a new dump_metadata_tDavid Malcolm1-0/+9
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-08cgraph: add selftest::symbol_table_testDavid Malcolm1-0/+1
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm1-0/+1
2018-07-20Add "-fsave-optimization-record"David Malcolm1-0/+2
2018-07-02selftest: introduce class auto_fix_quotesDavid Malcolm1-0/+20
2018-06-28Come up with new --completion option.Martin Liska1-0/+20
2018-06-26Introduce dump_location_tDavid Malcolm1-0/+1
2018-05-01selftest: remove "Yoda ordering" in assertionsDavid Malcolm1-33/+33
2018-04-30selftest.h: fix alphabetization of per-source-file selftest declarationsDavid Malcolm1-7/+7
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm1-0/+38
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02Rework VEC_PERM_EXPR foldingRichard Sandiford1-0/+1
2017-12-14poly_int: add poly-int.hRichard Sandiford1-0/+38
2017-12-12Expensive selftests: torture testing for fix-it boundary conditions (PR c/82050)David Malcolm1-0/+14
2017-12-07Add underscores to local vars in selftest macrosRichard Sandiford1-25/+25
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-0/+1
2017-11-01Add more vec_duplicate simplificationsRichard Sandiford1-0/+1
2017-10-16Add gnu::unique_ptrDavid Malcolm1-0/+1
2017-10-12re PR tree-optimization/82493 (UBSAN in gcc/sbitmap.c:368:28: runtime error: ...Martin Liska1-0/+1
2017-06-09Come up with selftests for predict.c.Martin Liska1-0/+1
2017-01-05Introduce RTL function readerDavid Malcolm1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-15Introduce selftest::locate_fileDavid Malcolm1-0/+10
2016-11-08[2/2] Add store merging unit testsKyrylo Tkachov1-0/+1
2016-10-25Expose forcibly_ggc_collect and run it after all selftestsDavid Malcolm1-0/+5
2016-10-12Add selftest::read_fileDavid Malcolm1-0/+7
2016-09-02Introduce class edit_contextDavid Malcolm1-0/+1
2016-09-02Improvements to typed_splay_treeDavid Malcolm1-0/+1
2016-08-31selftest: split out named_temp_file from temp_source_fileDavid Malcolm1-7/+17
2016-08-29selftest.h: mark failure functions with ATTRIBUTE_NORETURN.David Malcolm1-2/+3
2016-08-23selftest.h: add ASSERT_STR_CONTAINSDavid Malcolm1-0/+19
2016-08-18selftest.h: add class line_table_testDavid Malcolm1-0/+42
2016-08-16Move class temp_source_file from input.c to selftest.c/hDavid Malcolm1-0/+16
2016-08-11Add selftests to selftest.cDavid Malcolm1-0/+1
2016-08-04selftest.h: Add ASSERT_TRUE_AT and ASSERT_FALSE_ATDavid Malcolm1-9/+21
2016-07-20Add selftests for fibonacci_heapMartin Liska1-0/+1
2016-07-20Add sreal to selftestsMartin Liska1-0/+1
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesDavid Malcolm1-3/+9
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm1-0/+1