aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek1-1/+1
2014-01-06re PR c/57773 (-Wpedantic incorrect warning for enum bit-field)Marek Polacek1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-04re PR c/54113 (-Wmissing-prototypes produces false alarms for C99 inline func...Marek Polacek1-1/+2
2013-12-03re PR c/59351 (ICE on empty compound literal with -pedantic)Marek Polacek1-1/+3
2013-11-29re PR c/57574 (-std=c99 inline function incorrectly has external linkage with...Joseph Myers1-0/+8
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-2/+3
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-20/+29
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-3/+3
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers1-2/+64
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers1-11/+36
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-21/+97
2013-11-06c-decl.c (locate_old_decl): If a previous conflicting decl is both explicit a...DJ Delorie1-1/+2
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek1-0/+11
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+7
2013-10-11target.c: New file.Jakub Jelinek1-2/+174
2013-09-13re PR target/57848 (internal compiler error on builtin and '#pragma GCC targe...Kai Tietz1-3/+0
2013-07-13re PR c++/57793 (ICE with bitfields in get_bit_range)Jason Merrill1-0/+6
2013-06-18re PR c/57630 (Error should include -std=c11 and friends)Marek Polacek1-2/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-53/+45
2012-10-29re PR c/53066 (Wshadow should not warn for shadowing an extern function)Manuel López-Ibáñez1-2/+12
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-7/+9
2012-10-04dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet1-2/+2
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-2/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-4/+4
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-0/+10155