1. 16 Sep, 2002 8 commits
    • re PR c++/7015 (certain __asm__ constructs rejected) · 28c56d25
      cp:
      2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
      
      	PR c++/7015
      	* semantic.c (finish_asm_stmt): Fix operand/output_operands
      	thinko.
      	* typeck.c (c_expand_asm_operands): Protect from error_mark_node.
      testsuite
      	* g++.dg/ext/asm3.C: New test.
      
      From-SVN: r57192
      Nathan Sidwell committed
    • s390.c: (legitimize_la_operand): Remove, replace by ... · a41c6c53
      	* config/s390/s390.c: (legitimize_la_operand): Remove, replace by ...
      	(s390_load_address): ... this new function.
      	(s390_decompose_address): Allow the argument pointer and all
      	virtual registers as 'pointer' registers.
      	(s390_expand_plus_operand): Use s390_load_address.
      	config/s390/s390.md (movti, movdi, movdf splitters): Likewise.
      	("force_la_31"): New insn pattern.
      	config/s390/s390-protos.h (legitimize_la_operand): Remove.
      	(s390_load_address): Add prototype.
      
      	* config/s390/s390.c: Include "optabs.h".
      	(s390_expand_movstr, s390_expand_clrstr, s390_expand_cmpstr): New.
      	config/s390/s390-protos.h (s390_expand_movstr, s390_expand_clrstr,
      	s390_expand_cmpstr): Add prototypes.
      	config/s390/s390.md ("movstrdi", "movstrsi"): Call s390_expand_movstr.
      	("movstrdi_short"): Rename to "movstr_short_64".  Change predicates
      	for operands 0 and 1 to "memory_operand".  Add type attribute.
      	("movstrsi_short"): Rename to "movstr_short_31".  Change predicates
      	for operands 0 and 1 to "memory_operand".  Add type attribute.
      	("movstrdi_long", "movstrsi_long"): Remove.
      	("movstrdi_64"): Rename to "movstr_long_64". Add type attribute.
      	("movstrsi_31"): Rename to "movstr_long_31". Add type attribute.
      	("clrstrdi", "clrstrsi"): Call s390_expand_clrstr.
      	("clrstrsico"): Remove, replace by ...
      	("clrstr_short_64", "clrstr_short_31"): ... these new patterns.
      	("clrstrsi_64"): Rename to "clrstr_long_64".
      	("clrstrsi_31"): Rename to "clrstr_long_31".
      	("cmpstrdi", "cmpstrsi"): Call s390_expand_cmpstr.
      	("cmpstr_const"): Remove, replace by ...
      	("cmpstr_short_64", "cmpstr_short_31"): ... these new patterns.
      	("cmpstr_64"): Rename to "cmpstr_long_64".
      	("cmpstr_31"): Rename to "cmpstr_long_31".
      
      From-SVN: r57191
      Ulrich Weigand committed
    • * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char. · 2a4ecff3
      From-SVN: r57190
      Richard Earnshaw committed
    • ChangeLog: follow spelling conventions. · 002b4ef1
      	* ChangeLog: follow spelling conventions.
      	* g++.old-deja/g++.abi/ptrmem.C: Likewise.
      	* g++.old-deja/g++.bugs/900210_05.C: Likewise.
      	* g++.old-deja/g++.bugs/900211_04.C: Likewise.
      	* g++.old-deja/g++.bugs/900321_02.C: Likewise.
      	* g++.old-deja/g++.bugs/900404_02.C: Likewise.
      	* g++.old-deja/g++.bugs/900520_06.C: Likewise.
      	* g++.old-deja/g++.law/global-init1.C: Likewise.
      	* g++.old-deja/g++.other/delete4.C: Likewise.
      	* g++.old-deja/g++.other/inline21.C: Likewise.
      	* g++.old-deja/g++.other/singleton.C: Likewise.
      	* g77.dg/strlen0.f: Likewise.
      	* g77.f-torture/compile/20010519-1.f: Likewise.
      	* g77.f-torture/compile/980310-4.f: Likewise.
      	* gcc.c-torture/compile/20000605-1.c: Likewise.
      	* gcc.c-torture/execute/20020225-1.c: Likewise.
      	* gcc.dg/c90-hexfloat-2.c: Likewise.
      	* gcc.dg/c99-bool-1.c: Likewise.
      	* gcc.dg/c99-hexfloat-2.c: Likewise.
      	* gcc.dg/dll-2.c: Likewise.
      	* gcc.dg/wtr-union-init-1.c: Likewise.
      	* gcc.dg/wtr-union-init-2.c: Likewise.
      	* gcc.dg/wtr-union-init-3.c: Likewise.
      	* gcc.dg/cpp/avoidpaste1.c: Likewise.
      	* gcc.dg/cpp/defined.c: Likewise.
      	* gcc.dg/cpp/macsyntx.c: Likewise.
      	* gcc.dg/cpp/paste2.c: Likewise.
      	* gcc.dg/cpp/trad/defined.c: Likewise.
      	* gcc.dg/format/c90-printf-1.c: Likewise.
      	* gcc.dg/format/c90-scanf-1.c: Likewise.
      	* gcc.dg/format/c99-printf-1.c: Likewise.
      	* gcc.dg/format/c99-scanf-1.c: Likewise.
      	* gcc.misc-tests/gcov-8.c: Likewise.
      	* lib/profopt.exp: Likewise.
      
      From-SVN: r57189
      Kazu Hirata committed
    • ABOUT-NLS: Follow spelling conventions. · 8d9afc4e
      	* ABOUT-NLS: Follow spelling conventions.
      	* ChangeLog: Likewise.
      	* ChangeLog.1: Likewise.
      	* ChangeLog.2: Likewise.
      	* ChangeLog.3: Likewise.
      	* ChangeLog.4: Likewise.
      	* ChangeLog.5: Likewise.
      	* ChangeLog.6: Likewise.
      	* FSFChangeLog.10: Likewise.
      	* FSFChangeLog.11: Likewise.
      	* c-common.c: Likewise.
      	* c-lex.c: Likewise.
      	* c-objc-common.c: Likewise.
      	* cppexp.c: Likewise.
      	* cppinit.c: Likewise.
      	* cpplex.c: Likewise.
      	* doloop.c: Likewise.
      	* flow.c: Likewise.
      	* function.c: Likewise.
      	* integrate.c: Likewise.
      	* loop.c: Likewise.
      	* reg-stack.c: Likewise.
      	* reload.h: Likewise.
      	* ssa.c: Likewise.
      
      From-SVN: r57188
      Kazu Hirata committed
    • AssertionError.java: Merge with classpath, fixes HTML. · cf0f53eb
      2002-09-16  Michael Koch  <konqueror@gmx.de>
      
      	* java/lang/AssertionError.java:
      	Merge with classpath, fixes HTML.
      	* java/rmi/server/LogStream.java:
      	Merge with classpath, fixes some constants.
      	* java/net/server/RemoteServer.java:
      	Merge with classpath, adds serialVersionUID.
      	* javax/naming/BinaryRefAddr.java:
      	Merge with classpath, s/equal/equals/.
      	* javax/naming/NamingException.java:
      	Merge with classpath, fixed typo.
      	* javax/naming/RefAddr.java:
      	Merge with classpath, s/equal/equals/.
      	* java/awt/Toolkit.java:
      	s/gnu.java.awt.peer.gtk.GtkToolkit/gnu.awt.gtk.GtkToolkit/
      	and typo fixed.
      
      From-SVN: r57187
      Michael Koch committed
    • Daily bump. · b423e6fe
      From-SVN: r57186
      GCC Administrator committed
    • natPlainSocketImpl.cc: #ifdef-shielded socket timeouts, which don't work on Win32 (yet). · 9d436916
      2002-09-15  Adam Megacz <adam@xwt.org>
      
              * java/net/natPlainSocketImpl.cc: #ifdef-shielded socket timeouts,
              which don't work on Win32 (yet).
      
      From-SVN: r57180
      Adam Megacz committed
  2. 15 Sep, 2002 18 commits
  3. 14 Sep, 2002 14 commits