Reimplement diagnostic_show_locus, introducing rich_location classes
[platform/upstream/gcc.git] / gcc / c / c-decl.c
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-05 Jakub Jelinekgcc/
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-21 Marek Polacekre PR c/68024 (Diagnose variadic functions defined...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-09-15 Marek Polacekre PR c/67580 (Improve error message on missing "struct...
2015-09-15 Marek Polacekc-decl.c (lookup_label): Return NULL_TREE instead of 0.
2015-09-09 Jakub Jelinekre PR c/67500 (OpenMP ICE with invalid safelen/simdlen...
2015-08-12 Marek Polacekc-decl.c (grokdeclarator): Call error_at instead of...
2015-08-03 Marek Polacekre PR c/67088 (Incorrect location of error on invalid...
2015-07-27 Luis Felipe Strano... c-decl.c (get_parm_info): Remove static var.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-29 Manuel López-IbáñezWunused-parameter warnings are given from cgraph::final...
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-table.h: Update comments.
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-14 Jan Hubickare PR middle-end/66325 (ICE in gcc.c-torture/execute...
2015-06-11 Pierre-Marie de... Restore DW_AT_abstract_origin for cross-unit call sites
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-03 Prathamesh Kulkarnic-decl.c (warn_cxx_compat_finish_struct): New parameter...
2015-06-03 Andres Tiraboschiplugins.texi (enum plugin_event): New event.
2015-06-02 Prathamesh Kulkarnire PR target/49551 (tentative declaration after definit...
2015-05-20 Marek Polacekc-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.
2015-04-25 Marek Polacekre PR c/52085 (incomplete enum not completed correctly...
2015-04-23 Marek Polacekre PR c/65345 (ICE with _Generic selection on _Atomic...
2015-04-10 Bernhard Reutner... PR target/55143: undefined reference to c_default_point...
2015-03-19 Jakub Jelinekc-decl.c (c_decl_attributes): Also add "omp declare...
2015-03-09 Marek Polacekc-convert.c (convert): Make use of do_ubsan_in_current_...
2015-02-27 Marek Polacekre PR c/65228 (ICE: expected tree that contains ‘decl...
2015-02-14 Marek Polacekre PR c/64768 (internal compiler error: tree check...
2015-02-13 Marek Polacekre PR c/65050 (Show the type for "array type has incomp...
2015-01-21 Richard Bienerre PR middle-end/64313 (gcc.dg/torture/builtin-explog...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-25 Marek Polacekre PR c/63877 (- -Wmissing-declarations produces false...
2014-11-11 Richard Bienertree-core.h (pedantic_lvalues): Remove.
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Phil MuldoonLet GDB reuse GCC's parser.
2014-10-23 Marek Polacekre PR c/63626 (Warning "inline function declared but...
2014-10-17 Marek Polacekc-opts.c (c_common_post_options): Set warn_implicit_int.
2014-10-17 Markus TrippelsdorfFix pr61848, linux kernel miscompile
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-14 DJ DelorieMore missed bits from the big __intN patch
2014-10-14 DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-07 Marek Polacekre PR c/59717 (better warning when using functions...
2014-10-03 Marek Polacekre PR c/63453 (Bogus warning for gnu_inline functions)
2014-09-04 Aldy HernandezRevert incorrect merging of debug-early branch.
2014-09-04 Aldy Hernandez+ * c/c-decl.c (write_global_declarations_1): Call...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
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-10 Marek Polacekre PR c/51849 (-Wc99-compat would be considered useful)
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-20 Marek Polacekre PR c/61852 (Incorrect column number for -Wimplicit...
2014-07-06 Marek Polacekre PR c/6940 (taking sizeof array parameter should...
2014-07-02 Jan Hubickac-decl.c (duplicate_decls): CLear DECL_STRUCT_FUNCTION...
2014-06-30 Marek Polacekconvert.c (convert_to_integer): Don't instrument conver...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-15 Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-06-12 Jan Hubickasymtab.c (section_hash): New hash.
2014-06-09 Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-06-05 Marek Polacekre PR c/48062 (`shadowed declaration is here' should...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-24 Jan Hubickatree-core.h (tree_decl_with_vis): Replace comdat_group...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-08 Marek Polacekre PR c/61053 (_Alignas(long long) reduces alignment...
2014-05-08 Marek Polacekre PR c/61077 (_Atomic in the return type or argument...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-01 Marek Polacekre PR c/29467 (-ansi -pedantic accepts _Bool without...
2014-04-25 Marek Polacekre PR c/18079 (Contradicting function attributes (alway...
2014-03-28 Jakub Jelinekre PR c++/60689 (Bogus error with atomic::exchange)
2014-03-07 Thomas SchwingeThe error_mark_node is not an OpenMP mappable type.
2014-01-31 Marek Polacekre PR c/59963 (Wrong column number for warning -Woverflow)
2014-01-06 Marek Polacekre PR c/57773 (-Wpedantic incorrect warning for enum...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-04 Marek Polacekre PR c/54113 (-Wmissing-prototypes produces false...
2013-12-03 Marek Polacekre PR c/59351 (ICE on empty compound literal with ...
2013-11-29 Joseph Myersre PR c/57574 (-std=c99 inline function incorrectly...
2013-11-27 Aldy Hernandezcgraph.h (enum cgraph_simd_clone_arg_type): New.
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 Sandifordcuintp.c (UI_From_gnu): Use tree_to_shwi rather than...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
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-06 DJ Deloriec-decl.c (locate_old_decl): If a previous conflicting...
2013-11-03 Marek PolacekImplement -fsanitize=vla-bound.
2013-10-29 Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-11 Jakub Jelinektarget.c: New file.
2013-09-13 Kai Tietzre PR target/57848 (internal compiler error on builtin...
2013-07-13 Jason Merrillre PR c++/57793 (ICE with bitfields in get_bit_range)
2013-06-18 Marek Polacekre PR c/57630 (Error should include -std=c11 and friends)
2013-01-10 Richard SandifordUpdate copyright years in gcc/
next