summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/63148 (r187042 causes auto-vectorization failure for ...Richard Biener2014-09-051-2/+8
* re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez2014-08-191-106/+150
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-08-151-8/+7
* Merge in wide-int.Kenneth Zadeck2014-05-061-1/+1
* re PR c/60194 (-Wformat should also warn when using %d (instead of %u) for un...Tobias Burnus2014-04-121-1/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-2/+2
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-3/+3
* tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers2013-11-071-0/+1
* c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill2013-10-231-1/+1
* opts.c: Include diagnostic-color.h.Jakub Jelinek2013-04-121-7/+11
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-11-071-65/+44
* invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez2012-04-301-3/+3
* re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez2012-04-221-2/+2
* re PR c++/52818 (printf format %lf is erroneously rejected by C++11)Jason Merrill2012-04-151-2/+3
* pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.Jason Merrill2011-06-071-1/+1
* don't use TYPE_ARG_TYPES in c-family/Nathan Froyd2011-05-041-16/+15
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers2011-04-061-2/+2
* In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-12-061-0/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* c-format.c (enum format_specifier_kind, [...]): New.Paolo Bonzini2010-11-131-104/+131
* NS/CF String format syntax parsing.Iain Sandoe2010-11-061-14/+178
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-0/+2870