Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-08-01 | builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE' throughout. | Kaveh R. Ghazi | 3 | -37/+46 |
2003-07-31 | tweak | Jason Merrill | 1 | -1/+1 |
2003-07-31 | Makefile.in (bubblestrap): Don't require a previous full bootstrap. | Jason Merrill | 5 | -32/+72 |
2003-08-01 | fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and pow(x,c)*x as p... | Roger Sayle | 5 | -32/+177 |
2003-08-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-07-31 | Makefile.tpl (libsubdir): Use gcc instead of gcc-lib. | Geoffrey Keating | 4 | -36/+101 |
2003-07-31 | inclhack.def (stdio_va_list): Avoid bogus replacement which triggers on Interix. | Nathanael Nerode | 3 | -2/+10 |
2003-08-01 | i386.c (legitimate_pic_address_disp_p): Disallow TLS SYMBOL_REFs not inside U... | Jakub Jelinek | 4 | -9/+39 |
2003-07-31 | * dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): Fix error. | Richard Kenner | 1 | -10/+6 |
2003-07-31 | * dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case. | Richard Kenner | 2 | -0/+24 |
2003-07-31 | opts.c (in_fnames, [...]): Moved here from c-opts. | Per Bothner | 10 | -26/+44 |
2003-07-31 | combine.c (try_combine): Set JUMP_LABEL for newly created unconditional jump. | Zdenek Dvorak | 2 | -0/+6 |