aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-08-04re PR middle-end/49905 (Better sanity checking on sprintf src & dest to produ...Jakub Jelinek2-1/+14
2011-08-02re PR c++/43886 ([C++0x] name lookup failure on un-used local variable in lam...Jason Merrill2-0/+7
2011-08-02re PR c++/49577 ([C++0x] narrowing conversion not rejected)Jason Merrill3-1/+9
2011-08-02re PR c++/49593 ([C++0x] cannot use T{t}... as pack expansion)Jason Merrill2-0/+4
2011-08-02re PR c++/49803 ([C++0x] erroneous variant-member initialization in a union c...Jason Merrill2-3/+5
2011-08-02re PR c++/49834 ([C++0x] type deduction in for-each loop in template function)Jason Merrill2-12/+58
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek6-63/+540
2011-08-02* call.c (build_call_a): Also check at_function_scope_p.Jason Merrill2-1/+5
2011-08-01re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill2-0/+10
2011-08-01re PR c++/49924 ([C++0X] [constexpr] can't initialize a non-static member arr...Jason Merrill2-12/+21
2011-08-01re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill2-27/+9
2011-07-30re PR c++/49867 ([C++0x] ICE on lambda inside switch with case labels in the ...Jason Merrill2-0/+23
2011-07-29re PR c++/49808 (GCC adds an address-of somewhere!)Jason Merrill2-21/+35
2011-07-28re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Paolo Carlini2-0/+12
2011-07-27Propagate the source location of a template's function_decl to the template_d...Jeffrey Yasskin2-0/+6
2011-07-26re PR c++/49776 ([C++0x]ICE in build_data_member_initialization, at cp/semant...Paolo Carlini2-0/+8
2011-07-25re PR bootstrap/49845 (bootstrap failure)Paolo Carlini2-1/+10
2011-07-25re PR c++/49838 ([C++0x] ICE in cp_parser_perform_range_for_lookup, at cp/par...Paolo Carlini2-0/+9
2011-07-25re PR c++/49823 ([C++0x] ICE on decltype(expr)::type with template)Jason Merrill2-1/+8
2011-07-22re PR c++/49793 ([C++0x] Narrowing conversion from int/short/char to double)Jason Merrill2-3/+9
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen4-3/+29
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill3-17/+60
2011-07-20parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]= designated in...Jason Merrill3-11/+54
2011-07-20changelog tweakJason Merrill1-0/+2
2011-07-20PR c++/6709 (DR 743)Jason Merrill3-49/+126
2011-07-19re PR c++/49785 ([C++0x] ICE in coerce_template_parms)Jason Merrill2-9/+18
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther9-62/+56
2011-07-18parser.c (cp_parser_parameter_declaration_list): Initialize parenthesized_p.Martin Jambor2-1/+6
2011-07-16pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level.Jason Merrill3-29/+33
2011-07-16re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd5-193/+696
2011-07-16Make-lang.in (check-g++-strict-gc): New.Jason Merrill7-6/+37
2011-07-15re PR testsuite/49741 (make -k check-c++0x not multilib aware)Jason Merrill2-1/+6
2011-07-13Also test -std=c++0x mode with 'make check-c++' at top levelJason Merrill2-0/+8
2011-07-13tree.h (categorize_ctor_elements): Remove comment.Richard Sandiford2-22/+23
2011-07-12name-lookup.h (cp_binding_level): Rename from cxx_scope.Diego Novillo7-177/+183
2011-07-12s/recurson/recursion/Jason Merrill1-2/+2
2011-07-11re PR c++/49672 ([C++0x] Internal error when passing variadic template args t...Jason Merrill3-18/+45
2011-07-11* decl2.c (decl_constant_var_p): Use decl_maybe_constant_var_p.Jason Merrill2-18/+10
2011-07-11re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill5-6/+59
2011-07-10re PR c++/49691 (ICE in cp_parser_late_return_type_opt, at cp/parser.c:15562)Jason Merrill2-5/+16
2011-07-09* tree.c (build_vec_init_elt): Strip TARGET_EXPR.Jason Merrill2-0/+9
2011-07-08re PR c++/45437 (Loses reference during update)Jason Merrill2-0/+18
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill4-39/+29
2011-07-08re PR c++/45603 (crash in "build_addr_func")Jason Merrill2-20/+25
2011-07-08typeck.c (cp_apply_type_quals_to_decl): Don't check COMPLETE_TYPE_P either.Jason Merrill2-6/+7
2011-07-08re PR c++/49673 ([C++0x] const variables initialised with constexpr construct...Jason Merrill2-5/+11
2011-07-07re PR c++/49663 ([C++0x] ICE in lookup_base)Jason Merrill4-21/+25
2011-07-07re PR c/49644 (post-increment of promoted operand is incorrect.)Jakub Jelinek2-0/+9
2011-07-06re PR c++/49353 (C++ frontend should not declare function EXTERN when it forc...Jason Merrill2-1/+8
2011-07-06re PR c++/49568 (g++.dg/torture/pr41257-2.C FAILs to link on Tru64 UNIX)Jason Merrill2-2/+9