aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2008-08-19re PR debug/37156 (Hang with -g -O2 (or higher) (discovered with malloc.c in...Jakub Jelinek2-1/+8
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2-2/+6
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez15-116/+133
2008-08-14re PR c++/34485 (ICE with undefined type in template parameter)Paolo Carlini4-9/+22
2008-08-14re PR c++/34600 (ICE with invalid use of extern)Paolo Carlini2-1/+10
2008-08-13re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...Manuel López-Ibáñez2-1/+8
2008-08-12re PR c++/37087 (Segfault on compiling template defined in wrong namespace.)Paolo Carlini2-4/+17
2008-08-12Fix my email address.Volker Reichelt1-2/+2
2008-08-09re PR c++/12242 (g++ should warn about out-of-range int->enum conversions)Manuel López-Ibáñez2-10/+31
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez9-83/+128
2008-08-08re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2-5/+11
2008-08-08re PR c++/35985 (ICE with pointer to member function as base)Volker Reichelt2-4/+7
2008-08-07semantics.c (finish_decltype_type): Initialize type.H.J. Lu2-465/+469
2008-08-07semantics.c (finish_decltype_type): Handle calls to function pointers and ref...Douglas Gregor2-7/+24
2008-08-06re PR c++/36460 (No space between >'s not always handled in C++0x)Douglas Gregor2-4/+15
2008-08-06re PR c++/26785 ("extra qualification" error gives line number of end of decl...Manuel López-Ibáñez2-2/+8
2008-08-06re PR c++/8715 ('~' operator for unsigned char and conversion to bool)Manuel López-Ibáñez2-108/+9
2008-08-05re PR c++/37016 (member function pointer failure with optimization)Jason Merrill4-14/+18
2008-08-04re PR c++/36963 (Bogus narrowing conversion error in initializer list with -s...Jason Merrill2-2/+15
2008-08-04re PR c++/37006 (explicitly deleted inline function gives warning "used but n...Jason Merrill2-1/+9
2008-08-04re PR c++/36999 (Erroneous "declaration 'class ...' does not declare anything...Simon Baldwin2-1/+7
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