aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+32
2013-10-27re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-10/+25
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-5/+28
2013-10-24c-parser.c (c_parser_struct_declaration): Add a comment.Marek Polacek1-1/+6
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-17re PR c/58267 (Alignment specifier allowed within array declarator;)Marek Polacek1-11/+27
2013-10-11target.c: New file.Jakub Jelinek1-272/+2254
2013-07-23* c-parser.c (struct c_generic_association): Fix typo.Joseph Myers1-1/+1
2013-07-23c-common.h (enum rid): New constant.Tom Tromey1-0/+223
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer1-39/+0
2013-06-03Fixed a bug in expansion of array notations in if-statement conditions.Balaji V. Iyer1-14/+5
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer1-19/+308
2013-04-03re PR c/19449 (__builtin_constant_p cannot resolve to const when optimizing)Jakub Jelinek1-4/+11
2013-02-12Fix bootstrap with -O3.Marek Polacek1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-20re PR c++/55619 (Chromium build fails with: error: memory input is not direct...Jakub Jelinek1-12/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-47/+47
2012-10-12re PR c/54381 (-Wsizeof-pointer-memaccess refers to "destination" for strncmp)Jakub Jelinek1-35/+36
2012-08-24re PR c/54355 (ICE on invalid code in switch statement)Jakub Jelinek1-1/+1
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-6/+58
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-10/+10
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-0/+10840