aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2008-09-05re PR c++/37342 (same canonical type node for different types void (Asm::*)(s...Douglas Gregor2-0/+18
2008-09-05Convert ChangeLog files to UTF-8.Jakub Jelinek6-71/+71
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor2-1/+6
2008-09-03re PR c++/37348 (internal compiler error: tree check: expected var_decl, have...Jakub Jelinek2-1/+5
2008-09-03re PR c++/37189 (OpenMP task construct with implicit firstprivate variables I...Jakub Jelinek4-0/+43
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill8-23/+58
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez6-25/+47
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez5-4/+15
2008-08-31Implement late-specified return type using 'auto'.Jason Merrill5-3/+73
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner4-5/+66
2008-08-30re PR c++/37288 (ICE using auto as function return type or parameter)Jason Merrill2-1/+6
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill7-19/+194
2008-08-29mangle.c (write_type): Add target-specific manglings for non-fundamental type...Mark Mitchell2-0/+13
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek2-2/+10
2008-08-29cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka2-0/+5
2008-08-28re PR c++/37260 (infinite loop in init)Paolo Carlini2-0/+8
2008-08-27re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez2-1/+18
2008-08-27cp-tree.h: Fix #error directive.Manuel López-Ibáñez2-2/+6
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor10-150/+477
2008-08-26rtlanal.c: Fix uses of "it's" with "its" where appropriate.Ben Elliston2-5/+5
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez8-44/+53
2008-08-20re PR c++/35158 (g++ does not compile valid C++ for loops with -fopenmp)Manuel López-Ibáñez2-13/+41
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez12-39/+55
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