Implement N4514, C++ Extensions for Transactional Memory.
[platform/upstream/gcc.git] / gcc / c / c-parser.c
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02 Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-09-18 Manuel López-IbáñezUse explicit locations for some warnings in c-pragma.c.
2015-09-15 Marek Polacekre PR c/67580 (Improve error message on missing "struct...
2015-09-10 Jakub Jelinekre PR c/67502 (ICE with collapsed for simd loop inside...
2015-09-09 Jakub Jelinekre PR c/67501 (Bad error recovery for invalid OpenMP...
2015-09-09 Jakub Jelinekre PR c/67500 (OpenMP ICE with invalid safelen/simdlen...
2015-09-09 Jakub Jelinekre PR c/67495 (#pragma omp atomic ICEs)
2015-09-02 Marek Polacekre PR c/67432 (Improve error message on empty enum)
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-02 Patrick PalkaRefactor entry point to -Wmisleading-indentation
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Marek Polacekarray-notation-common.c: Use VAR_P throughout.
2015-06-25 Marek Polacekcilk.c (extract_free_variables): Use is_global_var.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-22 Marek Polacekre PR c/47043 (allow deprecating enum values)
2015-05-19 Jakub Jelinekre PR middle-end/66199 (lastprivate/linear clause issue...
2015-05-12 David MalcolmImplement -Wmisleading-indentation
2015-04-29 Thomas SchwingeAdd OMP_STANDALONE_CLAUSES.
2015-04-28 Marek Polacek* c-parser.c (c_parser_binary_expression): Remove dupli...
2015-04-20 Ilya Verbinc-parser.c (c_parser_oacc_enter_exit_data): Remove...
2015-03-27 Tobias Burnusre PR c/65586 (-fopenmp-simd rejects valid input)
2015-03-11 Jakub Jelinekc-parser.c (c_parse_init): Don't call xstrdup on get_id...
2015-02-11 Jakub Jelinekre PR middle-end/64824 (ICE in gimple verification)
2015-02-04 Jakub Jelinekre PR middle-end/64824 (ICE in gimple verification)
2015-02-02 Bruno Loffc-parser.c (c_parser_declspecs): Call invoke_plugin_cal...
2015-01-15 Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-19 Richard HendersonAllow the static chain to be set from 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...
next