aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/format
AgeCommit message (Expand)AuthorFilesLines
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm1-0/+27
2024-04-20c-family: Allow arguments with NULLPTR_TYPE as sentinels [PR114780]Jakub Jelinek1-0/+21
2024-02-14testsuite: Add %[zt][diox] tests to gcc.dg/format/Jakub Jelinek2-2/+19
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-08testsuite: Rename c2x-*, gnu2x-* tests to c23-*, gnu23-*Joseph Myers5-0/+0
2023-11-07testsuite: Refer more consistently to C23 not C2XJoseph Myers9-14/+14
2023-05-18c: Handle printf %B like %b for C2xJoseph Myers2-15/+14
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-28c: tree: target: C2x (...) function prototypes and va_start relaxationJoseph Myers1-1/+1
2022-10-19c: C2x %wN, %wfN format checkingJoseph Myers6-5/+312
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-14c-family: Support DFP printf/scanf formats for C2XJoseph Myers4-0/+140
2021-10-12c-family: Support format checking C2X %b, %B formatsJoseph Myers6-0/+109
2021-07-06Remove support for %G and %K.Martin Sebor1-10/+10
2021-07-06Improve warning suppression for inlined functions.Martin Sebor1-1/+1
2021-06-08Fix "tailing" typo.Martin Liska1-1/+1
2021-04-22Fix various typos.Martin Liska1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-17gcc: Add `ll` and `L` length modifiers for `ms_printf`Liu Hao1-1/+21
2020-09-16preprocessor: Fix ICE with too long line in fmtwarn [PR96935]Marek Polacek1-0/+9
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt2-2/+2
2020-03-01PR c/93812 - ICE on redeclaration of an attribute format function without pro...Martin Sebor1-0/+89
2020-02-10c-format: -Wformat-diag fix [PR93641]Jakub Jelinek1-0/+2
2020-01-10Add diagnostic pathsDavid Malcolm1-1/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-04Add strftime format checking support for C2x %OB and %Ob (bug 82752).Joseph Myers1-0/+15
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand2-2/+2
2019-08-13PR c/80619 - bad fix-it hint for GCC %lu directive with int argument: %wuMartin Sebor1-0/+89
2019-06-19PR translation/90156 - add linter check suggesting to replace %<%s%> with %qsMartin Sebor1-2/+1
2019-06-05gcc_diag-11.c: Skip until -Wformat-diag has been committed.Martin Sebor1-1/+2
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor2-1/+456
2019-05-31re PR c/43673 (Incorrect warning: use of 'D' length modifier with 'a' type ch...Xiong Hu Luo2-4/+46
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska6-6/+6
2019-01-14PR target/88638 - FAIL: fsf-nsstring-format-1.s on darwinMartin Sebor2-6/+40
2019-01-12Remove svn:executable property from a couple of text filesJakub Jelinek1-0/+0
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-15PR c++/87541 - ICE using a constant decl as an attribute alloc_size argumentMartin Sebor1-6/+6
2018-11-08Support %f in pp_formatDavid Malcolm1-0/+2
2018-11-08dump_printf: add "%C" for dumping cgraph_node *David Malcolm1-2/+3
2018-10-05Support string locations for C++ in -Wformat (PR c++/56856)David Malcolm1-1/+10
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm2-1/+40
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm3-0/+165
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor1-6/+6
2018-07-31c-family: clean up the data tables in c-format.cDavid Malcolm2-7/+4
2018-01-29re PR c/83966 (ICE in check_function_arguments at gcc/c-family/c-common.c:5617)Marek Polacek1-0/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-21C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm1-1/+1
2017-08-21c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm2-89/+54
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor1-4/+15
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm1-2/+2