aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-21config.gcc: Add entries to supported PowerPC --with-cpu types.Daniel Jacobowitz2-5/+10
2002-01-21 Daniel Jacobowitz <drow@mvista.com> * config.gcc: Add entries to supported PowerPC --with-cpu types. From-SVN: r49047
2002-01-21i386.c (ix86_function_arg_regno_p): Never return true for 64-bit mode only ↵Jakub Jelinek4-1/+45
SSE registers in 32-bit mode. * config/i386/i386.c (ix86_function_arg_regno_p): Never return true for 64-bit mode only SSE registers in 32-bit mode. * gcc.dg/20020218-1.c: New test. From-SVN: r49046
2002-01-21unwind-dw2.c: Fix formatting.Kazu Hirata7-43/+52
* unwind-dw2.c: Fix formatting. * unwind-dw2-fde.c: Likewise. * unwind-dw2-fde.h: Likewise. * unwind-pe.h: Likewise. * varasm.c: Likewise. * varray.h: Likewise. From-SVN: r49045
2002-01-21prune.exp (prune_gcc_output): Prune "At global scope" messagesDavid Billinghurst4-8/+16
2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com> * lib/prune.exp (prune_gcc_output): Prune "At global scope" messages * g++.dg/other/deprecated.C: Remove dg-bogus comment for "At global scope" warning * g++.dg/ext/align1.C: Change cygwin test for alignment from db-bogus to dg-warning From-SVN: r49044
2002-01-21Properly indent two lines.Richard Kenner1-2/+2
From-SVN: r49043
2002-01-21* g77.f-torture/compile/cpp2.F: New test.Zack Weinberg2-0/+11
From-SVN: r49038
2002-01-21Daily bump.GCC Administrator6-6/+6
From-SVN: r49036
2002-01-21Remove workaround for register stack overwrite bug in mmix.Hans-Peter Nilsson5-76/+22
* config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove support for TARGET_REG_STACK_FILL_BUG. * config/mmix/mmix.h: Remove member has_call_without_parameters. (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG): Delete. (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG. (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and -mno-reg-stack-fill-bug-workaround. * config/mmix/mmix.md ("call", "call_value"): Don't set struct machine member has_call_without_parameters. * doc/invoke.texi (Option Summary) <MMIX Options>: Remove -mreg-stack-fill-bug-workaround and -mno-reg-stack-fill-bug-workaround. (MMIX Options): Ditto. From-SVN: r49035
2002-01-21h8300.c (function_arg): Replace 0 with NULL_RTX as appropriate.Kazu Hirata2-11/+9
* config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX as appropriate. Remove redundant code. From-SVN: r49034
2002-01-21alpha.h, [...]: Remove commented out target macro definitions and ↵Joseph Myers15-2016/+45
non-target-specific comments... * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h, config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h, config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h, config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h, config/stormy16/stormy16.h, config/v850/v850.h: Remove commented out target macro definitions and non-target-specific comments mostly taken from old versions of the manual. From-SVN: r49033
2002-01-21[multiple changes]Benjamin Kosnik16-61/+118
2002-01-20 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.h (ctype<char>::classic_table): Remove definition. (ctype<char>::_S_ctable): Remove. * config/os/gnu-linux/bits/ctype_noninline.h (ctype<char>::_S_table): Remove definition. (ctype<char>::classic_table): Define. (ctype<char>::ctype): Replace _S_ctable with classic_table(). * config/os/aix/bits/ctype_noninline.h: Same. * config/os/bsd/freebsd/bits/ctype_noninline.h: Same. * config/os/bsd/netbsd/bits/ctype_noninline.h: Same. * config/os/djgpp/bits/ctype_noninline.h: Same. * config/os/generic/bits/ctype_noninline.h: Same. * config/os/gnu-linux/bits/ctype_noninline.h: Same. * config/os/hpux/bits/ctype_noninline.h: Same. * config/os/irix/irix5.2/bits/ctype_noninline.h: Same. * config/os/irix/irix6.5/bits/ctype_noninline.h: Same. * config/os/mingw32/bits/ctype_noninline.h: Same. * config/os/newlib/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same. 2002-01-20 Danny Smith <dannysmith@users.sourceforge.net> * config/os/mingw32/bits/ctype_noninline.h: Declare _ctype instead of _pctype. Use to define _S_ctable. Add definition for alternate ctor. Initialise _M_ctable to _S_ctable in ctors. (do_toupper, do_tolower): Use inline code appropriate for C-locale rather than ::toupper, ::tolower. From-SVN: r49032
2002-01-21h8300.h: Fix comment formatting.Kazu Hirata10-33/+46
* config/h8300/h8300.h: Fix comment formatting. * config/ia64/aix.h: Likewise. * config/ia64/ia64-protos.h: Likewise. * config/ia64/ia64.c: Likewise. * config/ia64/ia64.h: Likewise. * config/ia64/ia64intrin.h: Likewise. * config/ia64/linux.h: Likewise. * config/ia64/unwind-aix.c: Likewise. * config/ia64/unwind-ia64.c: Likewise. From-SVN: r49031
2002-01-21* config/h8300/h8300.c: Revise comments about shift code.Kazu Hirata2-98/+43
From-SVN: r49030
2002-01-21* config/h8300/h8300.c (function_arg): Update a comment.Kazu Hirata2-6/+8
From-SVN: r49026
2002-01-21h8300.md: Update the comments at the beginning of the file.Kazu Hirata2-16/+14
* config/h8300/h8300.md: Update the comments at the beginning of the file. From-SVN: r49025
2002-01-20* reg-stack.c (subst_stack_regs): Properly check for deleted insn.Richard Kenner2-1/+3
From-SVN: r49024
2002-01-20i370.c: Fix comment formatting.Kazu Hirata5-28/+35
* config/i370/i370.c: Fix comment formatting. * config/i370/i370.h: Likewise. * config/i370/i370.md: Likewise. * config/i370/linux.h: Likewise. From-SVN: r49023
2002-01-20dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.Richard Kenner2-1/+14
* dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases. (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL in incomplete case. From-SVN: r49022
2002-01-20Makefile.in: $(MULTISUBDIR) has an implied leading `/'; remove duplicates.Toon Moene2-6/+12
2002-01-20 Toon Moene <toon@moene.indiv.nluug.nl> * Makefile.in: $(MULTISUBDIR) has an implied leading `/'; remove duplicates. Use libtool for removing libg2c{a|la|so} for the `uninstall' target. From-SVN: r49021
2002-01-20natPlainSocketImpl.cc (_Jv_recv): Change return type of function and of ↵Andreas Schwab2-2/+8
parameter recv_func to ssize_t... * java/net/natPlainSocketImpl.cc (_Jv_recv): Change return type of function and of parameter recv_func to ssize_t, as specified by POSIX. From-SVN: r49020
2002-01-20* cfgloop.c (flow_loop_preheader_scan): Fix typo.Graham Stott2-1/+5
From-SVN: r49019
2002-01-20Daily bump.GCC Administrator6-6/+6
From-SVN: r49017
2002-01-19Fix regression introduced with patch for c++/775Nathan Sidwell4-0/+47
cp: Fix regression introduced with patch for c++/775 * parse.y (class_head_defn): Check for template specializations with a different class-key. testsuite: * g++.dg/template/access1.C: New test. From-SVN: r49016
2002-01-19ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness ↵Per Bothner2-0/+6
for next entry. * java/util/zip/ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for next entry. From-SVN: r49014
2002-01-19* config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.John David Anglin2-2/+5
From-SVN: r49013
2002-01-19Fix for DF splitTom Rix2-0/+12
From-SVN: r49011
2002-01-19Daily bump.GCC Administrator6-6/+6
From-SVN: r49010
2002-01-1920020118-1.c: New.Aldy Hernandez2-0/+19
2002-01-18 Aldy Hernandez <aldyh@redhat.com> * gcc.dg/20020118-1.c: New. From-SVN: r49007
2002-01-1920020118-1.c: New.Aldy Hernandez4-2/+50
2002-01-18 Aldy Hernandez <aldyh@redhat.com> * gcc.dg/20020118-1.c: New. * tm.texi (STARTING_FRAME_PHASE): Document. * function.c (assign_stack_local_1): Adjust x_frame_offset with STARTING_FRAME_PHASE. (STARTING_FRAME_PHASE): New. (instantiate_virtual_regs): Check saneness of STARTING_FRAME_PHASE. * rs6000.h (STARTING_FRAME_PHASE): New. From-SVN: r49006
2002-01-19* config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.Alexandre Oliva2-4/+10
From-SVN: r49005
2002-01-19install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot be used for ↵Craig Rodrigues2-0/+8
bootstrapping GCC 3.0. 2002-01-18 Craig Rodrigues <rodrigc@gcc.gnu.org> * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot be used for bootstrapping GCC 3.0. From-SVN: r49001
2002-01-18numeric_limits.cc (test_extrema<long double>): Add specialization for ↵Loren J. Rittle2-0/+31
FreeBSD systems only to avoid losing test only due to... * testsuite/18_support/numeric_limits.cc (test_extrema<long double>): Add specialization for FreeBSD systems only to avoid losing test only due to extra precision unmentioned in system headers. From-SVN: r48997
2002-01-18Makefile.in: Add missing `/' separator in last change.Toon Moene2-3/+7
2002-01-18 Toon Moene <toon@moene.indiv.nluug.nl> * Makefile.in: Add missing `/' separator in last change. From-SVN: r48995
2002-01-18Makefile.in: Install libg2c.{a|la|so} in $(libdir)$(MULTISUBDIR) instead of...Toon Moene2-3/+8
2002-01-18 Toon Moene <toon@moene.indiv.nluug.nl> * Makefile.in: Install libg2c.{a|la|so} in $(libdir)$(MULTISUBDIR) instead of $(libsubdir)$(MULTISUBDIR). From-SVN: r48994
2002-01-18- Symmetrically define ffi_call_DARWIN for AIX.David Edelsohn2-0/+16
From-SVN: r48993
2002-01-18natPlainSocketImpl.cc: Include IllegalArgumentException.h.Tom Tromey2-6/+28
* java/net/natPlainSocketImpl.cc: Include IllegalArgumentException.h. (_Jv_recv): New template function. (BooleanClass): Removed. (read): Use _Jv_recv. (setOption): Use Boolean::class$. Throw exception if object is not Boolean or Integer. From-SVN: r48992
2002-01-18* testsuite/gcc.c-torture/execute/20020118-1.c: New test.Kazu Hirata2-0/+37
From-SVN: r48991
2002-01-18* config/h8300/h8300.md: Fix an insn length.Kazu Hirata2-1/+5
From-SVN: r48990
2002-01-18- Provide a null definition of _ffi_call_AIX so that Darwin link won't fail.David Edelsohn2-4/+14
From-SVN: r48989
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata19-33/+57
* bitmap.h: Fix comment formatting. * combine.c: Likewise. * cppfiles.c: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genattrtab.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * predict.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * unwind-dw2-fde.h: Likewise. * unwind-pe.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r48987
2002-01-18tweak so adjustment is necessary in v3 abiJason Merrill1-1/+5
From-SVN: r48986
2002-01-18semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER if we're in a ↵Jason Merrill1-0/+23
template. * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER if we're in a template. From-SVN: r48985
2002-01-18also test with inliningJason Merrill1-0/+28
From-SVN: r48984
2002-01-18C++ ABI change: destroy value arguments in caller.Jason Merrill1-0/+38
* calls.c (initialize_argument_information): Pass the address of the TARGET_EXPR temporary rather than storing it into another. From-SVN: r48983
2002-01-18re PR c++/3242 (Forwarding using 'using' of base members broken?)Jason Merrill1-0/+34
PR c++/3242 * class.c (add_method): Do compare 'this' quals when trying to match a used function. Don't defer to another used function. From-SVN: r48982
2002-01-18Daily bump.GCC Administrator6-6/+6
From-SVN: r48980
2002-01-18ctype_noninline.h: Fix typoDavid Billinghurst2-1/+4
2002-01-18 David Billinghurst <David.Billinghurst@riotinto.com> * config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo From-SVN: r48979
2002-01-17Makefile.in (all-fastjar): Also depend on all-libiberty.H.J. Lu2-2/+7
2002-01-17 H.J. Lu <hjl@gnu.org> * Makefile.in (all-fastjar): Also depend on all-libiberty. (all-target-fastjar): Also depend on all-target-libiberty. From-SVN: r48976
2002-01-18MenuComponent.java: Merged with Classpath.Tom Tromey4-402/+1011
* java/awt/MenuComponent.java: Merged with Classpath. * java/awt/MenuItem.java: Merged with Classpath. * java/awt/Button.java: Merged with Classpath. From-SVN: r48975
2002-01-17oops - incorrect changelog for previous deltaNick Clifton1-1/+2
From-SVN: r48974