aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.c
AgeCommit message (Expand)AuthorFilesLines
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