]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/ChangeLog
2015-06-04 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-02  dmalcolmPR c/66220: Fix false positive from -Wmisleading-indent...
2015-06-02  dmalcolmAvoid unnecessary work when -Wmisleading-indentation...
2015-06-01  marxinChange use to type-based pool allocator in c-format.c.
2015-05-31  ebotcazou * c-ada-spec.c (is_tagged_type): Test for TYPE_METHODS...
2015-05-25  mpolacek * c-ubsan.c (ubsan_instrument_shift): Use type0.
2015-05-22  tbsaundefix some dates in ChangeLogs
2015-05-22  mpolacek PR c/47043
2015-05-22  tbsaunderemove most ifdef STACK_GROWS_DOWNWARD
2015-05-22  tbsaundealways define STACK_GROWS_DOWNWARD
2015-05-21  manugcc/testsuite/ChangeLog:
2015-05-20  mpolacek * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
2015-05-20  mpolacek * gimple-fold.c (fold_const_aggregate_ref_1): Use...
2015-05-20  mpolacek * c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.
2015-05-19  dmalcolmReplace line_map union with C++ class hierarchy
2015-05-19  miyukiUse std::swap instead of explicit swaps
2015-05-18  vriesMove array-type va_list handling to build_va_arg
2015-05-15  miyukiPR c/48956
2015-05-14  mpolacek PR c/66066
2015-05-12  dmalcolmImplement -Wmisleading-indentation
2015-05-12  vriesDon't take address of ap unless necessary
2015-05-10  jason * c-opts.c (c_common_post_options): Also clear
2015-05-10  jasongcc/c-family/
2015-05-10  jason * c.opt (std=c++14): Remove Undocumented flag and...
2015-05-09  jasongcc/c-family/
2015-05-09  jasonlibcpp/
2015-05-07  mpolacek PR c/64918
2015-05-07  mpolacek PR c/65179
2015-05-07  mpolacek * c-ubsan.c (ubsan_instrument_bounds): Don't skip...
2015-05-06  jasongcc/c-family/
2015-04-30  mpolacek * c-common.c (maybe_warn_bool_compare): When comparing...
2015-04-29  law * c-common.c (handle_section_attribute): Refact...
2015-04-29  mpolacek PR c/64610
2015-04-29  jakub * c-common.h (omp_clause_mask): Unconditionally define...
2015-04-28  vriesRemove ifn_va_arg ap fixup
2015-04-28  ebotcazou * c-ada-spec.c (in_function): Delete.
2015-04-24  mpolacek PR c/63357
2015-04-24  mpolacek PR c/65830
2015-04-24  mpolacek PR c/61534
2015-04-10  aldotPR target/55143: undefined reference to c_default_point...
2015-03-11  jakub * c-parser.c (c_parse_init): Don't call xstrdup on...
2015-03-10  jakub PR c/65120
2015-03-06  mpolacek PR sanitizer/65280
2015-03-06  ebotcazou * c-ada-spec.c (dump_ada_double_name): Fix pasto.
2015-03-05  ebotcazou PR ada/65319
2015-03-01  ebotcazou * c-ada-spec.c (is_tagged_type): Add guard for DECL_VI...
2015-02-27  mpolacek PR c/65040
2015-02-27  ktietz2015-02-27 Kai Tietz <ktietz@redhat.com>
2015-02-24  tschwinge[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable...
2015-02-16  mpolacek PR c/65066
2015-02-13  mpolacek PR c/65040
2015-02-13  jason PR c++/64956
2015-02-04  jakub PR c/64824
2015-01-30  jsm28Always pass explicit location to fatal_error.
2015-01-23  vriesMake fopenacc an LTO option
2015-01-23  vriesMake fopenmp an LTO option
2015-01-21  jakub PR c/63307
2015-01-21  jason PR c++/64629
2015-01-19  marxinIPA ICF: add no_icf attribute.
2015-01-15  tschwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-15  law2015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies...
2015-01-14  law * tree-vrp.c (check_array_ref): Emit more warnings
2015-01-09  jakub PR rtl-optimization/64536
2015-01-08  jasongcc/
2015-01-08  mrs * tsan.c (pass_tsan::gate): Add no_sanitize_thread...
2015-01-07  mpolacek PR c/64440
2015-01-06  tbsaundeimplement -Wsuggest-override
2015-01-05  jakub Update copyright years.
2015-01-05  mpolacek PR c/64423
2014-12-20  emsrc-family/
2014-12-20  jsm282014-12-20 Martin Uecker <uecker@eecs.berkeley.edu>
2014-12-19  jakub PR preprocessor/63831
2014-12-15  jason N3778: Sized Deallocation
2014-12-12  jason * c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_...
2014-12-12  jason Remove N3639 "array of runtime length" from -std=c...
2014-12-08  lawFix typo in ChangeLog
2014-12-06  mpolacek PR tree-optimization/64183
2014-11-29  jakub * gimple-expr.h (create_tmp_var_raw, create_tmp_var,
2014-11-28  mpolacek * c-ubsan.c (ubsan_instrument_shift): Use op1_utype...
2014-11-28  mpolacek PR c/63862
2014-11-21  markPR debug/38757 gcc does not emit DW_LANG_C99.
2014-11-21  jakub PR target/63764
2014-11-19  dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-18  jakub PR sanitizer/63813
2014-11-15  mpolacek PR middle-end/63884
2014-11-12  jsm28Predefine __NO_MATH_ERRNO__ for -fno-math-errno.
2014-11-12  jakub PR c/59708
2014-11-11  akError out for Cilk_spawn or array expression in forbidd...
2014-11-11  akFix error location for cilk error message
2014-11-10  paolo2014-11-10 Paolo Carlini <paolo.carlini@oracle.com>
2014-11-10  emsrlibcpp:
2014-11-04  rguenth2014-11-04 Richard Biener <rguenther@suse.de>
2014-11-02  emsrtestsuite/
2014-10-29  rsandifogcc/ada/
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-26  manuIn cp/error.c, I separate the initialization of the...
2014-10-24  mpolacek PR c/56980
2014-10-23  mpolacek * c-ubsan.c (ubsan_instrument_shift): Perform the...
2014-10-22  ygribovNew syntax for -fsanitize-recover.
next