aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill5-15/+23
2011-10-31mangle.c (get_mangled_id): Factor from ...Diego Novillo2-2/+16
2011-10-30NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux.Gerald Pfeifer2-2/+7
2011-10-30re PR c++/50901 (ICE: in build_new_op, at cp/call.c:5016)Paolo Carlini2-0/+7
2011-10-292011-10-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-5/+7
2011-10-292011-10-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+9
2011-10-28pt.c (unify_pack_expansion): Initialize bad_old_arg and bad_new_arg.Paolo Carlini2-1/+5
2011-10-28re PR c++/50864 (ICE with decltype and "declval" from another namespace)Paolo Carlini2-7/+11
2011-10-27semantics.c (cxx_eval_outermost_constant_expr): Check cp_has_mutable_p.Jason Merrill2-0/+24
2011-10-27re PR c++/30066 (option to make inline functions hidden)Roberto Agostino Vitillo2-18/+61
2011-10-27Small comment cleanupDodji Seketeli2-1/+5
2011-10-26* typeck.c (check_literal_operator_args): Avoid building types.Jason Merrill2-15/+22
2011-10-26build_string commentsJason Merrill2-1/+2
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland11-17/+667
2011-10-26re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Paolo Carlini7-11/+27
2011-10-25re PR c++/50866 (ICE in verify_gimple_stmt, at tree-cfg.c:4175)Jason Merrill5-2/+13
2011-10-25re PR c++/49996 (Internal error in verify_gimple_stmt: initializing struct in...Jason Merrill2-4/+19
2011-10-25re PR c++/50858 (segfault at ../../gcc/libiberty/hashtab.c:981)Paolo Carlini3-2/+21
2011-10-23re PR c++/50841 (bootstrap failure: narrowing conversion of '-0x0000000000000...Paolo Carlini4-7/+17
2011-10-23re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Paolo Carlini4-5/+15
2011-10-21re PR c++/45385 (missing -Wconversion for method calls)Paolo Carlini2-1/+8
2011-10-21re PR c++/31423 (Improve upon "invalid use of member (did you forget the '&' ...Paolo Carlini2-2/+15
2011-10-21re PR c++/50811 ([C++0x] G++ rejects class-virt-specifier if class-head-name ...Ville Voutilainen2-1/+7
2011-10-20re PR c++/41449 (Partial aggregate initialization not cleaned up on exception)Jason Merrill2-0/+13
2011-10-19re PR c++/13657 (Error message incorrectly describes return type as argument ...Paolo Carlini2-2/+7
2011-10-19re PR c++/50793 (G++ doesn't value-initialize all members of non-trivial type...Jason Merrill2-2/+11
2011-10-19[multiple changes]Roland Stigge2-1/+7
2011-10-19re PR c++/38761 (%s substituted with regular word can't be properly translated)Paolo Carlini4-24/+40
2011-10-18re PR c++/50531 ([C++0x] ICE on defaulted template destructor)Jason Merrill2-0/+6
2011-10-18re PR c++/50742 (tree check fail in check_previous_goto_1)Jason Merrill2-1/+7
2011-10-18re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill4-9/+93
2011-10-18parser.c: Remove ENABLE_CHECKING markers around debugging routines.Diego Novillo3-35/+286
2011-10-18[multiple changes]Benjamin Kosnik6-5/+211
2011-10-17re PR c++/50736 ([C++0x] ISO_IEC_14882-2011-5.1.2/10 - bug)Jason Merrill2-4/+31
2011-10-17re PR c++/44524 (improve diagnostic for . vs -> typo)Paolo Carlini2-4/+27
2011-10-17Emit macro expansion related diagnosticsTom Tromey2-2/+10
2011-10-17re PR c++/48489 (Invalid error message 'has no member named' when referring d...Paolo Carlini2-1/+9
2011-10-15re PR c++/50732 ([type_traits] is_base_of<Base, Derived> unnecessarily instan...Paolo Carlini2-22/+17
2011-10-14fix PR tagJason Merrill1-1/+1
2011-10-14re PR c++/50563 ([C++0x] Weird syntax acceptance rules for non-static data me...Jason Merrill2-1/+12
2011-10-14re PR c++/50707 ([C++0x] Non-static const data member initializer breaks defa...Jason Merrill2-19/+25
2011-10-14pt.c (tsubst_decl): Use void_zero_node instead of error_mark_node as a placeh...Jason Merrill2-2/+7
2011-10-14re PR c++/38174 (Missing some built-in candidates for operator overloading)Paolo Carlini2-0/+21
2011-10-13re PR c++/50614 ([C++0x] ICE: tree check: expected field_decl, have identifie...Jason Merrill4-5/+28
2011-10-13re PR c++/50437 ([C++0x] [4.7 regression] ICE for trivial use of lambda in te...Jason Merrill4-11/+30
2011-10-13cp-tree.h (struct language_function): Rename in_function_try_handler to x_in_...Diego Novillo2-4/+11
2011-10-13class.c (sorted_fields_type_new): Factor out of ...Diego Novillo2-3/+22
2011-10-13re PR c++/50618 (Virtual inheritance segfault)Jason Merrill2-17/+21
2011-10-12re PR c++/50594 (Option -fwhole-program discards replaced new operator for st...Paolo Carlini2-5/+15
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner4-22/+42