Age | Commit message (Expand) | Author | Files | Lines |
2001-11-20 | configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define. | Geoffrey Keating | 7 | -41/+185 |
2001-11-20 | re PR c++/3637 (Internal compiler error in finish_member_declaration) | Mark Mitchell | 3 | -24/+83 |
2001-11-20 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2001-11-20 | * config.gcc (*-*-freebsd*): Remove configuration block. | Loren J. Rittle | 2 | -9/+4 |
2001-11-20 | configure.in: Setup ability to run ./stage[1234]/xgcc in fixinc *as if* it we... | Loren J. Rittle | 3 | -2/+9 |
2001-11-20 | * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again). | Loren J. Rittle | 2 | -4/+4 |
2001-11-20 | re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu... | Mark Mitchell | 5 | -6/+217 |
2001-11-20 | * Make-lang.in: Complete ``Build g77.1 in $(srcdir)''. | Loren J. Rittle | 2 | -1/+5 |
2001-11-20 | * 1750a.md: Don't use hex format for a const_int. | Kaveh R. Ghazi | 2 | -2/+6 |
2001-11-20 | * expmed.c (extract_bit_field): Don't create invalid SUBREGs. | Geoffrey Keating | 2 | -8/+17 |
2001-11-20 | Index: f/ChangeLog | Geoffrey Keating | 5 | -3/+29 |
2001-11-20 | cpp.exp: For testing on a remote host, copy across all the headers. | Geoffrey Keating | 6 | -4/+37 |
2001-11-20 | * gcc.c-dg/altivec.c: New. | Aldy Hernandez | 2 | -0/+86 |
2001-11-19 | mkconfig.sh: Undefine ENABLE_NLS if GENERATOR_FILE is defined (prevents link ... | Zack Weinberg | 2 | -0/+12 |
2001-11-19 | cvsignore: Ignore g77.1 | Toon Moene | 4 | -106/+114 |
2001-11-19 | read-rtl.c (ISDIGIT, ISSPACE): Make sure we have these. | DJ Delorie | 3 | -4/+42 |
2001-11-19 | * doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table. | Jakub Jelinek | 2 | -1/+5 |
2001-11-19 | toplev.c (DUMPFILE_FORMAT): Define default. | Douglas B Rupp | 4 | -6/+28 |
2001-11-19 | gcse.c (cprop_jump): Clear JUMP_LABEL field when we create a nop-jump. | Jeff Law | 2 | -2/+10 |
2001-11-19 | cppmacro.c (_cpp_backup_tokens): Revert previous check-in. | Neil Booth | 3 | -2/+13 |
2001-11-19 | * Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM. | Jason Wilkins | 2 | -1/+5 |
2001-11-19 | Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include since it i... | Laurent Guerby | 2 | -1/+6 |
2001-11-19 | tree.def (VIEW_CONVERT_EXPR): New tree code. | Richard Kenner | 8 | -37/+160 |
2001-11-19 | unix.h (ASM_FILE_START): Const-ify. | Kaveh R. Ghazi | 10 | -13/+25 |
2001-11-19 | gcse.c (try_replace_reg): Copy RTX before creating note. | Jan Hubicka | 7 | -130/+152 |
2001-11-19 | fragments.texi, [...]: Remove links to old installation chapter. | Joseph Myers | 4 | -7/+14 |
2001-11-19 | xm-vms.h: Don't define macros that autoconf handles. | Douglas B Rupp | 3 | -19/+14 |
2001-11-19 | cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n... | Jason Merrill | 8 | -35/+20 |
2001-11-19 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2001-11-19 | mmix.c (mmix_cc1_ignored_option): Const-ify. | Kaveh R. Ghazi | 3 | -9/+23 |
2001-11-19 | re PR bootstrap/4448 (make bootstrap failed: gthr-win32.h erroneous) | Craig Rodrigues | 2 | -1/+8 |
2001-11-19 | re PR java/1401 (+= semantics not correct (when generating bytecode)) | Tom Tromey | 2 | -1/+68 |
2001-11-18 | re PR bootstrap/4020 (Shell script syntax errors in gcc make files) | Craig Rodrigues | 3 | -3/+9 |
2001-11-18 | expr.c (expand_expr, [...]): Update alignment of DECL_RTL after re-laying out... | Richard Kenner | 2 | -1/+8 |
2001-11-18 | Make-lang.in: Remove all references to LANGUAGES and the stamp files that dep... | Toon Moene | 2 | -107/+43 |
2001-11-18 | install-old.texi: Move some sections out to ... | Joseph Myers | 7 | -167/+190 |
2001-11-18 | tree.h (TYPE_ALIGN_OK): New flag. | Richard Kenner | 4 | -20/+46 |
2001-11-18 | * sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL. | Richard Kenner | 2 | -3/+7 |
2001-11-18 | c-decl.c (c_decode_option): Give deprecation warning for -traditional. | Joseph Myers | 8 | -3/+20 |
2001-11-18 | alpha.c (alpha_start_function, VMS): Cast shift arg to HOST_WIDE_INT, not long. | Douglas B Rupp | 2 | -1/+4 |
2001-11-18 | * config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define. | Douglas B Rupp | 2 | -7/+8 |
2001-11-18 | cygwin.h: Strip leading '*' from name, if any. | Egor Duda | 2 | -0/+5 |
2001-11-18 | * Makefile.in: Update. | Neil Booth | 1 | -3/+3 |
2001-11-18 | Makefile.in (c-parse.o, c-common.o): Update dependencies. | Neil Booth | 17 | -101/+149 |
2001-11-18 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2001-11-18 | decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE when displayi... | Kriang Lerdsuwanakij | 3 | -2/+20 |
2001-11-18 | mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E... | Kriang Lerdsuwanakij | 5 | -5/+73 |
2001-11-17 | t-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm. | Douglas B Rupp | 4 | -23/+59 |
2001-11-18 | c-common.c (struct disabled_builtin, [...]): New. | Joseph Myers | 8 | -3/+129 |
2001-11-18 | re PR target/4606 (config.gcc refers to non-existant va-clipper.h) | Craig Rodrigues | 2 | -1/+5 |