]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-parser.c
Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
[thirdparty/gcc.git] / gcc / c / c-parser.c
2013-11-15  Aldy HernandezMakefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-11-13  Joseph Myersextend.texi (Statement Exprs, Typeof): Discuss __auto_type.
2013-11-12  Joseph Myersc-common.c (c_common_reswords): Add _Thread_local.
2013-11-07  Joseph Myerstree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
2013-11-05  Tobias Burnusinvoke.texi (-fopenmp-simd): Document new option.
2013-10-29  Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-27  Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-24  Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-24  Marek Polacekc-parser.c (c_parser_struct_declaration): Add a comment.
2013-10-17  Andrew MacLeodtree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-17  Marek Polacekre PR c/58267 (Alignment specifier allowed within array...
2013-10-11  Jakub Jelinektarget.c: New file.
2013-07-23  Joseph Myers* c-parser.c (struct c_generic_association): Fix typo.
2013-07-23  Tom Tromeyc-common.h (enum rid): New constant.
2013-06-28  Balaji V. IyerImplemented Jason Merrill's suggestions on Array Notati...
2013-06-03  Balaji V. IyerFixed a bug in expansion of array notations in if-state...
2013-05-28  Balaji V. IyerImplemented Cilk Plus Array Notation for C Compiler.
2013-04-03  Jakub Jelinekre PR c/19449 (__builtin_constant_p cannot resolve...
2013-02-12  Marek PolacekFix bootstrap with -O3.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-12-20  Jakub Jelinekre PR c++/55619 (Chromium build fails with: error:...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-12  Jakub Jelinekre PR c/54381 (-Wsizeof-pointer-memaccess refers to...
2012-08-24  Jakub Jelinekre PR c/54355 (ICE on invalid code in switch statement)
2012-08-17  Jakub Jelinekinvoke.texi (-Wsizeof-pointer-memaccess): Document.
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-06-29  Steven Bosscherconfigure.ac: Skip C if explicitly selected.