aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2008-07-31re PR c++/36405 (ICE with typeid of member function)Jakub Jelinek2-2/+10
2008-07-31re PR middle-end/36633 (warning "array subscript is below array bounds" on de...Jason Merrill2-18/+26
2008-07-31re PR c++/11309 (Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3...Jason Merrill5-41/+82
2008-07-30re PR c++/36767 (Segmentation fault with -fprofile-arcs -O2)Dodji Seketeli2-0/+53
2008-07-30re PR c/34389 (-Wconversion produces wrong warning)Manuel López-Ibáñez2-54/+8
2008-07-29re PR c++/36852 (Two dimensional array in template method argument list incor...Jakub Jelinek2-5/+12
2008-07-29optimize.c (maybe_clone_body): Remove DECL_INLINE.Jan Hubicka6-38/+16
2008-07-29re PR c/34985 (Warning "defined but not used" despite __attribute__((__used__)))Manuel López-Ibáñez2-0/+11
2008-07-28re PR c++/36943 ([c++0x] Use of nested C++0x initializer list for non-aggrega...Jason Merrill2-3/+13
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener10-126/+318
2008-07-27re PR c++/36944 (Revision 138123 breaks constructors with default arguments)H.J. Lu2-5/+15
2008-07-27decl.c (push_library_fn): Add a parameter for the exceptions that the functio...Paolo Carlini4-24/+56
2008-07-25Fix changelog entry of my earlier commit.Jan Hubicka1-3/+3
2008-07-25typeck.c (inline_conversion): Remove.Jan Hubicka7-43/+48
2008-07-25class.c (type_has_user_provided_default_constructor): Handle templates.Jason Merrill2-1/+10
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka4-15/+11
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill12-40/+289
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez9-76/+96
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues13-39/+54
2008-07-21re PR c++/36871 (__has_nothrow_copy(T) false for T with a template ctor)Paolo Carlini2-2/+21
2008-07-21Fix the year on the ChangeLog.Rafael Espindola1-1/+1
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola3-17/+16
2008-07-21re PR c++/36870 (__has_nothrow_constructor violates the ODR)Paolo Carlini2-2/+10
2008-07-18re PR c++/36407 (ICE with conversion and -fpermissive)Dodji Seketeli2-1/+9
2008-07-18c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.Kris Van Hees3-19/+34
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi11-186/+206
2008-07-17decl2.c (determine_visibility): Allow target to override visibility of class ...Julian Brown2-0/+14
2008-07-17re PR c++/36855 (__has_trivial_destructor() returns false for reference types.)Paolo Carlini2-5/+10
2008-07-17re PR c++/13699 (Extern "C" routine in different namespaces accepted with dif...Dodji Seketeli2-0/+84
2008-07-15re PR objc++/36723 (massive obj-c++ failures at rev.137407)Jason Merrill2-2/+7
2008-07-11c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor2-175/+25
2008-07-11re PR c++/13101 (incorrect warning on initialized extern const function pointer)Dodji Seketeli2-15/+23
2008-07-11re PR c++/31754 (Improve column number accuracy in error messages)Dodji Seketeli3-38/+88
2008-07-11re PR c++/31754 (Improve column number accuracy in error messages)Dodji Seketeli5-259/+503
2008-07-09re PR c++/36760 (Simple std::bind use causes warnings with -Wextra)Paolo Carlini2-8/+6
2008-07-09re PR c++/36760 (Simple std::bind use causes warnings with -Wextra)Paolo Carlini2-0/+7
2008-07-09invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=...Raksit Ashok2-0/+8
2008-07-08re PR c++/34963 (ICE completely broken destructor)Simon Martin2-1/+11
2008-07-03re PR c++/36128 (ICE with invalid argument for builtin)Richard Guenther3-7/+14
2008-07-03tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.Jason Merrill2-1/+3
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill14-265/+892
2008-07-01c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz2-2/+18
2008-07-01decl.c (finish_constructor_body): Don't set the return value of the construct...Andrew Haley2-1/+7
2008-06-30Fix up a misplaced ChangeLog entry.Jakub Jelinek1-0/+7
2008-06-30re PR c++/36662 (vector vs template)Jakub Jelinek1-1/+10
2008-06-29re PR c++/36655 (unjustified warning for "extern template" when using -pedant...Paolo Carlini2-2/+17
2008-06-29optabs.c (libfunc_decl_hash, [...]): Fix -Wcast-qual warnings.Kaveh R. Ghazi2-1/+5
2008-06-28re PR c++/36364 (Problem with -frepo)Jakub Jelinek2-3/+13
2008-06-27re PR c++/36655 (unjustified warning for "extern template" when using -pedant...Paolo Carlini2-2/+8
2008-06-24re PR c++/23194 (Unhelpful diagnostic for incorrect pointer-to-member functio...Jonathan Wakely2-2/+8