]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-parser.c
Error out for Cilk_spawn or array expression in forbidden places
[thirdparty/gcc.git] / gcc / c / c-parser.c
2014-11-11  Andi KleenError out for Cilk_spawn or array expression in forbidd...
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-14  DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-13  Anthony Brandonc-parser.c (c_parser_all_labels): New function to repla...
2014-09-25  Jakub Jelinekre PR c++/63249 ([OpenMP] Spurious »set but not used...
2014-09-24  Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-03  Marek Polacekre PR c/62024 (__atomic_always_lock_free is not a const...
2014-09-02  Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-25  Martin LiskaIPA C++ refactoring 4/N
2014-08-22  Igor Zamyatinre PR other/62008 (CilkPlus Array Notation ICE in build...
2014-08-19  Marek Polacekinvoke.texi: Document -Wc99-c11-compat.
2014-08-19  Marek Polacekc-opts.c (sanitize_cpp_opts): Make warn_long_long be...
2014-08-12  Marek Polacekc-parser.c (c_parser_postfix_expression): Add pedwarn.
2014-08-10  Marek Polacekre PR c/51849 (-Wc99-compat would be considered useful)
2014-07-14  Jakub Jelinekre PR middle-end/61294 (erroneous memset used with...
2014-06-30  Igor Zamyatinre PR middle-end/57541 ([Cilkplus]: internal compiler...
2014-06-27  Sebastian Huberc-parser.c (c_parser_declaration_or_fndef): Discard...
2014-06-25  Marek Polacekre PR c/61162 (possibly bad error location with -Wc...
2014-06-24  Jakub Jelinekgimplify.c (gimplify_omp_for): For #pragma omp for...
2014-06-15  Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-06-03  Marek Polacekre PR c/60439 (No warning for case overflow in switch...
2014-06-02  Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-23  Thomas SchwingeFix some bool vs. tree confusion.
2014-05-22  Thomas SchwingeFix copy'n'pasto.
2014-05-17  Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-10  Marek Polacekc-parser.c (c_parser_declaration_or_fndef): Pass init_l...
2014-05-09  Marek Polacekre PR c/61096 (error_init lacks a location)
2014-05-09  Marek Polacekre PR c/50459 (alignof doesn't work on plain old consta...
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-05-02  Jeff Lawrevert: c-parser.c (c_parser_sizeof_expression): Reorga...
2014-05-01  Marek Polacekre PR c/60915 (confusing diagnostic from attribute...
2014-04-25  Marek Polacekre PR c/60114 (Incorrect column number for -pedantic...
2014-04-24  Prathamesh Kulkarnic-parser.c (c_parser_sizeof_expression): Reorganize...
2014-04-24  Jakub Jelinekc-parser.c (c_parser_omp_atomic): Allow seq_cst before...
2014-04-22  Jakub Jelinekre PR c/59073 (ICE with missing increment in OpenMP...
2014-03-28  Jakub Jelinekre PR c++/60689 (Bogus error with atomic::exchange)
2014-02-19  Prathamesh Kulkarnic-parser.c (c_parser_declspecs): Replace call to error...
2014-02-07  Prathamesh Kulkarnic-parser.c (c_parser_get_builtin_args): Replace calls...
2014-01-31  Marek Polacekre PR c/59963 (Wrong column number for warning -Woverflow)
2014-01-24  Balaji V. IyerReplace flag_enable_cilkplus with flag_cilkplus.
2014-01-23  Balaji V. IyerAdded support for Cilk Plus SIMD-enabled functions...
2014-01-09  Balaji V. Iyerre PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-18  Balaji V. IyerAdded support for Cilk Plus SIMD-enabled function for C.
2013-12-17  Thomas SchwingeFix description of OpenMP parallel directive in the...
2013-12-04  Joseph Myersre PR c/52023 ([C11] _Alignof (double) yields wrong...
2013-11-27  Jakub Jelinekre PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test...
2013-11-22  David MalcolmRemove macros that implicitly use input_location
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
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.