Age | Commit message (Expand) | Author | Files | Lines |
2003-01-01 | cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove. | Mark Mitchell | 1 | -30/+1 |
2002-12-31 | cp-tree.def (RETURN_INIT): Remove. | Mark Mitchell | 1 | -25/+16 |
2002-12-30 | parse.y: Remove. | Mark Mitchell | 1 | -3/+2 |
2002-12-30 | decl.c (grokdeclarator): Diagnost "extern thread" and "static thread" correctly. | Mark Mitchell | 1 | -5/+4 |
2002-12-30 | decl.c, [...]: GCC, not GNU CC. | Nathanael Nerode | 1 | -5/+5 |
2002-12-29 | Remove traditional C constructs 4/n. | Gabriel Dos Reis | 1 | -12/+6 |
2002-12-28 | Make-lang.in (po-generated): Remove parse.c. | Mark Mitchell | 1 | -261/+227 |
2002-12-24 | re PR c++/9053 (g++ confused about ambiguity of overloaded function templates) | Nathan Sidwell | 1 | -1/+5 |
2002-12-22 | cp-tree.h (make_unbound_class_template): Use tsubst_flags_t. | Kriang Lerdsuwanakij | 1 | -2/+2 |
2002-12-19 | Handle anonymous unions at the tree level. | Jason Merrill | 1 | -0/+4 |
2002-12-18 | decl.c (finish_function): Also complain about no return in templates. | Jason Merrill | 1 | -2/+1 |
2002-12-17 | c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the... | Jason Merrill | 1 | -0/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -5/+11 |
2002-12-10 | re PR c++/8153 (ICE with static const member in class) | Mark Mitchell | 1 | -2/+2 |
2002-12-03 | re PR c++/8688 (ICE with segfault on missing comma in initializer of 2D array.) | Mark Mitchell | 1 | -0/+8 |
2002-12-02 | DR 180 | Kriang Lerdsuwanakij | 1 | -12/+9 |
2002-12-01 | re PR c++/8332 (strlen/template interaction causes ICE) | Mark Mitchell | 1 | -1/+1 |
2002-12-01 | re PR c++/8227 (g++ 3.3: ctors not called in static array initialization) | Mark Mitchell | 1 | -26/+24 |
2002-11-27 | Index: cp/ChangeLog | Geoffrey Keating | 1 | -1/+13 |
2002-10-31 | re PR c++/8160 (ICE in build_modify_expr, at cp/typeck.c:5494: Array initiali... | Mark Mitchell | 1 | -0/+7 |
2002-10-30 | Core issue 287, PR c++/7639 | Kriang Lerdsuwanakij | 1 | -2/+10 |
2002-10-30 | re PR c++/8287 (GCC3.2: Destructor called for non-constructed local object) | Mark Mitchell | 1 | -8/+5 |
2002-10-26 | call.c (build_over_call): Use DECL_CONTEXT, not DECL_VIRTUAL_CONTEXT. | Mark Mitchell | 1 | -8/+3 |
2002-10-25 | re PR c++/7266 (pedantic segfaults on missing typename) | Zack Weinberg | 1 | -2/+3 |
2002-10-25 | class.c (build_vtbl_initializer): Don't use build_vtable_entry. | Mark Mitchell | 1 | -3/+6 |
2002-10-24 | re PR c++/8067 (g++ 3.2 internal error: Segmentation fault) | Mark Mitchell | 1 | -0/+6 |
2002-10-21 | decl.c (reshape_init): Tweak handling of character arrays. | Mark Mitchell | 1 | -1/+1 |
2002-10-19 | c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex... | Zack Weinberg | 1 | -1/+1 |
2002-10-15 | decl.c (reshape_init): Fix typo. | Mark Mitchell | 1 | -1/+1 |
2002-10-15 | decl.c (layout_var_decl): Call layout_decl even for variables whose type is a... | Mark Mitchell | 1 | -1/+5 |
2002-10-11 | re PR c++/5661 (Gcc 3.0.3 Seg faults compiling bad code) | Mark Mitchell | 1 | -13/+8 |
2002-10-11 | PRs C++/6803, C++/7721 and C++/7803 | Gabriel Dos Reis | 1 | -0/+9 |
2002-10-11 | NEWS: Document removal of "new X = ..." extension. | Mark Mitchell | 1 | -119/+317 |
2002-10-11 | decl.c (typename_hash): Use htab_hash_pointer. | Kaveh R. Ghazi | 1 | -2/+2 |
2002-10-10 | Fix C++ FE attribute alias failure. | Jim Wilson | 1 | -1/+0 |
2002-10-09 | c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'. | Zack Weinberg | 1 | -17/+2 |
2002-10-02 | re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95) | Roger Sayle | 1 | -0/+6 |
2002-10-02 | decl.c (walk_vtables_r): Fixed typo that caused result to never get a nonzero... | Matt Austern | 1 | -1/+1 |
2002-10-02 | decl.c (cp_finish_decl): Make sure array types are laid out, even if the arra... | Mark Mitchell | 1 | -0/+6 |
2002-10-01 | decl.c (cp_finish_decl): Correct check for dynamic initialization of thread-l... | Mark Mitchell | 1 | -0/+7 |
2002-09-30 | store-layout.c (finish_record_layout): Add free_p parameter. | Mark Mitchell | 1 | -73/+61 |
2002-09-29 | cp-tree.h: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -23/+23 |
2002-09-19 | cp-tree.h: New prototype for walk_vtabls(). | Devang Patel | 1 | -43/+78 |
2002-09-18 | decl.c (grokdeclarator): Use assert, not internal_error. | Nathan Sidwell | 1 | -17/+9 |
2002-09-13 | decl.c: Fix comment formatting. | Kazu Hirata | 1 | -73/+73 |
2002-09-04 | decl.c (start_cleanup_fn): Clear interface_only before start_function, restor... | Jakub Jelinek | 1 | -0/+3 |
2002-08-13 | decl.c (pushdecl_class_level): Honor requests to bind names to OVERLOADs. | Mark Mitchell | 1 | -8/+9 |
2002-08-11 | decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE... | Gabriel Dos Reis | 1 | -8/+4 |
2002-08-09 | call.c (standard_conversion): Use build_ptrmem_type. | Mark Mitchell | 1 | -58/+72 |