summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* parser.h: Add arguments to all plugins.Mike Stump2011-02-132-9/+11
* lex.h: Plugify.Mike Stump2011-02-134-8/+13
* parser.c (cp_parser_declaration): Remove unused variable.Tobias Burnus2011-02-132-1/+4
* Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy down.Mike Stump2011-02-132-3/+8
* t-darwin (build/slashify): Allow others to reuse easier.Mike Stump2011-02-133-2020/+37
* Revert "Fix PR c++/47172"Dodji Seketeli2011-02-113-25/+3
* re PR c++/47172 ([C++0x] cannot call member function without object)Dodji Seketeli2011-02-113-3/+25
* decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.Jason Merrill2011-02-103-2/+9
* decl.c (build_enumerator): Don't perform integral promotions on non-integral ...Jason Merrill2011-02-102-1/+5
* * cvt.c (convert_to_void): Handle null op1.Jason Merrill2011-02-102-4/+10
* class.c (type_has_constexpr_default_constructor): Make sure the caller stripp...Jason Merrill2011-02-103-3/+12
* re PR c++/47511 ([C++0x] ICE: unexpected ast of kind template_decl in potenti...Jason Merrill2011-02-102-0/+6
* re PR c++/47398 (tree check: accessed elt 10 of tree_vec with 9 elts in tsubs...Dodji Seketeli2011-02-032-0/+9
* re PR c++/46890 (Failed to compile scummvm's player_v4a.cpp)Nathan Froyd2011-02-032-9/+12
* re PR c++/47416 (ICE in build_data_member_initialization, at cp/semantics.c:5...Jakub Jelinek2011-01-312-12/+17
* configure.ac (gcc_cv_ld_static_option): Define.Rainer Orth2011-01-312-3/+8
* re PR preprocessor/47311 ([C++0x] ICE in tsubst @cp/pt.c:10502)Dodji Seketeli2011-01-294-21/+36
* re PR c++/47476 ([C++0x] ICE in potential_constant_expression_1)Jakub Jelinek2011-01-262-0/+7
* ChangeLog: Add missing PR reference.Dave Korn2011-01-261-0/+1
* c.opt (-fkeep-inline-dllexport): New switch.Dave Korn2011-01-263-4/+11
* re PR c++/47041 (Internal compiler error in build_data_member_initialization,...Jason Merrill2011-01-212-1/+20
* re PR c++/47388 (ICE: in begin_for_stmt, at cp/semantics.c:863 with -fno-for-...Jakub Jelinek2011-01-212-5/+14
* re PR c++/46552 ([C++0x] Internal compiler error on pointer to member variabl...Jason Merrill2011-01-212-0/+4
* re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:...Jason Merrill2011-01-215-56/+176
* re PR c++/47303 (ICE: in varpool_node, at varpool.c:134 with -fabi-version=1)Jakub Jelinek2011-01-193-2/+9
* re PR c++/47067 ([c++0x] ICE in cxx_eval_bare_aggregate, at cp/semantics.c:6352)Jason Merrill2011-01-172-18/+49
* parser.c (cp_parser_range_for): Remove the "unused variable" warning workaround.Rodrigo Rivas Costa2011-01-172-9/+5
* re PR c++/33558 ('mutable' incorrectly accepted on reference members)Giovanni Funchal2011-01-152-0/+12
* re PR c++/47289 ([C++0x] ICE in tsubst_pack_expansion (triggered by decltype))Jason Merrill2011-01-142-2/+5
* re PR c++/46903 ([C++0x] ICE unexpected expression of kind template_id_expr)Jason Merrill2011-01-142-0/+6
* re PR c++/46688 (g++ requires a function declaration when it should not)Jason Merrill2011-01-142-1/+12
* re PR c++/47213 (ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fv...Kai Tietz2011-01-133-3/+13
* cp-tree.h (begin_for_scope): New prototype.Rodrigo Rivas Costa2011-01-126-177/+272
* In gcc/: 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-01-122-3/+16
* re PR debug/46955 (Missing DW_AT_const_value from DW_TAG_template_value_param...Dodji Seketeli2011-01-112-2/+87
* re PR c++/46658 (internal compiler error on cp/init.c)Jason Merrill2011-01-112-14/+25
* re PR c++/45520 ([C++0x] compiler segmentation fault on decltype in lambda-de...Jason Merrill2011-01-112-6/+12
* In gcc/: 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-01-082-1/+26
* re PR c++/47022 (ICE: in tsubst_copy, at cp/pt.c:11682)Jakub Jelinek2011-01-072-2/+7
* c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey2011-01-052-3/+8
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-039-9/+10
* Rotate ChangeLogs.H.J. Lu2011-01-022-4059/+4065
* ChangeLog gcc/Kai Tietz2011-01-012-1/+8
* re PR c++/47068 ([C++0x] internal compiler error on decltype(~ expression))Jason Merrill2010-12-282-1/+8
* parser.c (cp_parser_unary_expression): Remove redundant C++0x check.Jason Merrill2010-12-282-3/+6
* re PR c++/46626 (simple use of virtual methods causes pure virtual method cal...Jakub Jelinek2010-12-272-5/+25
* re PR c++/15774 (Conflicting function decls not diagnosed)Kai Tietz2010-12-252-1/+11
* c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2010-12-223-5/+10
* re PR c++/47003 (ice in stabilize_expr)Jason Merrill2010-12-222-3/+6
* parser.c (cp_parser_unary_expression): Call pedwarn for alignof with expression.Rodrigo Rivas Costa2010-12-222-1/+20