Age | Commit message (Expand) | Author | Files | Lines |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -1/+1 |
2013-05-23 | re PR c++/57388 ([C++11] ICE when function types with ref-qualifiers meet oth... | Jason Merrill | 1 | -1/+3 |
2013-05-20 | re PR c++/57325 (ICE in strip_typedefs, at cp/tree.c:1306) | Jason Merrill | 1 | -2/+4 |
2013-05-09 | N3639 C++1y VLA support | Jason Merrill | 1 | -0/+15 |
2013-04-03 | re PR c++/56819 (ICE: SIGSEGV in int_cst_value (tree.h:4013) with -fcompare-d... | Jakub Jelinek | 1 | -4/+9 |
2013-04-02 | cp-tree.h (TAGGED_TYPE_P): Remove. | Paolo Carlini | 1 | -1/+1 |
2013-04-01 | Implement N2439 (ref-qualifiers for 'this') | Bronek Kozicki | 1 | -5/+78 |
2013-03-29 | call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P. | Paolo Carlini | 1 | -3/+3 |
2013-03-29 | tree.h (VAR_P): New. | Gabriel Dos Reis | 1 | -6/+6 |
2013-03-27 | call.c (build_new_method_call_1): Use INDIRECT_REF_P. | Gabriel Dos Reis | 1 | -1/+1 |
2013-03-26 | cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P. | Gabriel Dos Reis | 1 | -3/+2 |
2013-03-22 | cp-tree.h (identifier_p): New. | Gabriel Dos Reis | 1 | -1/+1 |
2013-03-16 | re PR c++/54764 (In class initialization of non-static lambda member can't be... | Jason Merrill | 1 | -1/+2 |
2013-03-16 | re PR c++/56039 (ICE in iterative_hash_template_arg, at cp/pt.c:1606) | Jason Merrill | 1 | -1/+2 |
2013-03-16 | re PR c++/52748 ([C++11] N3276 changes to decltype) | Jason Merrill | 1 | -0/+3 |
2013-03-16 | * tree.c (cp_tree_equal): Fix a pasto. | Jakub Jelinek | 1 | -1/+1 |
2013-03-08 | re PR c++/51494 (Legal program rejection - capturing "this" when using static... | Jason Merrill | 1 | -7/+0 |
2013-03-06 | re PR c++/56543 (ICE on valid code in copy_node_stat) | Jakub Jelinek | 1 | -1/+2 |
2013-02-22 | re PR c++/56395 (ICE, Segmentation fault in tsubst) | Jason Merrill | 1 | -3/+28 |
2013-02-20 | re PR c++/56373 (-Wzero-as-null-pointer-constant: does not catch issues with ... | Paolo Carlini | 1 | -0/+15 |
2013-02-09 | re PR c++/56247 (internal compiler error: in tsubst_copy, at cp/pt.c:12131) | Jason Merrill | 1 | -0/+7 |
2013-02-05 | re PR c++/54122 (segfault comparing enum class in lambda inside constructor o... | Jason Merrill | 1 | -3/+1 |
2013-01-21 | re PR c++/56059 (SIGSEGV on invalid C++11 code) | Jason Merrill | 1 | -0/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -4/+1 |
2013-01-07 | re PR c++/55753 ([C++11][4.7/4.8 Regression] ICE constexpr ctor, tsubst_copy_... | Jason Merrill | 1 | -0/+4 |
2013-01-04 | re PR c++/55877 (Anon visibility issues) | Jason Merrill | 1 | -1/+1 |
2013-01-02 | re PR c++/55804 (GCC omits required call to constructor) | Jason Merrill | 1 | -6/+30 |
2012-12-11 | re PR c++/53094 (constexpr vector subscripting) | Marc Glisse | 1 | -0/+3 |
2012-12-07 | re PR c++/55419 (ICE in gimplify_init_ctor_preeval, at gimplify.c:3587) | Jason Merrill | 1 | -2/+0 |
2012-12-07 | tree.c (build_aggr_init_expr): Remove tsubst_flags_t parameter. | Paolo Carlini | 1 | -2/+2 |
2012-12-06 | re PR c++/54325 (C++11 uniform initialization syntax for argument-less abstra... | Jason Merrill | 1 | -6/+6 |
2012-12-06 | re PR c++/55249 (Multiple copy constructors for template class lead to link e... | Jason Merrill | 1 | -1/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -20/+20 |
2012-11-16 | re PR c++/55337 (ICE tree check: expected sizeof_expr, have alignof_expr in c... | Jakub Jelinek | 1 | -4/+7 |
2012-11-09 | Add C++ attribute abi_tag and -Wabi-tag option. | Jason Merrill | 1 | -0/+93 |
2012-10-31 | re PR c++/54583 (Spurious warning: value computed is not used with variable-s... | Paolo Carlini | 1 | -0/+4 |
2012-10-15 | Implement C++11 inheriting constructors. | Jason Merrill | 1 | -0/+2 |
2012-10-09 | Change more non-GTY hash tables to use the new type-safe template hash table. | Lawrence Crowl | 1 | -7/+9 |
2012-10-08 | re PR c++/54858 (ICE in cp_tree_equal) | Jakub Jelinek | 1 | -0/+1 |
2012-10-07 | pt.c (fold_non_dependent_expr_sfinae): Remove static specifier. | Paolo Carlini | 1 | -1/+1 |
2012-10-05 | cp-tree.h (SIZEOF_EXPR_TYPE_P): Define. | Jakub Jelinek | 1 | -0/+4 |
2012-09-13 | typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ... | Paolo Carlini | 1 | -12/+7 |
2012-09-05 | re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base) | Paolo Carlini | 1 | -1/+2 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -1/+1 |
2012-08-03 | pt.c (tsubst_copy_and_build): Handle VECTOR_TYPE like scalars. | Marc Glisse | 1 | -1/+1 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -6/+3 |
2012-07-20 | re PR c++/54038 (finalize_type_size enters infinite loop becasue TYPE_NEXT_VA... | Jason Merrill | 1 | -11/+12 |
2012-07-17 | re PR c++/53989 (Internal compiler error in strip_typedefs, at cp/tree.c:1187) | Jason Merrill | 1 | -0/+11 |
2012-07-05 | cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove. | Jason Merrill | 1 | -3/+0 |
2012-07-05 | re PR c++/50852 (ICE: internal compiler error: in tsubst, at cp/pt.c:11030) | Jason Merrill | 1 | -1/+191 |