Age | Commit message (Expand) | Author | Files | Lines |
2014-11-26 | Allow partial specialization of variable templates. | Jason Merrill | 1 | -1/+3 |
2014-11-20 | * error.c (dump_expr): Avoid printing (*&i) for references. | Jason Merrill | 1 | -1/+7 |
2014-10-27 | Implement N3653 (Member initializers and aggregates) and fix references to 't... | Jason Merrill | 1 | -0/+4 |
2014-10-26 | In cp/error.c... | Manuel López-Ibáñez | 1 | -7/+33 |
2014-09-30 | re PR c++/16564 (g++ seems to go into an infinite loop after errors) | Paolo Carlini | 1 | -10/+0 |
2014-09-22 | decl.c (poplevel): Don't warn about unused vars in template scope. | Jason Merrill | 1 | -0/+12 |
2014-08-25 | re PR c++/34938 (ICE with function pointers and attribute noreturn) | Paolo Carlini | 1 | -1/+5 |
2014-08-20 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -10/+1 |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -4/+4 |
2014-06-27 | re PR c++/61433 (ICE: SIGSEGV in friend_accessible_p (search.c:778) with -std... | Jason Merrill | 1 | -0/+5 |
2014-06-14 | re PR c++/33101 ([DR 577] allow typedefs for void in empty parameter list) | Paolo Carlini | 1 | -2/+3 |
2014-05-21 | tree.def (VOID_CST): New. | Richard Sandiford | 1 | -0/+1 |
2014-04-10 | re PR ipa/60761 (Improve dump_decl for clones) | Richard Biener | 1 | -1/+6 |
2014-03-01 | method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and S... | Paolo Carlini | 1 | -1/+1 |
2014-01-30 | decl.c (duplicate_decls, [...]): Use TYPE_IDENTIFIER. | Paolo Carlini | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -3/+3 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+0 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -0/+1 |
2013-10-23 | c-format.c (gcc_cxxdiag_char_table): Add %X. | Jason Merrill | 1 | -1/+13 |
2013-10-16 | error.c (dump_exception_spec): Print "noexcept" rather than "noexcept (true)". | Jason Merrill | 1 | -7/+10 |
2013-10-16 | tree-core.h (tree_code_name): Remove. | Paulo Matos | 1 | -1/+1 |
2013-09-10 | cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCA... | Jan Hubicka | 1 | -2/+4 |
2013-09-09 | re PR c++/58362 (Wrong column number for unused parameter) | Paolo Carlini | 1 | -3/+1 |
2013-09-09 | error.c (dump_expr, [...]): Fix. | Paolo Carlini | 1 | -4/+7 |
2013-09-03 | c-objc-common.c (c_tree_printer): Tidy. | Gabriel Dos Reis | 1 | -5/+5 |
2013-08-30 | Merge ubsan into trunk. | Marek Polacek | 1 | -0/+7 |
2013-08-30 | c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function. | Gabriel Dos Reis | 1 | -3/+3 |
2013-08-29 | Support dumping type bindings and 'mutable' qualifier in lambda diagnostics. | Adam Butcher | 1 | -27/+46 |
2013-08-23 | diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer. | Gabriel Dos Reis | 1 | -1/+1 |
2013-08-22 | pretty-print.h (output_buffer::output_buffer): Declare. | Gabriel Dos Reis | 1 | -2/+3 |
2013-08-20 | error.c (pp_ggc_formatted_text): New. | Gabriel Dos Reis | 1 | -14/+22 |
2013-08-17 | error.c (dump_scope): Add a cxx_pretty_printer parameter. | Gabriel Dos Reis | 1 | -629/+641 |
2013-08-05 | pretty-print.h (pp_base): Remove. | Gabriel Dos Reis | 1 | -34/+33 |
2013-08-04 | pretty-print.h (pp_bar_bar): New. | Gabriel Dos Reis | 1 | -6/+6 |
2013-08-03 | pretty-print.h (pp_underscore): New. | Gabriel Dos Reis | 1 | -5/+5 |
2013-06-21 | Implemented Cilk Plus Array Notation for C++ | Balaji V. Iyer | 1 | -0/+22 |
2013-05-08 | except.c (is_admissible_throw_operand_or_catch_parameter): Check variably_mod... | Jason Merrill | 1 | -7/+17 |
2013-05-08 | re PR c++/57068 (gcc prints warning "ref-qualifiers only available with -std=... | Jason Merrill | 1 | -2/+2 |
2013-04-26 | diagnostic.h (file_name_as_prefix): Add context argument. | Jakub Jelinek | 1 | -1/+1 |
2013-04-24 | N3648: init-captures are named. | Jason Merrill | 1 | -1/+1 |
2013-04-22 | pt.c (fn_type_unification): Push tinst level around type_unification_real if ... | Jason Merrill | 1 | -2/+4 |
2013-04-22 | error.c (dump_aggr_type): Fix lambda detection. | Jason Merrill | 1 | -2/+11 |
2013-04-19 | N3638 changes to return type deduction | Jason Merrill | 1 | -1/+4 |
2013-04-12 | opts.c: Include diagnostic-color.h. | Jakub Jelinek | 1 | -18/+20 |