- 21 Jan, 2002 10 commits
-
-
From-SVN: r49038
Zack Weinberg committed -
From-SVN: r49036
GCC Administrator committed -
* 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
Hans-Peter Nilsson committed -
* config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX as appropriate. Remove redundant code. From-SVN: r49034
Kazu Hirata committed -
* 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
Joseph Myers committed -
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
Benjamin Kosnik committed -
* 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
Kazu Hirata committed -
From-SVN: r49030
Kazu Hirata committed -
From-SVN: r49026
Kazu Hirata committed -
* config/h8300/h8300.md: Update the comments at the beginning of the file. From-SVN: r49025
Kazu Hirata committed
-
- 20 Jan, 2002 7 commits
-
-
From-SVN: r49024
Richard Kenner committed -
* 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
Kazu Hirata committed -
* 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
Richard Kenner committed -
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
Toon Moene committed -
natPlainSocketImpl.cc (_Jv_recv): Change return type of function and of 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
Andreas Schwab committed -
From-SVN: r49019
Graham Stott committed -
From-SVN: r49017
GCC Administrator committed
-
- 19 Jan, 2002 9 commits
-
-
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
Nathan Sidwell committed -
* java/util/zip/ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for next entry. From-SVN: r49014
Per Bothner committed -
From-SVN: r49013
John David Anglin committed -
From-SVN: r49011
Tom Rix committed -
From-SVN: r49010
GCC Administrator committed -
2002-01-18 Aldy Hernandez <aldyh@redhat.com> * gcc.dg/20020118-1.c: New. From-SVN: r49007
Aldy Hernandez committed -
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
Aldy Hernandez committed -
From-SVN: r49005
Alexandre Oliva committed -
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
Craig Rodrigues committed
-
- 18 Jan, 2002 14 commits
-
-
numeric_limits.cc (test_extrema<long double>): Add specialization for 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
Loren J. Rittle committed -
2002-01-18 Toon Moene <toon@moene.indiv.nluug.nl> * Makefile.in: Add missing `/' separator in last change. From-SVN: r48995
Toon Moene committed -
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
Toon Moene committed -
From-SVN: r48993
David Edelsohn committed -
* 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
Tom Tromey committed -
From-SVN: r48991
Kazu Hirata committed -
From-SVN: r48990
Kazu Hirata committed -
From-SVN: r48989
David Edelsohn committed -
* 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
Kazu Hirata committed -
From-SVN: r48986
Jason Merrill committed -
* semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER if we're in a template. From-SVN: r48985
Jason Merrill committed -
From-SVN: r48984
Jason Merrill committed -
* calls.c (initialize_argument_information): Pass the address of the TARGET_EXPR temporary rather than storing it into another. From-SVN: r48983
Jason Merrill committed -
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
Jason Merrill committed
-