Age | Commit message (Expand) | Author | Files | Lines |
2015-07-25 | re PR c++/66857 (Reference not bound to lvalue) | Patrick Palka | 1 | -1/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-27 | call.c: Use VECTOR_TYPE_P. | Marek Polacek | 1 | -1/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-06-03 | re PR c++/66130 ("invalid use of non-static member function" message could be... | Manuel López-Ibáñez | 1 | -2/+2 |
2015-04-14 | re PR c++/65695 (NSDMI calling constexpr constructor with pointer-to-member i... | Jason Merrill | 1 | -2/+14 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -1/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | re PR c++/57979 (G++ accepts constant expression defined using floating point... | Jason Merrill | 1 | -3/+1 |
2014-08-07 | re PR c++/51312 ([C++0x] Wrong interpretation of converted constant expressio... | Paolo Carlini | 1 | -2/+3 |
2014-06-12 | Support -Wabi warning about backward compatibility. | Jason Merrill | 1 | -14/+20 |
2014-05-21 | tree.def (VOID_CST): New. | Richard Sandiford | 1 | -2/+2 |
2014-05-12 | cvt.c (cp_convert_to_pointer): Don't call error_at if complain & tf_error is ... | Paolo Carlini | 1 | -2/+3 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -3/+2 |
2014-01-30 | re PR c/59940 (Imprecise column number for -Wconversion) | Marek Polacek | 1 | -1/+2 |
2014-01-17 | re PR c++/59838 (ICE with an enum using an incomplete type) | Marek Polacek | 1 | -0/+1 |
2014-01-03 | re PR c++/58950 (Missing "statement has no effect") | Marc Glisse | 1 | -1/+3 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-26 | cvt.c (cp_convert_and_check): Avoid calling cp_convert unnecessarily. | Paolo Carlini | 1 | -1/+2 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -4/+4 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-10 | cvt.c (cp_convert_to_pointer): Call build_ptrmemfunc before maybe_warn_zero_a... | Paolo Carlini | 1 | -3/+3 |
2013-08-20 | re PR c++/58119 (Invalid ambiguous default type conversion with only a single... | Jason Merrill | 1 | -11/+12 |
2013-07-13 | call.c (can_convert): Allow user-defined conversions. | Jason Merrill | 1 | -2/+3 |
2013-05-22 | re PR c++/56930 (pointless -Wconversion warning with sizeof) | Jason Merrill | 1 | -4/+14 |
2013-04-22 | N3323 | Jason Merrill | 1 | -8/+15 |
2013-04-11 | call.c (build_conditional_expr_1, [...]): Protect error calls with complain &... | Paolo Carlini | 1 | -6/+6 |
2013-03-29 | call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P. | Paolo Carlini | 1 | -8/+7 |
2013-03-27 | call.c (build_new_method_call_1): Use INDIRECT_REF_P. | Gabriel Dos Reis | 1 | -1/+1 |
2013-02-20 | re PR c++/56373 (-Wzero-as-null-pointer-constant: does not catch issues with ... | Paolo Carlini | 1 | -6/+7 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-12-03 | re PR c++/54170 (Call to lambda elided) | Paolo Carlini | 1 | -10/+8 |
2012-11-29 | re PR c++/53094 (constexpr vector subscripting) | Marc Glisse | 1 | -0/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -2/+2 |
2012-10-07 | pt.c (fold_non_dependent_expr_sfinae): Remove static specifier. | Paolo Carlini | 1 | -5/+3 |
2012-09-05 | re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base) | Paolo Carlini | 1 | -5/+8 |
2012-07-02 | re PR c++/53524 (Bogus enum comparison warning) | Jason Merrill | 1 | -2/+2 |
2012-06-06 | re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e... | Paolo Carlini | 1 | -90/+107 |
2012-05-12 | generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P. | Paolo Carlini | 1 | -6/+5 |
2012-05-10 | re PR c++/53158 ([C++11] Bogus error in loop condition) | Paolo Carlini | 1 | -127/+141 |
2012-04-30 | Make conversion warnings work on NULL with -ftrack-macro-expansion | Dodji Seketeli | 1 | -2/+7 |
2012-04-24 | re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b... | Paolo Carlini | 1 | -8/+12 |
2012-04-18 | re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi... | Paolo Carlini | 1 | -5/+7 |
2012-04-10 | c-common.c (warn_if_unused_value): Move definition to here. | Manuel López-Ibáñez | 1 | -1/+1 |
2012-02-06 | re PR c++/52088 (ICE in "delete" with template convertion operator) | Jason Merrill | 1 | -0/+11 |
2011-11-01 | re PR c++/44277 ([C++0x] Add warning to facilitate nullptr conversion.) | Paolo Carlini | 1 | -0/+5 |
2011-09-24 | re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit... | Paolo Carlini | 1 | -5/+8 |
2011-06-07 | re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro... | Jason Merrill | 1 | -1/+2 |