aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2008-07-31re PR c++/36405 (ICE with typeid of member function)Jakub Jelinek1-0/+6
2008-07-31re PR middle-end/36633 (warning "array subscript is below array bounds" on de...Jason Merrill1-0/+4
2008-07-31re PR c++/11309 (Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3...Jason Merrill1-0/+11
2008-07-30re PR c++/36767 (Segmentation fault with -fprofile-arcs -O2)Dodji Seketeli1-0/+8
2008-07-30re PR c/34389 (-Wconversion produces wrong warning)Manuel López-Ibáñez1-0/+6
2008-07-29re PR c++/36852 (Two dimensional array in template method argument list incor...Jakub Jelinek1-0/+6
2008-07-29optimize.c (maybe_clone_body): Remove DECL_INLINE.Jan Hubicka1-0/+12
2008-07-29re PR c/34985 (Warning "defined but not used" despite __attribute__((__used__)))Manuel López-Ibáñez1-0/+5
2008-07-28re PR c++/36943 ([c++0x] Use of nested C++0x initializer list for non-aggrega...Jason Merrill1-0/+5
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-0/+140
2008-07-27re PR c++/36944 (Revision 138123 breaks constructors with default arguments)H.J. Lu1-0/+6
2008-07-27decl.c (push_library_fn): Add a parameter for the exceptions that the functio...Paolo Carlini1-0/+14
2008-07-25Fix changelog entry of my earlier commit.Jan Hubicka1-3/+3
2008-07-25typeck.c (inline_conversion): Remove.Jan Hubicka1-0/+17
2008-07-25class.c (type_has_user_provided_default_constructor): Handle templates.Jason Merrill1-0/+8
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-0/+7
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-0/+31
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-0/+12
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-0/+15
2008-07-21re PR c++/36871 (__has_nothrow_copy(T) false for T with a template ctor)Paolo Carlini1-0/+7
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 Espindola1-0/+13
2008-07-21re PR c++/36870 (__has_nothrow_constructor violates the ODR)Paolo Carlini1-0/+7
2008-07-18re PR c++/36407 (ICE with conversion and -fpermissive)Dodji Seketeli1-0/+6
2008-07-18c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.Kris Van Hees1-10/+16
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-0/+20
2008-07-17decl2.c (determine_visibility): Allow target to override visibility of class ...Julian Brown1-0/+6
2008-07-17re PR c++/36855 (__has_trivial_destructor() returns false for reference types.)Paolo Carlini1-4/+9
2008-07-17re PR c++/13699 (Extern "C" routine in different namespaces accepted with dif...Dodji Seketeli1-0/+8
2008-07-15re PR objc++/36723 (massive obj-c++ failures at rev.137407)Jason Merrill1-0/+4
2008-07-11c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor1-0/+8
2008-07-11re PR c++/13101 (incorrect warning on initialized extern const function pointer)Dodji Seketeli1-2/+10
2008-07-11re PR c++/31754 (Improve column number accuracy in error messages)Dodji Seketeli1-1/+16
2008-07-11re PR c++/31754 (Improve column number accuracy in error messages)Dodji Seketeli1-0/+34
2008-07-09re PR c++/36760 (Simple std::bind use causes warnings with -Wextra)Paolo Carlini1-0/+6
2008-07-09re PR c++/36760 (Simple std::bind use causes warnings with -Wextra)Paolo Carlini1-0/+6
2008-07-09invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=...Raksit Ashok1-0/+5
2008-07-08re PR c++/34963 (ICE completely broken destructor)Simon Martin1-0/+6
2008-07-03re PR c++/36128 (ICE with invalid argument for builtin)Richard Guenther1-0/+7
2008-07-03tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.Jason Merrill1-0/+2
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-0/+70
2008-07-01c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz1-0/+5
2008-07-01decl.c (finish_constructor_body): Don't set the return value of the construct...Andrew Haley1-0/+5
2008-06-30Fix up a misplaced ChangeLog entry.Jakub Jelinek1-0/+7
2008-06-29re PR c++/36655 (unjustified warning for "extern template" when using -pedant...Paolo Carlini1-0/+6
2008-06-29optabs.c (libfunc_decl_hash, [...]): Fix -Wcast-qual warnings.Kaveh R. Ghazi1-0/+4
2008-06-28re PR c++/36364 (Problem with -frepo)Jakub Jelinek1-0/+7
2008-06-27re PR c++/36655 (unjustified warning for "extern template" when using -pedant...Paolo Carlini1-0/+6
2008-06-24re PR c++/23194 (Unhelpful diagnostic for incorrect pointer-to-member functio...Jonathan Wakely1-0/+6
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-0/+32