Age | Commit message (Expand) | Author | Files | Lines |
2003-08-04 | * gcc.dg/cpp/separate-1.c: New test. | Alexandre Oliva | 2 | -0/+16 |
2003-08-04 | config.in: Remove HAVE_LSTAT. | Neil Booth | 4 | -5/+7 |
2003-08-04 | re PR c++/11713 (declaration conflicts) | Mark Mitchell | 2 | -0/+48 |
2003-08-04 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-03 | opts.c (decode_options): Do language-specific initialization for the global d... | Gabriel Dos Reis | 5 | -0/+36 |
2003-08-03 | pretty-print.h: Adjust macro definitions. | Gabriel Dos Reis | 3 | -50/+52 |
2003-08-03 | builtins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section. | Kaveh R. Ghazi | 2 | -6/+11 |
2003-08-03 | re PR c++/11704 (ICE in type_dependent_expression_p with wrong method call in... | Nathan Sidwell | 4 | -0/+45 |
2003-08-03 | re PR c++/11766 (ICE in comp_ptr_ttypes_real) | Nathan Sidwell | 3 | -1/+39 |
2003-08-03 | *** empty log message *** | Neil Booth | 1 | -0/+3 |
2003-08-03 | * cppexp.c (parse_defined): Warn only if -pedantic. | Neil Booth | 2 | -1/+5 |
2003-08-03 | re PR c++/9453 (ICE in is_specialization_of, at cp/pt.c:860) | Kriang Lerdsuwanakij | 2 | -0/+24 |
2003-08-03 | cppfiles.c (stack_file): Use file path. | Neil Booth | 4 | -2/+10 |
2003-08-03 | builtin-types.def (BT_SSIZE): New primitive type. | Roger Sayle | 6 | -73/+52 |
2003-08-03 | linux.h (SUBTARGET_LINK_SPEC): Don't set rpath. | Kaz Kojima | 2 | -8/+16 |
2003-08-03 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-02 | builtins-1.c: Add macro helpers. | Kaveh R. Ghazi | 6 | -184/+191 |
2003-08-02 | re PR c++/9447 (using Base<T>::member does not work) | Nathan Sidwell | 9 | -32/+80 |
2003-08-02 | cppfiles.c (struct _cpp_file): Rename once_only_next to next_file. | Neil Booth | 9 | -60/+107 |
2003-08-02 | cppfiles.c (ENOTDIR): Remove. | Neil Booth | 2 | -86/+98 |
2003-08-02 | cp-tree.h (pushclass): Remove unneeded parameter. | Nathan Sidwell | 5 | -43/+35 |
2003-08-02 | libgcov.c (gcov_exit): Cleanup and fix. | Zdenek Dvorak | 3 | -81/+114 |
2003-08-02 | * builtins.def: Categorize. | Kaveh R. Ghazi | 2 | -92/+101 |
2003-08-02 | builtins.def (BUILT_IN_CABS, [...]): Mind fp rounding. | Kaveh R. Ghazi | 2 | -4/+10 |
2003-08-02 | 003-08-02 Andreas Tobler <a.tobler@schweiz.ch> | Andreas Tobler | 2 | -0/+8 |
2003-08-02 | typeck2.c (add_exception_specifier): Use 'bool' where appropriate. | Nathanael Nerode | 2 | -6/+10 |
2003-08-02 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-02 | cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedg... | Jakub Jelinek | 4 | -8/+50 |
2003-08-01 | fixfixes.c, [...]: ANSIfy function prototypes and defintions. | Nathanael Nerode | 9 | -162/+85 |
2003-08-01 | * ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *. | Rainer Orth | 2 | -1/+5 |
2003-08-01 | inclhack.def (broken_cabs): Make matching more generous. | Nathanael Nerode | 3 | -7/+12 |
2003-08-01 | except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to... | Richard Kenner | 2 | -3/+8 |
2003-08-01 | sourcebuild.texi (Front End Directory): Don't make references to libsubdir, i... | Geoffrey Keating | 6 | -37/+53 |
2003-08-01 | system.h: Poison ASM_SIMPLIFY_DWARF_ADDR. | Richard Henderson | 5 | -11/+39 |
2003-08-01 | re PR c++/11697 (Failure to diagnose class template redeclaration via using d... | Mark Mitchell | 7 | -7/+77 |
2003-08-01 | c-decl.c (gettags, [...]): Delete. | Zack Weinberg | 4 | -288/+286 |
2003-08-01 | * builtins.def: Resort builtins. | Kaveh R. Ghazi | 2 | -8/+12 |
2003-08-01 | builtins.def (DEF_GCC_BUILTIN, [...]): Prepend "__builtin_" onto NAME with st... | Kaveh R. Ghazi | 2 | -911/+196 |
2003-08-01 | builtins.def (ATTR_MATHFN_ERRNO, [...]): New macros. | Kaveh R. Ghazi | 2 | -96/+59 |
2003-08-01 | Fix whitespace in last entry. | Ulrich Weigand | 1 | -1/+1 |
2003-08-01 | s390.c (s390_select_ccmode): Do not attempt to use CCL, CCL1, or CCL2 modes w... | Andreas Krebbel | 3 | -4/+171 |
2003-08-01 | re PR c++/7983 (ICE for friend declaration using typedef in class template) | Kriang Lerdsuwanakij | 2 | -0/+17 |
2003-08-01 | PR c++/8442, c++/8806 | Kriang Lerdsuwanakij | 18 | -171/+210 |
2003-08-01 | parser.c (cp_parser_init_declarator, [...]): Reformat. | Nathan Sidwell | 3 | -21/+18 |
2003-08-01 | Makefile.in: Refine dependencies. | Neil Booth | 8 | -43/+59 |
2003-08-01 | re PR c++/11295 (ICE when using a non-trivial object in a compound statement ... | Nathan Sidwell | 9 | -99/+322 |
2003-08-01 | typeck.c (build_compound_expr): If RHS is a TARGET_EXPR, put the compound exp... | Nathan Sidwell | 4 | -0/+66 |
2003-08-01 | re PR c++/11525 (ICE/segfault on C++ code) | Nathan Sidwell | 4 | -5/+47 |
2003-08-01 | config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le. | SUGIOKA Toshinobu | 2 | -1/+6 |
2003-08-01 | re PR c++/9447 (using Base<T>::member does not work) | Nathan Sidwell | 5 | -2/+31 |