aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-02-17re PR c++/47783 (Warning 'set but not used' [-Wunused-but-set-parameter] inco...Jakub Jelinek2-0/+6
2011-02-17re PR c++/47172 ([C++0x] cannot call member function without object)Dodji Seketeli3-3/+24
2011-02-16re PR c++/47326 ([C++0x] ICE in tsubst_copy (triggered by dependency of retur...Dodji Seketeli2-3/+16
2011-02-16re PR c++/47704 ([C++0x] Java-related error message when trying to instantiat...Jakub Jelinek3-2/+13
2011-02-15re PR c++/46807 (internal compiler error: in synthesized_method_walk)Jason Merrill2-11/+10
2011-02-14re PR c++/47482 ([C++0x] ICE: unexpected expression ‘sizeof ("A")’ of kin...Jason Merrill2-0/+10
2011-02-13Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097.Iain Sandoe4-61/+2026
2011-02-13t-darwin (config/darwin.h.rebuild): Harden against parallel builds.Mike Stump2-4/+3
2011-02-13t-darwin (build/slashify1): Harden against rebuilds.Mike Stump2-4/+8
2011-02-13parser.h: Add arguments to all plugins.Mike Stump2-9/+11
2011-02-13lex.h: Plugify.Mike Stump4-8/+13
2011-02-13parser.c (cp_parser_declaration): Remove unused variable.Tobias Burnus2-1/+4
2011-02-13Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy down.Mike Stump2-3/+8
2011-02-13t-darwin (build/slashify): Allow others to reuse easier.Mike Stump3-2020/+37
2011-02-11Revert "Fix PR c++/47172"Dodji Seketeli3-25/+3
2011-02-11re PR c++/47172 ([C++0x] cannot call member function without object)Dodji Seketeli3-3/+25
2011-02-10decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.Jason Merrill3-2/+9
2011-02-10decl.c (build_enumerator): Don't perform integral promotions on non-integral ...Jason Merrill2-1/+5
2011-02-10* cvt.c (convert_to_void): Handle null op1.Jason Merrill2-4/+10
2011-02-10class.c (type_has_constexpr_default_constructor): Make sure the caller stripp...Jason Merrill3-3/+12
2011-02-10re PR c++/47511 ([C++0x] ICE: unexpected ast of kind template_decl in potenti...Jason Merrill2-0/+6
2011-02-03re PR c++/47398 (tree check: accessed elt 10 of tree_vec with 9 elts in tsubs...Dodji Seketeli2-0/+9
2011-02-03re PR c++/46890 (Failed to compile scummvm's player_v4a.cpp)Nathan Froyd2-9/+12
2011-01-31re PR c++/47416 (ICE in build_data_member_initialization, at cp/semantics.c:5...Jakub Jelinek2-12/+17
2011-01-31configure.ac (gcc_cv_ld_static_option): Define.Rainer Orth2-3/+8
2011-01-29re PR preprocessor/47311 ([C++0x] ICE in tsubst @cp/pt.c:10502)Dodji Seketeli4-21/+36
2011-01-26re PR c++/47476 ([C++0x] ICE in potential_constant_expression_1)Jakub Jelinek2-0/+7
2011-01-26ChangeLog: Add missing PR reference.Dave Korn1-0/+1
2011-01-26c.opt (-fkeep-inline-dllexport): New switch.Dave Korn3-4/+11
2011-01-21re PR c++/47041 (Internal compiler error in build_data_member_initialization,...Jason Merrill2-1/+20
2011-01-21re PR c++/47388 (ICE: in begin_for_stmt, at cp/semantics.c:863 with -fno-for-...Jakub Jelinek2-5/+14
2011-01-21re PR c++/46552 ([C++0x] Internal compiler error on pointer to member variabl...Jason Merrill2-0/+4
2011-01-21re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:...Jason Merrill5-56/+176
2011-01-19re PR c++/47303 (ICE: in varpool_node, at varpool.c:134 with -fabi-version=1)Jakub Jelinek3-2/+9
2011-01-17re PR c++/47067 ([c++0x] ICE in cxx_eval_bare_aggregate, at cp/semantics.c:6352)Jason Merrill2-18/+49
2011-01-17parser.c (cp_parser_range_for): Remove the "unused variable" warning workaround.Rodrigo Rivas Costa2-9/+5
2011-01-15re PR c++/33558 ('mutable' incorrectly accepted on reference members)Giovanni Funchal2-0/+12
2011-01-14re PR c++/47289 ([C++0x] ICE in tsubst_pack_expansion (triggered by decltype))Jason Merrill2-2/+5
2011-01-14re PR c++/46903 ([C++0x] ICE unexpected expression of kind template_id_expr)Jason Merrill2-0/+6
2011-01-14re PR c++/46688 (g++ requires a function declaration when it should not)Jason Merrill2-1/+12
2011-01-13re PR c++/47213 (ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fv...Kai Tietz3-3/+13
2011-01-12cp-tree.h (begin_for_scope): New prototype.Rodrigo Rivas Costa6-177/+272
2011-01-12In gcc/: 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-3/+16
2011-01-11re PR debug/46955 (Missing DW_AT_const_value from DW_TAG_template_value_param...Dodji Seketeli2-2/+87
2011-01-11re PR c++/46658 (internal compiler error on cp/init.c)Jason Merrill2-14/+25
2011-01-11re PR c++/45520 ([C++0x] compiler segmentation fault on decltype in lambda-de...Jason Merrill2-6/+12
2011-01-08In gcc/: 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+26
2011-01-07re PR c++/47022 (ICE: in tsubst_copy, at cp/pt.c:11682)Jakub Jelinek2-2/+7
2011-01-05c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey2-3/+8
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek9-9/+10