aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Merge ubsan into trunk.Marek Polacek3-0/+190
2013-08-30c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.Gabriel Dos Reis3-68/+91
2013-08-26Really commit all changesGabriel Dos Reis2-12/+9
2013-08-26c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...Gabriel Dos Reis3-108/+124
2013-08-26c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...Gabriel Dos Reis3-70/+79
2013-08-25c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...Gabriel Dos Reis3-25/+35
2013-08-25c-pretty-print.h (c_pretty_printer::translate_string): Declare.Gabriel Dos Reis3-16/+33
2013-08-25c-pretty-print.h (c_pretty_printer::id_expression): Now a virtual function.Gabriel Dos Reis3-9/+18
2013-08-24c-pretty-print.h (c_pretty_printer::constant): Now a virtual member function.Gabriel Dos Reis3-16/+26
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis4-37/+43
2013-08-09* c-ada-spec.c (print_ada_declaration): Prevent accessing null asm nameArnaud Charlet2-1/+5
2013-08-05re PR c++/58080 (internal compiler error, decltype in function declaration (f...Paolo Carlini3-6/+19
2013-08-05c-pretty-print.c (print_c_tree): Simplify.Gabriel Dos Reis2-16/+12
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis3-94/+84
2013-08-04re PR c++/58072 ([C++11] Error messages involving user-defined literals are p...Ed Smith-Rowland2-0/+18
2013-08-04pretty-print.h (pp_bar_bar): New.Gabriel Dos Reis3-12/+21
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis3-15/+29
2013-07-23c-common.h (enum rid): New constant.Tom Tromey3-1/+7
2013-07-21Fix typos.Ondřej Bílka3-2/+7
2013-07-13re PR c++/55203 (No unused warning for variables of non-trivial types)Lubos Lunak2-0/+30
2013-07-10* Corrected missinge blank line in gcc/ChangeLog EntriesGraham Stott1-0/+5
2013-07-10c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek2-1/+10
2013-07-10re PR c++/57869 ([C++11] Casting a object pointer to a function pointer shoul...Paolo Carlini2-2/+11
2013-07-08array-notation-common.c (length_mismatch_in_expr_p): Delete unused variables ...Graham Stott1-1/+0
2013-07-04re PR c/57821 ('array is too large' error is missing when sizetype overflows)Joern Rennecke2-6/+24
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer1-47/+46
2013-06-27re PR c++/57509 (Segmentation fault when using __builtin_shuffle in templated...Marc Glisse3-12/+27
2013-06-25Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer3-20/+30
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis4-5/+11
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer3-0/+133
2013-06-20array-notation-common.c (find_inv_trees): Removed an unwanted typecasting.Balaji V. Iyer3-2/+9
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka3-8/+14
2013-06-07Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer3-3/+532
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer7-0/+147
2013-05-14re PR c++/57274 (Bogus sequence-point warning in C++)Jakub Jelinek2-0/+6
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse2-1/+6
2013-05-07cfgexpand.c (record_or_union_type_has_array_p): New function.Han Shen2-0/+6
2013-04-29c-common.c (check_user_alignment): Emit error for negative values.Senthil Kumar Selvaraj2-2/+7
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini2-1/+5
2013-04-24cpp.texi: Remove __GXX_EXPERIMENTAL_CXX1Y__.Paolo Carlini2-3/+6
2013-04-24c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.Paolo Carlini3-7/+15
2013-04-24cpp.texi: Document __GXX_EXPERIMENTAL_CXX1Y__.Paolo Carlini2-1/+7
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek2-7/+17
2013-04-07* c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.Steven Bosscher2-1/+5
2013-04-03c-common.c (pointer_int_sum): Remove dead code.Paolo Carlini2-6/+4
2013-03-09re PR middle-end/56524 (Compiler ICE when compiling with -mips16)Richard Sandiford2-2/+6
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2-0/+7
2013-03-04* c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.Jakub Jelinek2-0/+6
2013-02-28re PR sanitizer/56454 (need to rename attribute no_address_safety_analysis to...Konstantin Serebryany2-3/+35
2013-02-19re PR c++/56381 (ICE: cc1plus: internal compiler error: in gimplify_expr, at ...Jakub Jelinek1-1/+1