aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo5-154/+152
2012-10-29re PR c++/54930 (Add warning switch for "returning reference to temporary" an...Jonathan Wakely2-1/+7
2012-10-29re PR c/53066 (Wshadow should not warn for shadowing an extern function)Manuel López-Ibáñez2-2/+19
2012-10-12re PR c/54381 (-Wsizeof-pointer-memaccess refers to "destination" for strncmp)Jakub Jelinek2-35/+49
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl3-8/+16
2012-10-09re PR c++/54194 (misleading suggestion about arithmetic in operand of '|')Paolo Carlini2-1/+8
2012-10-09re PR c++/54427 (Expose more vector extensions)Marc Glisse3-92/+13
2012-10-04dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet2-2/+7
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai2-2/+7
2012-09-14re PR c/54552 (Cast to pointer to VLA crash the compiler)Joseph Myers2-1/+11
2012-09-14re PR c/54103 (ICE at gimplify.c:7790 on current trunk)Joseph Myers2-9/+48
2012-09-13re PR c/54559 (, ICE in gimplify_expr, at gimplify.c:7592)Jakub Jelinek2-0/+12
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo3-10/+8
2012-08-31re PR c/54428 (ICE in gimplify_expr, at gimplify.c:7591)Jakub Jelinek2-14/+23
2012-08-24re PR c/54355 (ICE on invalid code in switch statement)Jakub Jelinek2-1/+8
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek4-12/+85
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo3-17/+17
2012-07-24lto-tree.h (lang_decl): Add variable_size GTY option.Uros Bizjak2-1/+5
2012-07-16system.h (dump_file): Do not define.Steven Bosscher3-2/+7
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher15-0/+34222