c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
[gcc.git] / gcc / c-family / ChangeLog
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...
2013-04-03 Paolo Carlinic-common.c (pointer_int_sum): Remove dead code.
2013-03-09 Richard Sandifordre PR middle-end/56524 (Compiler ICE when compiling...
2013-03-05 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-03-04 Jakub Jelinek* c-pretty-print.c (pp_c_pretty_printer_init): Clear...
2013-02-28 Konstantin Serebryanyre PR sanitizer/56454 (need to rename attribute no_addr...
2013-02-19 Jakub Jelinekre PR c++/56381 (ICE: cc1plus: internal compiler error...
2013-02-19 Aldy Hernandezre PR target/52555 (ICE unrecognizable insn with -ffast...
2013-02-18 Jakub Jelinekre PR pch/54117 (FAIL: ./decl-3.h -O0 -g (internal...
2013-02-05 Jakub Jelinekre PR middle-end/56167 (ICE with invalid __attribute__...
2013-01-30 Jakub Jelinekre PR c++/55742 (__attribute__ in class function declar...
2013-01-19 Jason Merrillre PR target/54908 (misc regressions on emutls targets...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-09 Jakub Jelinekre PR c/48418 (Bit shift operator >>=)
2012-12-03 Marek PolacekFix PR c/55570.
2012-11-29 Ed Smith-Rowlandre PR c++/52654 ([C++11] Warn on overflow in user-defin...
2012-11-28 Richard Bienerre PR c/35634 (operand of pre-/postin-/decrement not...
2012-11-23 Jakub Jelinekre PR sanitizer/55435 ([asan] implement an attribute...
2012-11-16 Simon Baldwincpplib.h (struct cpp_options): Add canonical_system_hea...
2012-11-10 Ed Smith-RowlandImplement a flag -fext-numeric-literals that allows...
2012-11-09 Jason MerrillAdd C++ attribute abi_tag and -Wabi-tag option.
2012-11-09 Andi KleenHandle target specific memory models in C frontend
2012-11-07 Manuel López-Ibáñezre PR c/53063 (encode group options in the .opt files)
2012-11-07 Manuel López-Ibáñezre PR c/53063 (encode group options in the .opt files)
2012-11-07 Manuel López-Ibáñezre PR c/51294 (spurious warning from -Wconversion in...
2012-10-29 Jonathan Wakelyre PR c++/54930 (Add warning switch for "returning...
2012-10-25 Jason MerrillCore 1402
2012-10-25 Jason Merrillc.opt (Winherited-variadic-ctor): New.
2012-10-25 Marc Glissere PR c++/54427 (Expose more vector extensions)
2012-10-23 Joseph Myersgcc:
2012-10-20 Manuel López-Ibáñezre PR c/53063 (encode group options in the .opt files)
2012-10-18 Eric Botcazouc-ada-spec.c (LOCATION_COL): Delete.
2012-10-16 Manuel López-Ibáñezre PR c/53063 (encode group options in the .opt files)
2012-10-16 Eric Botcazouc-ada-spec.c (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX):...
2012-10-12 Jakub Jelinekre PR c/54381 (-Wsizeof-pointer-memaccess refers to...
next