aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-01-12re PR c++/31488 (va_list considered non-POD)Jason Merrill2-1/+8
2009-01-12re PR c/32041 (offsetof buglet)Jakub Jelinek2-4/+14
2009-01-12re PR c++/38794 (Function body accepted in typedef)Jakub Jelinek2-2/+13
2009-01-11re PR c++/36254 (wrong "control reaches end of non-void function" warning wit...Jakub Jelinek2-7/+17
2009-01-10re PR c++/38648 (ICE with string literal)Andrew Pinski2-1/+4
2009-01-10re PR c++/36695 (Value-initialization of reference type is allowed.)Andrew Pinski2-0/+12
2009-01-09* typeck.c (cp_build_unary_op): Check for ERROR_MARK.Steve Ellcey2-1/+5
2009-01-09re PR c++/35335 (Broken diagnostic: 'expr_stmt' not supported by dump_expr)Jakub Jelinek2-1/+7
2009-01-09re PR c++/37877 (Invalid "invalid use of static" error)John F. Carr2-0/+14
2009-01-08re PR c++/38725 (ICE with goto)Jakub Jelinek2-1/+12
2009-01-07re PR c++/35297 (Compiling error with variadic template with fixed parameter ...Jason Merrill2-72/+152
2009-01-05re PR c++/38698 (ICE initializing union with initializer list)Jason Merrill3-5/+16
2009-01-05re PR c++/38472 (Wrong result type of ternary operator)Dodji Seketeli2-1/+6
2009-01-05re PR c++/38701 (ICE with defaulted function)Jason Merrill1-1/+1
2009-01-05re PR c++/38701 (ICE with defaulted function)Jason Merrill3-2/+16
2009-01-02re PR c++/38698 (ICE initializing union with initializer list)Jason Merrill2-2/+24
2008-12-31re PR c++/38647 (ICE using __FUNCTION__ as template parameter)Jakub Jelinek2-9/+37
2008-12-31re PR c++/38640 (ICE with decltype of template value parameter)Jakub Jelinek2-0/+6
2008-12-29re PR c++/38635 (ICE parsing broken code)Jakub Jelinek2-1/+5
2008-12-29re PR c++/38637 (ICE with template declaration of enum)Jakub Jelinek2-0/+8
2008-12-28re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek2-13/+42
2008-12-27re PR c++/38639 (ICE with invalid use of auto in parallel for-loop)Jakub Jelinek2-4/+7
2008-12-21revert accidental checkinJason Merrill1-4/+4
2008-12-21re PR c++/38597 ([c++0x] ICE when auto return type function given as argument...Jason Merrill3-4/+10
2008-12-20re PR c++/36921 (warning "comparison does not have mathematical meaning" is n...Jakub Jelinek1-0/+8
2008-12-19re PR c++/38577 (ICE: tree check: expected call_expr, have compound_expr in b...Jakub Jelinek2-0/+17
2008-12-18re PR c++/38427 (crash for reference init code)Jakub Jelinek2-9/+22
2008-12-18re PR c++/38485 (GCC can't parse a parenthesized comma in a template-id withi...Jason Merrill2-0/+7
2008-12-17semantics.c (describable_type): New function.Jason Merrill8-6/+140
2008-12-10re PR c++/35319 (ICE throwing fixed-point types)Jason Merrill2-0/+61
2008-12-10re PR c++/37971 (Rejects default argument that is a template via access fail...Mark Mitchell4-30/+61
2008-12-08* decl2.c (mark_used): Remove assemble_external call.Steve Ellcey2-2/+4
2008-12-08re PR debug/38390 (Missing DW_TAG_imported_module)Dodji Seketeli2-1/+8
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson3-5/+12
2008-12-05re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)Jakub Jelinek2-0/+6
2008-12-05Fix dates.Eric Botcazou1-1/+1
2008-12-05re PR bootstrap/38262 (GCC components unnecessarily link with shared gmp/mpfr)Jakub Jelinek1-0/+6
2008-12-05re PR bootstrap/38262 (GCC components unnecessarily link with shared gmp/mpfr)Sebastian Pop1-2/+2
2008-12-04re PR c++/37906 (has_trivial_default_constructor vs. deleted copy ctor)Jason Merrill3-4/+15
2008-12-04re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther2-0/+10
2008-12-03re PR c++/38232 ("value-initialization of reference" warning too strict)Jason Merrill2-41/+36
2008-12-03re PR c++/38256 (ICE with "operator auto")Jason Merrill3-6/+16
2008-12-03re PR c++/38380 (explicitly defaulted constructors vs. empty direct initializ...Jason Merrill3-9/+9
2008-12-02PR c++/35782, c++/37860Jason Merrill4-20/+62
2008-12-01re PR c++/38257 (ICE with auto and #pragma omp parallel)Jakub Jelinek3-4/+37
2008-11-28re PR c++/38233 ('map' value type + new uninitted const member warnings cause...Jason Merrill4-68/+36
2008-11-28re PR c++/38278 (C++ namespace collision)Jason Merrill2-4/+9
2008-11-25re PR c++/28743 (ICE with invalid specialization)Jason Merrill2-3/+14
2008-11-20re PR c++/28513 (QOI: Diagnostic missing since 3.3.x when naming rule is viol...Jason Merrill2-0/+6
2008-11-20re PR c++/37540 (ICE on __decltype of method call in function template)Jason Merrill2-6/+20