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