aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2013-07-13re PR c++/57793 (ICE with bitfields in get_bit_range)Jason Merrill2-0/+11
2013-07-04re PR c/57821 ('array is too large' error is missing when sizetype overflows)Joern Rennecke2-0/+10
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer2-39/+5
2013-06-25Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer2-1312/+299
2013-06-18re PR c/57630 (Error should include -std=c11 and friends)Marek Polacek2-2/+8
2013-06-12fix pr c/57577Balaji V. Iyer2-12/+7
2013-06-10re PR c/57563 (Lots of Cilk+ failures on i686-linux)Balaji V. Iyer2-12/+11
2013-06-07re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Balaji V. Iyer2-0/+13
2013-06-07Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer3-492/+17
2013-06-05+2013-06-04 Balaji V.Balaji V. Iyer2-21/+13
2013-06-03Fixed a bug in expansion of array notations in if-statement conditions.Balaji V. Iyer4-18/+62
2013-06-03re PR c/57474 (FAIL: c-c++-common/cilk-plus/AN/sec_implicit2?.c -fcilkplus (...Balaji V. Iyer2-1/+12
2013-05-29Fix c/c-array-notation.c compilation failure (PR bootstrap/57450)Rainer Orth2-2/+8
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer6-26/+3304
2013-05-23c-typeck.c (convert_for_assignment): Handle references to memory spaces better.Mike Stump2-15/+13
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill2-1/+5
2013-04-24c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.Paolo Carlini2-4/+10
2013-04-03re PR c/19449 (__builtin_constant_p cannot resolve to const when optimizing)Jakub Jelinek2-4/+19
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener2-1/+6
2013-02-12Fix bootstrap with -O3.Marek Polacek2-1/+7
2013-01-24re PR c/56078 (causes cc1 to crash)Jakub Jelinek2-4/+14
2013-01-10Update copyright years in gcc/Richard Sandiford15-36/+15
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek5-5/+7
2012-12-20re PR c++/55619 (Chromium build fails with: error: memory input is not direct...Jakub Jelinek3-15/+32
2012-12-18re PR c/39464 (Attribute may_alias causes invalid warning)Jakub Jelinek2-2/+11
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