- 24 Nov, 2000 1 commit
-
-
From-SVN: r37701
Jeff Law committed
-
- 23 Nov, 2000 21 commits
-
-
expr.c (store_constructor): If a field is non addressable and the target is a MEM use MEM_ALIAS_SET... * expr.c (store_constructor): If a field is non addressable and the target is a MEM use MEM_ALIAS_SET otherwise use get_alias_set. From-SVN: r37700
Graham Stott committed -
From-SVN: r37699
Bernd Schmidt committed -
cp: * pt.c (lookup_template_class): Simplify loop exit constructs. Cope when there is no partial instantiation of a template template member. testsuite: * g++.old-deja/g++.pt/instantiate9.C: New test. From-SVN: r37698
Nathan Sidwell committed -
From-SVN: r37697
Alexandre Oliva committed -
* emit-rtl.c (gen_lowpart_common): Use word 0 if register mode is narrower than requested mode. (gen_highpart): Abort if register mode is narrower than requested mode. From-SVN: r37696
Alexandre Oliva committed -
* config/os/gnu-linux/bits/os_defines.h: Include <features.h>. If not glibc 2.1 or higher, include <gnu/types.h> and define __off64_t as __loff_t and #define __THROW as empty. * libio/libio.h [__P]: Move __THROW and __PMT into their own ifndef:s. From-SVN: r37695
Hans-Peter Nilsson committed -
* cse.c (cse_insn): Initialise all regcost variables. Fix a typo add missing '='. Only compare costs if there is a replacement insn. From-SVN: r37694
Graham Stott committed -
From-SVN: r37693
Jeff Law committed -
2000-11-22 Benjamin Kosnik <bkoz@redhat.com> Make deprecated strstream header consistent with new and new.h. * include/backward/strstream.h: Add. Use using declarations to scope strstreambuf, istrstream, ostrstream, strstream to global scope. * include/backward/strstream: Remove using declarations. * src/Makefile.am (base_headers): Add strstream. * src/Makefile.in: Regenerate. * include/backward/new.h (_CPP_BACKWARD_NEW_H): Change macro guard to be consistent with other headers. From-SVN: r37692
Benjamin Kosnik committed -
* final.c (output_addr_const) [LABEL_REF]: Simplify. [MINUS]: Enclose non-CONST_INTs in parentheses. [default]: Try OUTPUT_ADDR_CONST_EXTRA. * tm.texi (OUTPUT_ADDR_CONST_EXTRA): Document it. * varasm.c (decode_rtx_const) [CONST]: If it's not something PLUS or MINUS a CONST_INT, use the whole CONST with offset 0 instead of abort()ing. * sh.c (output_pic_addr_const): Removed. Fixed all callers. * sh.h (OUTPUT_ADDR_CONST_EXTRA): New. Handle the UNSPECs formerly handled in output_pic_addr_const. * sh.md (sym_label2reg, symPLT_label2reg): Enclose UNSPEC operands of MINUS in CONSTs so that decode_rtx_const() will accept them. From-SVN: r37691
Alexandre Oliva committed -
* config/sh/sh.md (mova_const): New pattern. (GOTaddr2picreg): Use it. * config/sh/sh.c (broken_move): Match it. (mova_p): Don't match it. (machine_dependent_reorg): Adjust it. From-SVN: r37690
Alexandre Oliva committed -
2000-11-22 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (build_outer_field_access): New local `decl_ctx', use it. Check for field's context and current class immediate outer context inheritance. (outer_field_access_p): Consider fields inherited from the last enclosing context. (build_access_to_thisn): Stop at the last enclosing context if necessary. Fixes gcj/367. (http://gcc.gnu.org/ml/gcc-patches/2000-11/msg01335.html) From-SVN: r37689
Alexandre Petit-Bianco committed -
From-SVN: r37688
David Edelsohn committed -
2000-11-23 Mark Wielaard <mark@klomp.org> * name-finder.cc (lookup): Check for a NULL _Jv_argv before attempting lookup. From-SVN: r37687
Mark Wielaard committed -
From-SVN: r37686
Alexandre Oliva committed -
2000-11-23 Bryce McKinlay <bryce@albatross.co.nz> * java/util/Vector.java: Improve exception messages. (Vector): Check initialCapacity for IllegalArgumentException. (tromToSize): Don't check for elementCount == elementData.length case. (toArray): Don't try to set null marker if target array is the same length as the vector. From-SVN: r37685
Bryce McKinlay committed -
* include/bits/ios_base.h (ios_base::failure::~failure, ios_base::failure::what): Move defintion to ... * src/ios.cc (ios_base::failure::~failure): ... here. src/ios.cc (ios::failure::what): Likewise. From-SVN: r37684
Gabriel Dos Reis committed -
* config/sh/sh.h (FIRST_GENERAL_REG, LAST_GENERAL_REG): New. Moved most register-number #defines... * config/sh/sh.md (define_constants): ... here. Use macros to refer to registers and unspecs. * config/sh/sh.c: Likewise. From-SVN: r37683
Alexandre Oliva committed -
2000-11-22 Benjamin Kosnik <bkoz@redhat.com> Make deprecated strstream header consistent with new and new.h. * include/backward/strstream.h: Add. Use using declarations to scope strstreambuf, istrstream, ostrstream, strstream to global scope. * include/backward/strstream: Remove using declarations. * src/Makefile.am (base_headers): Add strstream. * src/Makefile.in: Regenerate. * include/backward/new.h (_CPP_BACKWARD_NEW_H): Change macro guard to be consistent with other headers. From-SVN: r37682
Benjamin Kosnik committed -
2000-11-22 Richard Henderson <rth@redhat.com> * config/os/bsd/bits/ctype_inline.h (is): Fix order of expressions. From-SVN: r37681
Richard Henderson committed -
* Makefile.in (HOST_CFLAGS): Add -DGENERATOR_FILE. (rtl.o, print-rtl.o, bitmap.o, obstack.o): Build with -DGENERATOR_FILE. (alloca.o, vfprintf.o, ggc-none.o, errors.o): Likewise. (splay-tree.o, hash.o): Likewise. GCONFIG_H: New. (rtl.o, print-rtl.o): Depend on $(GCONFIG_H) instead of $(CONFIG_H). (bitmap.o, obstack.o, vfprintf.o, ggc-none.o, errors.o): Likewise. (hashtab.o): Likewise. (gcov.o): Depend on $(CONFIG_H). * configure.in: #include insn-codes.h in tm.h. f: * Make-lang.in (g77spec.o): Depend on $(CONFIG_H). java: * Make-lang.in (jvspec.o): Depend on $(CONFIG_H). cp: * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H). From-SVN: r37680
J"orn Rennecke committed
-
- 22 Nov, 2000 18 commits
-
-
From-SVN: r37679
H.J. Lu committed -
* mangle.c (mangle_conv_op_name_for_type): Don't use `__op' prefix. From-SVN: r37678
Mark Mitchell committed -
From-SVN: r37677
Nick Clifton committed -
* g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the new ABI, too. From-SVN: r37676
Mark Mitchell committed -
2000-11-22 Phil Edwards <pme@sources.redhat.com> * porting.texi: Minor tweaks to vocabulary. From-SVN: r37675
Phil Edwards committed -
* g++.old-deja/g++.mike/p6610a.C: This test no longer fails. * g++.old-deja/g++.robertl/eb55.C: Likewise. From-SVN: r37674
Mark Mitchell committed -
pt.c (do_decl_instantiate): Explicitly clone constructors and destructors that haven't already been cloned. * pt.c (do_decl_instantiate): Explicitly clone constructors and destructors that haven't already been cloned. From-SVN: r37673
Mark Mitchell committed -
From-SVN: r37672
Nick Clifton committed -
Define symbolic names for the link register, last integer register and the fake CC register. Update patterns to use these symbolic names. From-SVN: r37671
Nick Clifton committed -
From-SVN: r37670
Neil Booth committed -
* cpplex.c (trigraph_ok): Ensure we don't warn twice. * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs. From-SVN: r37669
Neil Booth committed -
* haifa-sched.c (sched_analyze_1): Don't special-case calls for clobbering registers. (sched_analyze_2): Likewise. (sched_analyze): Zap reg_last_uses and reg_last_sets after calls. From-SVN: r37668
Richard Henderson committed -
* gcc.c (validate_switches): Validate multiple switches named in '|' (or) expressions in specs. (handle_braces): If more than 1 alternative in a '|' spec matches, call do_spec1 just once. From-SVN: r37667
Neil Booth committed -
From-SVN: r37666
Mark Mitchell committed -
From-SVN: r37665
Joern Rennecke committed -
From-SVN: r37664
Joern Rennecke committed -
2000-11-22 Loren J. Rittle <ljrittle@acm.org> * ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release 3 or later). * ltconfig: On FreeBSD, -lc must not be provided when building a shared library or else the standard -pthread gcc option is rendered worthless to later users of the built library. From-SVN: r37663
Loren J. Rittle committed -
2000-11-22 Loren J. Rittle <ljrittle@acm.org> * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h. From-SVN: r37662
Loren J. Rittle committed
-