aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2008-10-01re PR c++/37683 (Revision 140780 caused g++.dg/warn/Wparentheses-3.C)H.J. Lu2-0/+7
2008-09-30re PR c++/37555 (ICE with invalid typedef)Simon Martin2-1/+10
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini3-3/+28
2008-09-25re PR c++/37649 (ICE with invalid template class)Paolo Carlini2-0/+9
2008-09-24c-common.c (fname_decl): New location argument.Aldy Hernandez2-1/+5
2008-09-23re PR c++/37533 (ICE with parallel for loop)Jakub Jelinek2-2/+12
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez9-63/+135
2008-09-17re PR c++/22374 (C++ front-end produces mis-match types in MODIFY_EXPR (dynam...Richard Guenther2-1/+9
2008-09-17re PR c++/37450 (C++ FE times out on duplicated parameter)H.J. Lu2-2/+9
2008-09-17re PR c++/37558 (rev 140120 changes the accessibility of a friend decl.)Jason Merrill2-1/+7
2008-09-17re PR c++/37552 (ICE with invalid array access)Jakub Jelinek2-2/+8
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka2-0/+6
2008-09-17re PR c++/37531 (ICE with invalid array initialization)Jakub Jelinek2-0/+7
2008-09-17re PR c++/37532 (ICE with decimal floating point data types)Jakub Jelinek2-1/+8
2008-09-15crash16.C: Function name is the correct location for an error regarding a fun...Aldy Hernandez5-8/+42
2008-09-13re PR middle-end/37500 (libstdc++ failed to compile at -O0)Jan Hubicka2-0/+6
2008-09-10re PR c++/37417 (error: type mismatch in binary expression, verify_gimple fai...Jakub Jelinek2-1/+7
2008-09-09re PR c++/37439 (ICE using auto return-type in template function)Jason Merrill2-1/+7
2008-09-09re PR c++/37389 (expected integer_cst, have error_mark in build_enumerator)Jakub Jelinek2-13/+22
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini4-15/+6
2008-09-08re PR c++/37302 (function parameters are declared too late)Jason Merrill8-76/+197
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