aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-3/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+4
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+1
2015-09-15Change of location_get_source_line signatureDavid Malcolm1-1/+1
2015-08-19remove more useless typedefsTrevor Saunders1-8/+8
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-3/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-2/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-08re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek1-1/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-01Change use to type-based pool allocator in c-format.c.Martin Liska1-14/+12
2015-05-21re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez1-20/+136
2015-02-16re PR c/65066 (ICE: Segmentation fault with -Wformat=2)Marek Polacek1-0/+1
2015-02-13re PR c/65040 (gcc-5 -Wformat broken)Marek Polacek1-2/+15
2015-01-21re PR c++/64629 (-Wformat-security warns with const char *const vars)Jason Merrill1-0/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-05re PR tree-optimization/63148 (r187042 causes auto-vectorization failure for ...Richard Biener1-2/+8
2014-08-19re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez1-106/+150
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-8/+7
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1
2014-04-12re PR c/60194 (-Wformat should also warn when using %d (instead of %u) for un...Tobias Burnus1-1/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-3/+3
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+1
2013-10-23c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill1-1/+1
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-7/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-07re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-65/+44
2012-04-30invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez1-3/+3
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-2/+2
2012-04-15re PR c++/52818 (printf format %lf is erroneously rejected by C++11)Jason Merrill1-2/+3
2011-06-07pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.Jason Merrill1-1/+1
2011-05-04don't use TYPE_ARG_TYPES in c-family/Nathan Froyd1-16/+15
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-2/+2
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-13c-format.c (enum format_specifier_kind, [...]): New.Paolo Bonzini1-104/+131
2010-11-06NS/CF String format syntax parsing.Iain Sandoe1-14/+178
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-0/+2870