Age | Commit message (Expand) | Author | Files | Lines |
2008-12-19 | re PR c++/38577 (ICE: tree check: expected call_expr, have compound_expr in b... | Jakub Jelinek | 1 | -0/+11 |
2008-12-10 | re PR c++/37971 (Rejects default argument that is a template via access fail... | Mark Mitchell | 1 | -5/+17 |
2008-12-02 | PR c++/35782, c++/37860 | Jason Merrill | 1 | -2/+18 |
2008-11-20 | re PR c++/37540 (ICE on __decltype of method call in function template) | Jason Merrill | 1 | -5/+11 |
2008-11-18 | re PR c++/37962 (ICE with (auto*) casts) | Jason Merrill | 1 | -2/+2 |
2008-11-14 | re PR c++/37740 ([C++0x] "foo f{...}" form compiles, but "new foo{...}" one d... | Jason Merrill | 1 | -1/+1 |
2008-09-23 | c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b... | Aldy Hernandez | 1 | -1/+1 |
2008-09-03 | re PR c++/37208 (C++0x deleted functions and SFINAE) | Jason Merrill | 1 | -0/+4 |
2008-09-03 | diagnostic.c (error_at): New. | Aldy Hernandez | 1 | -1/+1 |
2008-08-26 | c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat... | Douglas Gregor | 1 | -8/+10 |
2008-08-21 | diagnostic.c (pedwarn_at): Rename as pedwarn. | Manuel López-Ibáñez | 1 | -2/+2 |
2008-08-20 | diagnostic.c (inform): Add an explicit location_t parameter. | Manuel López-Ibáñez | 1 | -7/+7 |
2008-08-18 | diagnostics.c (permerror_at): Rename as permerror. | Manuel López-Ibáñez | 1 | -4/+4 |
2008-08-08 | re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul... | Manuel López-Ibáñez | 1 | -15/+17 |
2008-07-25 | typeck.c (inline_conversion): Remove. | Jan Hubicka | 1 | -2/+0 |
2008-07-24 | Implement defaulted/deleted functions as per N2346 | Jason Merrill | 1 | -2/+7 |
2008-07-23 | re PR c/35058 (-Werror= works only with some warnings) | Manuel López-Ibáñez | 1 | -3/+4 |
2008-07-21 | objc-act.c: Fix comment typos. | Ralf Wildenhues | 1 | -1/+1 |
2008-07-18 | re PR c++/36407 (ICE with conversion and -fpermissive) | Dodji Seketeli | 1 | -1/+3 |
2008-07-03 | re PR c++/36128 (ICE with invalid argument for builtin) | Richard Guenther | 1 | -0/+7 |
2008-07-02 | Implement WG21 N2672, Initializer List proposed wording | Jason Merrill | 1 | -64/+304 |
2008-06-21 | typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror. | Jonathan Wakely | 1 | -4/+4 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -1/+1 |
2008-05-27 | Fix c++/27975. | Michael Matz | 1 | -1/+2 |
2008-05-27 | re PR c++/35909 (ICE with bit-field and const references) | Alexandre Oliva | 1 | -1/+4 |
2008-05-12 | typeck2.c (digest_init): Use CONVERT_EXPR_P. | Tomas Bily | 1 | -3/+2 |
2008-04-17 | re PR c++/35773 (auto_ptr references don't convert) | Jason Merrill | 1 | -34/+32 |
2008-04-09 | call.c (build_op_delete_call): Fix quotation in warning message. | Volker Reichelt | 1 | -1/+1 |
2008-03-25 | typeck.c (composite_pointer_type_r): Add SFINAE support. | Douglas Gregor | 1 | -172/+259 |
2008-03-21 | cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P. | Paolo Carlini | 1 | -21/+21 |
2008-03-17 | re PR c++/35548 (g++ 4.3 miscompile this simple program) | Jason Merrill | 1 | -1/+2 |
2008-03-02 | re PR c++/24924 (front end and preprocessor pedantic_errors settings should a... | Manuel López-Ibáñez | 1 | -7/+7 |
2008-02-26 | re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start... | Manuel López-Ibáñez | 1 | -1/+0 |
2008-02-12 | re PR c++/34824 (ICE with explicit copy constructor) | Jason Merrill | 1 | -2/+13 |
2008-02-06 | re PR c++/35056 (ICE in copy_to_mode_reg, at explow.c:621) | Alexandre Oliva | 1 | -0/+2 |
2008-01-25 | re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474) | Jason Merrill | 1 | -13/+1 |
2008-01-25 | re PR c++/31780 (ICE with incompatible types for ?: with "complex type" conve... | Jason Merrill | 1 | -6/+21 |
2008-01-23 | re PR c++/33984 (bit-fields, references and overloads) | Jakub Jelinek | 1 | -7/+12 |
2007-12-20 | re PR c++/34111 (new overload resolution error) | Jason Merrill | 1 | -8/+1 |
2007-11-23 | re PR c++/5310 (Weird warnings about using (int)NULL) | Mark Mitchell | 1 | -1/+8 |
2007-11-13 | re PR c++/29225 (ICE in gimplify_expr, at gimplify.c:4513) | Jakub Jelinek | 1 | -1/+4 |
2007-11-07 | re PR c++/33501 (Copy constructor assumed to exist for undefined class) | Jakub Jelinek | 1 | -1/+2 |
2007-11-05 | Index... | Douglas Gregor | 1 | -2/+7 |
2007-10-27 | re PR c++/5247 (Memory eating infinite loop on default parameter in construct... | Jason Merrill | 1 | -0/+16 |
2007-10-23 | PR c++/25950 (DR 391) | Jason Merrill | 1 | -65/+35 |
2007-10-12 | re PR c++/26698 (g++ accepts const-incorrect code due to conversion function) | Simon Martin | 1 | -1/+15 |
2007-10-04 | re PR c++/20416 (Incorrect lifetime for temporary with static const reference) | Jason Merrill | 1 | -1/+5 |
2007-09-23 | re PR c++/15269 (__attribute__((deprecated)) broken with inline, ignored with... | Jason Merrill | 1 | -0/+5 |
2007-09-16 | re PR c++/32756 (wrong ambiguous overload error?) | Nathan Sidwell | 1 | -11/+15 |
2007-09-04 | re PR c++/31419 (template user defined conversion operator instantiated for c... | Jason Merrill | 1 | -1/+6 |