summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka2008-08-292-0/+5
* re PR c++/37260 (infinite loop in init)Paolo Carlini2008-08-282-0/+8
* re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez2008-08-272-1/+18
* cp-tree.h: Fix #error directive.Manuel López-Ibáñez2008-08-272-2/+6
* c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor2008-08-2610-150/+477
* rtlanal.c: Fix uses of "it's" with "its" where appropriate.Ben Elliston2008-08-262-5/+5
* diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez2008-08-218-44/+53
* re PR c++/35158 (g++ does not compile valid C++ for loops with -fopenmp)Manuel López-Ibáñez2008-08-202-13/+41
* diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez2008-08-2012-39/+55
* re PR debug/37156 (Hang with -g -O2 (or higher) (discovered with malloc.c in...Jakub Jelinek2008-08-192-1/+8
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-182-2/+6
* diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez2008-08-1815-116/+133
* re PR c++/34485 (ICE with undefined type in template parameter)Paolo Carlini2008-08-144-9/+22
* re PR c++/34600 (ICE with invalid use of extern)Paolo Carlini2008-08-142-1/+10
* re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...Manuel López-Ibáñez2008-08-132-1/+8
* re PR c++/37087 (Segfault on compiling template defined in wrong namespace.)Paolo Carlini2008-08-122-4/+17
* Fix my email address.Volker Reichelt2008-08-121-2/+2
* re PR c++/12242 (g++ should warn about out-of-range int->enum conversions)Manuel López-Ibáñez2008-08-092-10/+31
* re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez2008-08-089-83/+128
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2008-08-082-5/+11
* re PR c++/35985 (ICE with pointer to member function as base)Volker Reichelt2008-08-082-4/+7
* semantics.c (finish_decltype_type): Initialize type.H.J. Lu2008-08-072-465/+469
* semantics.c (finish_decltype_type): Handle calls to function pointers and ref...Douglas Gregor2008-08-072-7/+24
* re PR c++/36460 (No space between >'s not always handled in C++0x)Douglas Gregor2008-08-062-4/+15
* re PR c++/26785 ("extra qualification" error gives line number of end of decl...Manuel López-Ibáñez2008-08-062-2/+8
* re PR c++/8715 ('~' operator for unsigned char and conversion to bool)Manuel López-Ibáñez2008-08-062-108/+9
* re PR c++/37016 (member function pointer failure with optimization)Jason Merrill2008-08-054-14/+18
* re PR c++/36963 (Bogus narrowing conversion error in initializer list with -s...Jason Merrill2008-08-042-2/+15
* re PR c++/37006 (explicitly deleted inline function gives warning "used but n...Jason Merrill2008-08-042-1/+9
* re PR c++/36999 (Erroneous "declaration 'class ...' does not declare anything...Simon Baldwin2008-08-042-1/+7
* re PR c++/36405 (ICE with typeid of member function)Jakub Jelinek2008-07-312-2/+10
* re PR middle-end/36633 (warning "array subscript is below array bounds" on de...Jason Merrill2008-07-312-18/+26
* re PR c++/11309 (Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3...Jason Merrill2008-07-315-41/+82
* re PR c++/36767 (Segmentation fault with -fprofile-arcs -O2)Dodji Seketeli2008-07-302-0/+53
* re PR c/34389 (-Wconversion produces wrong warning)Manuel López-Ibáñez2008-07-302-54/+8
* re PR c++/36852 (Two dimensional array in template method argument list incor...Jakub Jelinek2008-07-292-5/+12
* optimize.c (maybe_clone_body): Remove DECL_INLINE.Jan Hubicka2008-07-296-38/+16
* re PR c/34985 (Warning "defined but not used" despite __attribute__((__used__)))Manuel López-Ibáñez2008-07-292-0/+11
* re PR c++/36943 ([c++0x] Use of nested C++0x initializer list for non-aggrega...Jason Merrill2008-07-282-3/+13
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-2810-126/+318
* re PR c++/36944 (Revision 138123 breaks constructors with default arguments)H.J. Lu2008-07-272-5/+15
* decl.c (push_library_fn): Add a parameter for the exceptions that the functio...Paolo Carlini2008-07-274-24/+56
* Fix changelog entry of my earlier commit.Jan Hubicka2008-07-251-3/+3
* typeck.c (inline_conversion): Remove.Jan Hubicka2008-07-257-43/+48
* class.c (type_has_user_provided_default_constructor): Handle templates.Jason Merrill2008-07-252-1/+10
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-254-15/+11
* Implement defaulted/deleted functions as per N2346Jason Merrill2008-07-2412-40/+289
* re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez2008-07-239-76/+96
* objc-act.c: Fix comment typos.Ralf Wildenhues2008-07-2113-39/+54
* re PR c++/36871 (__has_nothrow_copy(T) false for T with a template ctor)Paolo Carlini2008-07-212-2/+21