Age | Commit message (Expand) | Author | Files | Lines |
2003-11-02 | re PR c++/9810 (Using-declaration for template functions does not work) | Kriang Lerdsuwanakij | 2 | -1/+39 |
2003-11-01 | re PR c++/12796 (Wrong line number in error message) | Kriang Lerdsuwanakij | 2 | -0/+10 |
2003-10-26 | re PR c++/10371 (misleading error message for illegal member access) | Kriang Lerdsuwanakij | 2 | -1/+14 |
2003-10-24 | re PR c++/11076 (ICE with invalid base class) | Kriang Lerdsuwanakij | 3 | -2/+10 |
2003-10-24 | PR c++/12698, c++/12699, c++/12700, c++/12566 | Nathan Sidwell | 7 | -43/+184 |
2003-10-23 | re PR c++/12726 (ICE (segfault) on trivial code) | Jason Merrill | 2 | -2/+10 |
2003-10-22 | call.c: Fix comment formatting. | Kazu Hirata | 11 | -24/+37 |
2003-10-22 | re PR c++/11962 (ICE in type_dependent_expression on omitted second operand t... | Mark Mitchell | 3 | -3/+27 |
2003-10-21 | decl.c (cp_finish_decl): Remove clause intended for asm directives in struct ... | Robert Bowdidge | 2 | -10/+6 |
2003-10-21 | decl.c (start_decl): Exit if push_template_decl returns error_mark_node. | Kriang Lerdsuwanakij | 2 | -0/+7 |
2003-10-21 | ChangeLog: Fix typos. | Kazu Hirata | 16 | -36/+55 |
2003-10-20 | toplev.c (rest_of_compilation): Fix webizer pass ordering. | Jan Hubicka | 2 | -0/+7 |
2003-10-20 | Makefile.in (install-info): Simplify. | Mark Mitchell | 2 | -3/+5 |
2003-10-20 | class.c (layout_class_type): Set DECL_ARTIFICIAL on padding field. | Jason Merrill | 2 | -2/+8 |
2003-10-20 | PR c++/9781, c++/10583, c++/11862 | Kriang Lerdsuwanakij | 3 | -2/+15 |
2003-10-18 | re PR c++/12495 (ICE in cp/typeck.c:907) | Kriang Lerdsuwanakij | 2 | -8/+12 |
2003-10-17 | re PR c++/2513 (internal template template parameter causes ICE) | Kriang Lerdsuwanakij | 3 | -10/+33 |
2003-10-15 | problem that current decl duplication mechanizm > > /* If we didn't remap thi... | Jan Hubicka | 2 | -10/+20 |
2003-10-14 | re PR c++/11878 (ICE in cp_expr_size) | Jason Merrill | 3 | -2/+18 |
2003-10-14 | Breack out decl.c (3/n) | Gabriel Dos Reis | 6 | -841/+871 |
2003-10-14 | config.gcc, [...]: Replace uses of target_alias with target_noncanonical. | Nathanael Nerode | 2 | -2/+7 |
2003-10-14 | name-lookup.h (cxx_scope_find_binding_for_name): Don't export. | Gabriel Dos Reis | 5 | -1195/+1227 |
2003-10-13 | re PR c++/12370 (wrong code when adding friend) | Volker Reichelt | 1 | -0/+5 |
2003-10-13 | Fix thinko. | Gabriel Dos Reis | 1 | -2/+2 |
2003-10-13 | Break out decl.c (2/n) | Gabriel Dos Reis | 6 | -2330/+2393 |
2003-10-12 | c-common.c (c_common_truthvalue_conversion): Warn if the address of a non-wea... | Steven Bosscher | 2 | -14/+6 |
2003-10-09 | re PR middle-end/6392 (Problems with __restrict__ type qualifier (array)) | Jason Merrill | 2 | -54/+56 |
2003-10-09 | tweak whitespace | Jason Merrill | 1 | -2/+2 |
2003-10-09 | stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here. | Jason Merrill | 3 | -3/+22 |
2003-10-08 | cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS. | Giovanni Bajo | 3 | -4/+15 |
2003-10-08 | re PR c++/11097 (using template operator is broken) | Giovanni Bajo | 2 | -0/+8 |
2003-10-07 | re PR c++/10147 (Confusing error message for invalid template function argument) | Mark Mitchell | 6 | -9/+30 |
2003-10-06 | re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc) | Mark Mitchell | 2 | -4/+8 |
2003-10-03 | decl.c (struct cp_binding_level): Move to name-lookup.h | Gabriel Dos Reis | 4 | -151/+155 |
2003-10-03 | name-lookup.c (binding_entry_free): Nullify name and type fields. | Gabriel Dos Reis | 2 | -1/+7 |
2003-10-02 | re PR c++/12486 (Accepts IMHO invalid C++ code) | Mark Mitchell | 2 | -1/+12 |
2003-09-30 | * decl.c (duplicate_decls): Copy DECL_SAVED_INSNS too. | Richard Henderson | 2 | -1/+8 |
2003-09-30 | Convert to ISO C90 prototypes. | Kelley Cook | 3 | -2/+7 |
2003-09-30 | decl.c (pop_binding): Don't mess with nullifying binding->scope here. | Gabriel Dos Reis | 3 | -8/+33 |
2003-09-29 | re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki... | Jan Hubicka | 2 | -0/+7 |
2003-09-28 | stmt.c (expand_asm_operands): Take a location_t, instead of individual file a... | Richard Henderson | 2 | -2/+7 |
2003-09-28 | c-decl.c (finish_function): Convert definition to ISO C90. | Andreas Jaeger | 6 | -12/+22 |
2003-09-27 | name-lookup.h (get_global_value_if_present): New function. | Gabriel Dos Reis | 8 | -47/+61 |
2003-09-27 | Correct PR number. | Kriang Lerdsuwanakij | 1 | -1/+1 |
2003-09-27 | re PR c++/11415 (Error message with ::::) | Kriang Lerdsuwanakij | 2 | -0/+10 |
2003-09-27 | cp-tree.h, [...]: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and... | Gabriel Dos Reis | 6 | -108/+88 |
2003-09-26 | decl.c (pop_binding_level, [...]): Merge into leave_scope. | Gabriel Dos Reis | 2 | -65/+52 |
2003-09-25 | re PR c++/5655 (Member redeclared within its class definition with a differen... | Kriang Lerdsuwanakij | 2 | -2/+35 |
2003-09-23 | cp-tree.h (scope_kind): Add new enumerator. | Gabriel Dos Reis | 5 | -115/+146 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 12 | -34/+44 |