aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-11-20Add the part of the freebsd-ppc patch that was rejected by patch(1).David O'Brien1-1/+1
2001-11-20config.gcc: Add FreeBSD/PowerPC target.David O'Brien12-162/+203
2001-11-20unwind-dw2-fde.c (__deregister_frame_info_bases): Fix lossage in last change ...Graham Stott2-1/+6
2001-11-20parse.h (java_expand_switch): Remove old prototype.Roger Sayle2-1/+4
2001-11-20xm-vms.h (_POSIX_EXIT): Define.Douglas B Rupp2-9/+9
2001-11-20rs6000.c (rs6000_emit_eh_toc_restore): Remove ALIGN parm.David Edelsohn5-26/+214
2001-11-20* gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.Joseph Myers3-0/+1406
2001-11-20Treat XScale as ARMNick Clifton2-1/+6
2001-11-20* emit-rtl.c (get_mem_attrs): Fix typo.Richard Kenner2-1/+5
2001-11-20c-lang.c (finish_file): Backout 2001-11-16 changes...Jakub Jelinek2-23/+11
2001-11-20unwind-dw2-fde.c (__register_frame_info_bases, [...]): Don't register empty ....Jakub Jelinek2-2/+25
2001-11-20configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.Geoffrey Keating7-41/+185
2001-11-20re PR c++/3637 (Internal compiler error in finish_member_declaration)Mark Mitchell3-24/+83
2001-11-20Daily bump.GCC Administrator2-2/+2
2001-11-20* config.gcc (*-*-freebsd*): Remove configuration block.Loren J. Rittle2-9/+4
2001-11-20configure.in: Setup ability to run ./stage[1234]/xgcc in fixinc *as if* it we...Loren J. Rittle3-2/+9
2001-11-20* config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again).Loren J. Rittle2-4/+4
2001-11-20re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu...Mark Mitchell5-6/+217
2001-11-20* Make-lang.in: Complete ``Build g77.1 in $(srcdir)''.Loren J. Rittle2-1/+5
2001-11-20* 1750a.md: Don't use hex format for a const_int.Kaveh R. Ghazi2-2/+6
2001-11-20* expmed.c (extract_bit_field): Don't create invalid SUBREGs.Geoffrey Keating2-8/+17
2001-11-20Index: f/ChangeLogGeoffrey Keating5-3/+29
2001-11-20cpp.exp: For testing on a remote host, copy across all the headers.Geoffrey Keating6-4/+37
2001-11-20* gcc.c-dg/altivec.c: New.Aldy Hernandez2-0/+86
2001-11-19mkconfig.sh: Undefine ENABLE_NLS if GENERATOR_FILE is defined (prevents link ...Zack Weinberg2-0/+12
2001-11-19cvsignore: Ignore g77.1Toon Moene4-106/+114
2001-11-19read-rtl.c (ISDIGIT, ISSPACE): Make sure we have these.DJ Delorie3-4/+42
2001-11-19* doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.Jakub Jelinek2-1/+5
2001-11-19toplev.c (DUMPFILE_FORMAT): Define default.Douglas B Rupp4-6/+28
2001-11-19gcse.c (cprop_jump): Clear JUMP_LABEL field when we create a nop-jump.Jeff Law2-2/+10
2001-11-19cppmacro.c (_cpp_backup_tokens): Revert previous check-in.Neil Booth3-2/+13
2001-11-19* Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.Jason Wilkins2-1/+5
2001-11-19Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include since it i...Laurent Guerby2-1/+6
2001-11-19tree.def (VIEW_CONVERT_EXPR): New tree code.Richard Kenner8-37/+160
2001-11-19unix.h (ASM_FILE_START): Const-ify.Kaveh R. Ghazi10-13/+25
2001-11-19gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka7-130/+152
2001-11-19fragments.texi, [...]: Remove links to old installation chapter.Joseph Myers4-7/+14
2001-11-19xm-vms.h: Don't define macros that autoconf handles.Douglas B Rupp3-19/+14
2001-11-19cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n...Jason Merrill8-35/+20
2001-11-19Daily bump.GCC Administrator2-2/+2
2001-11-19mmix.c (mmix_cc1_ignored_option): Const-ify.Kaveh R. Ghazi3-9/+23
2001-11-19re PR bootstrap/4448 (make bootstrap failed: gthr-win32.h erroneous)Craig Rodrigues2-1/+8
2001-11-19re PR java/1401 (+= semantics not correct (when generating bytecode))Tom Tromey2-1/+68
2001-11-18re PR bootstrap/4020 (Shell script syntax errors in gcc make files)Craig Rodrigues3-3/+9
2001-11-18expr.c (expand_expr, [...]): Update alignment of DECL_RTL after re-laying out...Richard Kenner2-1/+8
2001-11-18Make-lang.in: Remove all references to LANGUAGES and the stamp files that dep...Toon Moene2-107/+43
2001-11-18install-old.texi: Move some sections out to ...Joseph Myers7-167/+190
2001-11-18tree.h (TYPE_ALIGN_OK): New flag.Richard Kenner4-20/+46
2001-11-18* sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL.Richard Kenner2-3/+7
2001-11-18c-decl.c (c_decode_option): Give deprecation warning for -traditional.Joseph Myers8-3/+20