Implement -fsanitize=signed-integer-overflow.
[gcc.git] / gcc / c-family / ChangeLog
2013-12-04 Marek PolacekImplement -fsanitize=signed-integer-overflow.
2013-11-29 H.J. LuProperly handle function without arguments
2013-11-29 Jakub Jelinekre PR c/59280 (ICE with attribute((constructor(invalid))))
2013-11-28 Sergey Ostanevichcommon.opt: Introduced a new option -fsimd-cost-model.
2013-11-22 Jakub Jelinekubsan.c (ubsan_source_location): Don't crash on unknown...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 David MalcolmRemove macros that implicitly use input_location
2013-11-20 Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
2013-11-20 Kenneth Zadeckc-common.c (check_function_arguments_recurse): Use...
2013-11-20 Joshua J Cogliatire PR c/53001 (-Wfloat-conversion should be available...
2013-11-19 Basile Starynkevitchc-opts.c: Include plugin.h.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 Marek Polacekbootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.
2013-11-18 Richard Sandifordc-common.c (convert_vector_to_pointer_for_subscript...
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-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) 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-15 Richard Sandifordc-pretty-print.c (pp_c_character_constant): Remove...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Joseph Myersextend.texi (Statement Exprs, Typeof): Discuss __auto_type.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-12 Joseph Myersc-common.c (c_common_reswords): Add _Thread_local.
2013-11-09 Joseph Myersc-common.c (atomic_size_supported_p): New function.
2013-11-07 Joseph Myerstree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
2013-11-06 Tobias Burnusmacro.c (_cpp_builtin_macro_text): Correct wording...
2013-11-06 Joseph Myersc-opts.c (c_common_post_options): Set -ffp-contract...
2013-11-05 Tobias Burnusc.opt (-Wdate-time): New option
2013-11-05 Joseph Myersi386.c (ix86_float_exceptions_rounding_supported_p...
2013-11-05 Tobias Burnusinvoke.texi (-fopenmp-simd): Document new option.
2013-11-04 Marek Polacekre PR c++/58979 (ICE with invalid use of pointer-to...
2013-11-04 Joseph Myerscpp.texi (__GCC_IEC_559, [...]): Document macros.
2013-11-04 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
2013-11-03 Marek PolacekImplement -fsanitize=vla-bound.
2013-10-31 David MalcolmAutomated part of renaming of symtab_node_base to symta...
2013-10-31 Edward Smith-RowlandImplement C++14 digit separators.
2013-10-30 Jakub Jelinek* cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_P...
2013-10-29 Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-27 Richard Sandifordc-lex.c (interpret_integer): Remove call to cpp_num_sig...
2013-10-26 Jeff LawMakefile.def (target_modules): Remove libmudflap
2013-10-24 Tobias BurnusCorrect the date, which was wrong in commit r204021
2013-10-24 Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-23 Gerald PfeiferFix up ChangeLog entries (name, e-mail, formatting...
2013-10-23 Jason Merrillc-format.c (gcc_cxxdiag_char_table): Add %X.
2013-10-11 Jakub Jelinekc-common.h (omp_clause_mask::operator !=): New method.
2013-10-11 Jakub Jelinektarget.c: New file.
2013-10-09 Marc Glissere PR c/20318 (RFE: add attribute to specify that a...
2013-10-03 Marc Glissere PR c++/19476 (Missed null checking elimination with...
2013-09-25 Marek Polacekre PR sanitizer/58413 (ubsan constant folding)
2013-09-18 Marek Polacekre PR sanitizer/58411 (no_sanitize_undefined function...
2013-09-14 Iain Sandoere PR target/48094 (ld: warning: section has unexpected...
2013-09-13 Jacek Cabanc-target.def: New hook
2013-09-09 Paolo Carlinire PR c++/43452 (Array delete causes error on incomplet...
2013-09-08 Joern Renneckec-common.c (same_scalar_type_ignoring_signedness):...
2013-09-04 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::simple_type_specifi...
2013-09-03 Gabriel Dos Reisc-objc-common.c (c_tree_printer): Tidy.
2013-08-30 Marek PolacekMerge ubsan into trunk.
2013-08-30 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::declaration): Now...
2013-08-26 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::unary_expression...
2013-08-26 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::postfix_expression...
2013-08-25 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::primary_expression...
2013-08-25 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::translate_string...
2013-08-25 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::id_expression)...
2013-08-24 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::constant): Now...
2013-08-22 Gabriel Dos Reispretty-print.h (output_buffer::output_buffer): Declare.
2013-08-09 Arnaud Charlet* c-ada-spec.c (print_ada_declaration): Prevent accessi...
2013-08-05 Paolo Carlinire PR c++/58080 (internal compiler error, decltype...
2013-08-05 Gabriel Dos Reisc-pretty-print.c (print_c_tree): Simplify.
2013-08-05 Gabriel Dos Reispretty-print.h (pp_base): Remove.
2013-08-04 Ed Smith-Rowlandre PR c++/58072 ([C++11] Error messages involving user...
2013-08-04 Gabriel Dos Reispretty-print.h (pp_bar_bar): New.
2013-08-03 Gabriel Dos Reispretty-print.h (pp_underscore): New.
2013-07-23 Tom Tromeyc-common.h (enum rid): New constant.
2013-07-21 Ondřej BílkaFix typos.
2013-07-13 Lubos Lunakre PR c++/55203 (No unused warning for variables of...
2013-07-10 Graham Stott* Corrected missinge blank line in gcc/ChangeLog Entries
2013-07-10 Jakub Jelinekc-ppoutput.c (scan_translation_unit): Call account_for_...
2013-07-10 Paolo Carlinire PR c++/57869 ([C++11] Casting a object pointer to...
2013-07-04 Joern Renneckere PR c/57821 ('array is too large' error is missing...
2013-06-27 Marc Glissere PR c++/57509 (Segmentation fault when using __builti...
2013-06-25 Balaji V. IyerReplaced Dynamic arrays with vec trees in Array Notatio...
2013-06-23 Gabriel Dos Reisc-common.c (c_common_nodes_and_builtins): Use cxx11...
2013-06-21 Balaji V. IyerImplemented Cilk Plus Array Notation for C++
2013-06-20 Balaji V. Iyerarray-notation-common.c (find_inv_trees): Removed an...
2013-06-11 Jan Hubickac-common.c (handle_alias_ifunc_attribute): Do not set...
2013-06-07 Balaji V. IyerMoved array notation helper functions from c/ to c...
2013-05-28 Balaji V. IyerImplemented Cilk Plus Array Notation for C Compiler.
2013-05-14 Jakub Jelinekre PR c++/57274 (Bogus sequence-point warning in C++)
2013-05-10 Marc Glissestor-layout.c (element_precision): New function.
2013-05-07 Han Shencfgexpand.c (record_or_union_type_has_array_p): New...
2013-04-29 Senthil Kumar Selvarajc-common.c (check_user_alignment): Emit error for negat...
2013-04-24 Paolo Carlinicpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.
2013-04-24 Paolo Carlinicpp.texi: Remove __GXX_EXPERIMENTAL_CXX1Y__.
2013-04-24 Paolo Carlinic.opt ([Wpointer-arith]): Enabled by -Wpedantic, as...
2013-04-24 Paolo Carlinicpp.texi: Document __GXX_EXPERIMENTAL_CXX1Y__.
2013-04-12 Jakub Jelinekopts.c: Include diagnostic-color.h.
2013-04-07 Steven Bosscher* c-pragma.c (add_to_renaming_pragma_list): Fix leading...
next