aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-05-03re PR c++/28501 (ICE with __real__ and implicit type conversion)Paolo Carlini2-1/+14
2011-05-02Upgrade the utility of timevars.Lawrence Crowl8-238/+724
2011-05-02tree.c (build_vec_init_expr): Take complain parm.Jason Merrill4-13/+24
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill7-105/+56
2011-05-02re PR c++/48834 (-fno-exceptions causes wrong code generation on C++ code)Jason Merrill2-1/+10
2011-05-02re PR c++/48446 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill2-11/+55
2011-05-02parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE instead o...Dmitry Gorbachev2-2/+8
2011-05-02re PR c++/47969 ([C++0x] ICE: SIGSEGV in compute_array_index_type (cp/decl.c:...Paolo Carlini2-0/+17
2011-04-30cp-tree.h (LOOKUP_EXPLICIT_TMPL_ARGS): Define.Diego Novillo3-6/+70
2011-04-29re PR c++/48606 (g++.dg/init/ctor9.C ICE: tree check: expected class 'type', ...Paolo Carlini2-2/+10
2011-04-29In gcc/: 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-2/+20
2011-04-28re PR c++/48798 (CV-qualified base class erroneously forbidden)Paolo Carlini2-1/+8
2011-04-28re PR c++/48656 ([C++0x] cannot call member function without object)Dodji Seketeli2-1/+8
2011-04-28re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Paolo Carlini2-2/+10
2011-04-28re PR c++/48771 ([C++0x] is_literal_type incorrect for references to non-lite...Paolo Carlini2-15/+12
2011-04-27re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Jason Merrill4-1/+103
2011-04-27init.c (build_vec_delete_1): Look for sfk_deleting_destructor to decide wheth...Jason Merrill2-10/+12
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill7-45/+111
2011-04-27class.c (resolve_address_of_overloaded_function): Don't change OVERLOAD to TR...Jason Merrill3-10/+7
2011-04-27re PR c++/48046 (Expected diagnostic "reference to 'type' is ambiguous" not ...Jason Merrill2-1/+7
2011-04-27re PR c++/42687 (The prevention of ADL with the help of parentheses doesn't w...Jason Merrill2-0/+10
2011-04-27ptree.c (cxx_print_type): Dump fullname.Jason Merrill2-2/+10
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill12-111/+205
2011-04-26class.c (cp_fold_obj_type_ref): Remove.Martin Jambor3-29/+5
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-1/+0
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini12-16/+136
2011-04-25re PR c++/48707 ([c++0x] ICE initializing static const int)Jason Merrill4-9/+67
2011-04-21semantics.c (finish_compound_literal): Don't put an array with a dtor in a st...Jason Merrill2-0/+4
2011-04-21* call.c (build_over_call): Handle trivial dtor.Jason Merrill2-1/+7
2011-04-21* search.c (lookup_fnfields_slot): Call complete_type.Jason Merrill2-1/+3
2011-04-21re PR c++/48594 (Rejects valid with pointer-to-member in template)Jason Merrill2-1/+5
2011-04-20re PR c++/48657 (could not convert template argument ‘VectorDimension’ to...Jason Merrill2-42/+25
2011-04-20remove useless if-before-free testsJim Meyering2-2/+5
2011-04-20re PR c++/46304 (g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770)Jason Merrill2-1/+8
2011-04-19re PR c++/45267 (inlining fails with -m32)Jason Merrill2-0/+19
2011-04-18re PR c++/48569 (internal compiler error: in build_zero_init_1, at cp/init.c:...Jason Merrill2-1/+8
2011-04-18re PR c++/48537 (C++0x: ICE using union with non-trivial member)Jason Merrill2-1/+6
2011-04-18re PR c++/48632 (Internal compiler error when using OpenMP with template)Jakub Jelinek2-1/+8
2011-04-18fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering2-1/+5
2011-04-18semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed gotos.Jan Hubicka2-5/+5
2011-04-17re PR c++/48531 ([C++0x][SFINAE] Hard errors with arrays of unknown bound)Jason Merrill3-1/+17
2011-04-17* tree.c (get_target_expr): Handle VEC_INIT_EXPR.Jason Merrill2-0/+6
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka2-2/+4
2011-04-15Implement N3271Jason Merrill3-53/+167
2011-04-14In gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-4/+22
2011-04-14re PR objc++/48479 (Many ICEs in the obj-c++.dg test suite on *-apple-darwin*)Nathan Froyd2-1/+7
2011-04-14cp-tree.def (SWITCH_STMT): Add an extra operand.Nathan Froyd5-8/+17
2011-04-14cp-tree.def (IF_STMT): Add an extra operand.Nathan Froyd5-7/+16
2011-04-14cp-tree.def (FOR_STMT, [...]): Add an extra operand.Nathan Froyd5-13/+29
2011-04-14parser.c (cp_parser_postfix_expression): Fix flags passed to build_new_method...Jason Merrill3-2/+8