OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago * g++.dg/ext/dllimport1.C: Move dg-warnings.
aaronwl [Fri, 22 Oct 2004 04:00:36 +0000 (04:00 +0000)]
* g++.dg/ext/dllimport1.C: Move dg-warnings.
* g++.dg/ext/dllimport2.C: Same.
* g++.dg/ext/dllimport8.C: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89428 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Fri, 22 Oct 2004 00:16:28 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89420 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Fri, 22 Oct 2004 00:16:22 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89419 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config.gcc: Add support for --enable-e500_double.
aldyh [Thu, 21 Oct 2004 22:28:29 +0000 (22:28 +0000)]
* config.gcc: Add support for --enable-e500_double.

* config/rs6000/e500-double.h: New file.

* config/rs6000/rs6000.h: Define TARGET_E500_SINGLE and
TARGET_E500_DOUBLE.

* config/rs6000/eabi.h: Define TARGET_E500_SINGLE and
TARGET_E500_DOUBLE.

* config/rs6000/linuxspe.h: Same.

* doc/invoke.texi (Option Summary): Document new options for
mfloat-gprs.
(RS/6000 and PowerPC Options): Same.

* config/rs6000/rs6000.c (rs6000_parse_float_gprs_option): New
function.
(rs6000_override_options): Use it.  Use
SUB3TARGET_OVERRIDE_OPTIONS.
Add 8548 to processor_target_table.
(rs6000_legitimate_address): Handle e500 doubles.
(rs6000_legitimize_address): Same.
(rs6000_legitimize_reload_address): Same.
(rs6000_hard_regno_nregs): Same.
(spe_func_has_64bit_regs_p): Same.
(emit_frame_save): Same.
(gen_frame_mem_offset): Same.
(rs6000_dwarf_register_span): Same.
(rs6000_generate_compare): Same.
(easy_fp_constant): Same.
(legitimate_offset_address_p): Same.

* config/rs6000/spe.md: (cmdfeq_gpr): New.
(tstdfeq_gpr): New.
(cmpdfgt_gpr): New.
(tstdfgt_gpr): New.
(tstdfgt_gpr): New.
(cmpdflt_gpr): New.
(tstdflt_gpr): New.
Add new constants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89416 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 21 Oct 2004 22:01:41 +0000 (22:01 +0000)]
2004-10-21  Paolo Carlini  <pcarlini@suse.de>
    Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/basic_string.h (_M_set_length_and_sharable): New.
* include/bits/basic_string.tcc (_S_construct, assign(const _CharT*,
size_type), _M_mutate, _M_clone): Use it.
(_Rep::_S_create): Don't set/call _M_length/_M_set_sharable here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89415 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/arc/lib1funcs.asm (___umulsidi3): Fix typo.
giovannibajo [Thu, 21 Oct 2004 21:54:00 +0000 (21:54 +0000)]
* config/arc/lib1funcs.asm (___umulsidi3): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89409 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/arc/lib1funcs.asm (___umulsidi3): Fix typo.
giovannibajo [Thu, 21 Oct 2004 21:50:19 +0000 (21:50 +0000)]
* config/arc/lib1funcs.asm (___umulsidi3): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89408 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR c++/18073
mmitchel [Thu, 21 Oct 2004 21:23:42 +0000 (21:23 +0000)]
PR c++/18073
PR c++/10841
* cp-tree.h (convert_to_base): Change prototype.
(build_ptrmemfunc): Likewise.
(convert_ptrmem): New function.
* call.c (struct conversion): Adjust documentation for base_p.
(standard_conversion): Set base_p for ck_pmem conversions as
appropriate.
(convert_like_real): Use convert_to_base for ck_pmem and ck_ptr
conversions.
* class.c (convert_to_base): Handle both pointers and objects.
Add nonnull parameter.
(build_vfield_ref): Adjust call to convert_to_base.
* cvt.c (cp_convert_to_pointer): Adjust call to build_ptrmemfunc.
(convert_force): Likewise.
* typeck.c (build_unary_op): Likewise.
(convert_ptrmem): New function.
(build_static_cast_1): Use it.
(build_reinterpret_cast): Allow conversions to vector types.
(get_delta_difference): Add c_cast_p parameter.
(build_ptrmemfunc): Likewise.  Adjust calls to
get_delta_difference.

PR c++/10841
* g++.dg/conversion/cast1.C: New test.
* g++.dg/overload/pmf1.C: Adjust error marker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89403 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Oct 2004 21:00:07 +0000 (21:00 +0000)]
2004-10-21  Michael Koch  <konqueror@gmx.de>

* java/net/NetworkInterface.java,
java/text/Format.java,
javax/security/auth/x500/X500Principal.java,
javax/security/auth/x500/X500PrivateCredential.java,
javax/security/cert/X509CertBridge.java,
javax/security/sasl/Sasl.java,
javax/sql/XAConnection.java:
Import cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89401 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Oct 2004 20:54:37 +0000 (20:54 +0000)]
2004-10-21  Michael Koch  <konqueror@gmx.de>

* javax/net/ssl/HandshakeCompletedEvent.java,
javax/net/ssl/KeyManagerFactory.java,
javax/net/ssl/SSLContext.java,
javax/net/ssl/SSLServerSocketFactory.java,
javax/net/ssl/SSLSession.java,
javax/net/ssl/SSLSocketFactory.java,
javax/net/ssl/TrustManagerFactory.java:
Import cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89400 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Oct 2004 20:50:13 +0000 (20:50 +0000)]
2004-10-21  Michael Koch  <konqueror@gmx.de>

* javax/naming/directory/BasicAttribute.java,
javax/naming/directory/BasicAttributes.java,
javax/naming/directory/InitialDirContext.java,
javax/naming/event/NamingEvent.java,
javax/naming/ldap/ControlFactory.java,
javax/naming/ldap/ExtendedRequest.java,
javax/naming/ldap/InitialLdapContext.java,
javax/naming/ldap/LdapReferralException.java,
javax/naming/spi/DirObjectFactory.java,
javax/naming/spi/DirStateFactory.java,
javax/naming/spi/DirectoryManager.java,
javax/naming/spi/InitialContextFactory.java,
javax/naming/spi/InitialContextFactoryBuilder.java,
javax/naming/spi/NamingManager.java,
javax/naming/spi/ObjectFactory.java,
javax/naming/spi/ObjectFactoryBuilder.java,
javax/naming/spi/StateFactory.java:
Import cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89399 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Oct 2004 20:38:29 +0000 (20:38 +0000)]
2004-10-21  Michael Koch  <konqueror@gmx.de>

* javax/crypto/Cipher.java,
javax/crypto/EncryptedPrivateKeyInfo.java,
javax/crypto/ExemptionMechanism.java,
javax/crypto/KeyAgreement.java,
javax/crypto/KeyGenerator.java,
javax/crypto/Mac.java,
javax/crypto/SecretKeyFactory.java,
javax/crypto/SecretKeyFactorySpi.java,
javax/crypto/spec/SecretKeySpec.java:
Import cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89398 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Oct 2004 20:21:04 +0000 (20:21 +0000)]
2004-10-21  Michael Koch  <konqueror@gmx.de>

* java/security/AlgorithmParameterGenerator.java,
java/security/AlgorithmParameters.java,
java/security/AlgorithmParametersSpi.java,
java/security/AllPermission.java,
java/security/BasicPermission.java,
java/security/Certificate.java,
java/security/CodeSource.java,
java/security/DigestInputStream.java,
java/security/DigestOutputStream.java,
java/security/GuardedObject.java,
java/security/KeyFactory.java,
java/security/KeyFactorySpi.java,
java/security/KeyPairGenerator.java,
java/security/KeyStore.java,
java/security/KeyStoreSpi.java,
java/security/Permissions.java,
java/security/Security.java,
java/security/Signature.java,
java/security/UnresolvedPermission.java,
java/security/cert/CertPathBuilder.java,
java/security/cert/CertPathValidator.java,
java/security/cert/CertStore.java,
java/security/cert/Certificate.java,
java/security/cert/CertificateFactory.java,
java/security/cert/PolicyQualifierInfo.java,
java/security/cert/TrustAnchor.java,
java/security/cert/X509CRL.java,
java/security/cert/X509CRLSelector.java,
java/security/cert/X509CertSelector.java:
Import cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89397 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 21 Oct 2004 20:14:03 +0000 (20:14 +0000)]
2004-10-21  Michael Koch  <konqueror@gmx.de>

* java/rmi/MarshalledObject.java,
java/rmi/Naming.java,
java/rmi/activation/Activatable.java,
java/rmi/activation/ActivationGroup.java,
java/rmi/activation/ActivationGroupDesc.java,
java/rmi/activation/ActivationInstantiator.java,
java/rmi/activation/ActivationMonitor.java,
java/rmi/activation/ActivationSystem.java,
java/rmi/activation/Activator.java,
java/rmi/registry/LocateRegistry.java,
java/rmi/registry/Registry.java,
java/rmi/server/LogStream.java,
java/rmi/server/ObjID.java,
java/rmi/server/RMIClientSocketFactory.java,
java/rmi/server/RMIServerSocketFactory.java,
java/rmi/server/RMISocketFactory.java,
java/rmi/server/RemoteCall.java,
java/rmi/server/RemoteServer.java,
java/rmi/server/ServerRef.java,
java/rmi/server/UID.java,
java/rmi/server/UnicastRemoteObject.java:
Import cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89396 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * java/util/zip/InflaterInputStream.java (fill): Don't throw an
tromey [Thu, 21 Oct 2004 19:32:51 +0000 (19:32 +0000)]
* java/util/zip/InflaterInputStream.java (fill): Don't throw an
exception if we hit EOF of `in'.
(read): Handle case where inflating returns -1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89395 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gnu/java/nio/channels/natFileChannelPosix.cc
uweigand [Thu, 21 Oct 2004 18:21:00 +0000 (18:21 +0000)]
* gnu/java/nio/channels/natFileChannelPosix.cc
(FileChannelImpl::available): Call FIONREAD ioctl with 'int *'
argument instead of 'long *'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89391 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * dbxout.c: Remove unnecessary #undefs.
zack [Thu, 21 Oct 2004 17:22:01 +0000 (17:22 +0000)]
* dbxout.c: Remove unnecessary #undefs.
(GDB_INV_REF_REGPARM_STABS_LETTER, DBX_MEMPARM_STABS_LETTER)
(FILE_NAME_JOINER, STABS_GCC_MARKER): Remove; fold sole
definition into use sites.
(cwd): Make local to dbxout_init.
(dbxout_init): Restructure cwd-using logic for clarity.  Use
IS_DIR_SEPARATOR.
* xcoffout.h (DBX_OUTPUT_GCC_MARKER): Definition of
STABS_GCC_MARKER folded in here.
* system.h: Poison now-unused macros.
* doc/tm.texi: Remove documentation of now-unused macros.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89387 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 21 Oct 2004 16:31:54 +0000 (16:31 +0000)]
2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/17538
        * c-opts.c (push_command_line_include): Use the current file
        name instead of the main one.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89385 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 21 Oct 2004 16:29:58 +0000 (16:29 +0000)]
2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR objc/17923
        * tree.c (staticp): A CONST_DECL has static storage if either
        TREE_STATIC or DECL_EXTERNAL is set.
        * c-decl.c (pushdecl_top_level): Accept CONST_DECLs which can
        have null names.

2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR objc/17923
        * objc-act.c (objc_build_string_object): Create a CONST_DECL
        for the NeXT runtime case.

2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR objc/17923
        * objc.dg/const-str-7.m: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89384 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * expr.c (store_expr): Remove dont_store_target.
kazu [Thu, 21 Oct 2004 16:15:15 +0000 (16:15 +0000)]
* expr.c (store_expr): Remove dont_store_target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89383 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 21 Oct 2004 16:14:29 +0000 (16:14 +0000)]
2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c++/13560
        * error.c (cp_error_at): Output the context as it might be
        different file as the other location.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89382 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-cfg.c (thread_jumps): Speed up by using a worklist.
kazu [Thu, 21 Oct 2004 16:06:31 +0000 (16:06 +0000)]
* tree-cfg.c (thread_jumps): Speed up by using a worklist.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89381 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-cfg.c (thread_jumps): Move a part of it to ...
kazu [Thu, 21 Oct 2004 16:03:02 +0000 (16:03 +0000)]
* tree-cfg.c (thread_jumps): Move a part of it to ...
(thread_jumps_from_bb): ... here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89380 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * java/util/ResourceBundle.java (tryBundle): Also ignore
tromey [Thu, 21 Oct 2004 15:55:09 +0000 (15:55 +0000)]
* java/util/ResourceBundle.java (tryBundle): Also ignore
ClassCastException.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89379 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.
dje [Thu, 21 Oct 2004 14:53:11 +0000 (14:53 +0000)]
* dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.
* xcoffout.h (DBX_FINISH_SYMBOL): Change asmfile to (ASMFILE).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89378 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 21 Oct 2004 14:53:02 +0000 (14:53 +0000)]
2004-10-21  Paolo Carlini  <pcarlini@suse.de>
    Dhruv Matani  <dhruvbird@gmx.net>
    Nathan Myers  <ncm@cantrip.org>

* include/bits/vector.tcc (_M_insert_aux, _M_fill_insert,
_M_range_insert): Check at the outset that we are not trying
to exceed max_size, then deal properly with __len overflows.
* testsuite/23_containers/vector/modifiers/insert/1.cc: New.

* testsuite/testsuite_allocator.h: Remove redundant include.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89377 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-21 Andrew Haley <aph@redhat.com>
aph [Thu, 21 Oct 2004 14:38:13 +0000 (14:38 +0000)]
2004-10-21  Andrew Haley  <aph@redhat.com>

PR java/18091:
* jcf-parse.c (set_source_filename): Add code to build new sfname.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89376 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * expr.c (store_expr): Clean up by renaming want_value to
kazu [Thu, 21 Oct 2004 13:26:34 +0000 (13:26 +0000)]
* expr.c (store_expr): Clean up by renaming want_value to
call_param_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89374 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * typeck.c: Fix a comment typo.
kazu [Thu, 21 Oct 2004 12:59:00 +0000 (12:59 +0000)]
* typeck.c: Fix a comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89373 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * g++.dg/template/memfriend11.C: Fix comment typo.
lerdsuwa [Thu, 21 Oct 2004 11:16:35 +0000 (11:16 +0000)]
* g++.dg/template/memfriend11.C: Fix comment typo.
* g++.dg/template/memfriend14.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89371 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/sh/linux-unwind.h (sh_fallback_frame_state): Don't
kkojima [Thu, 21 Oct 2004 11:08:06 +0000 (11:08 +0000)]
* config/sh/linux-unwind.h (sh_fallback_frame_state): Don't
fixup pc here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89370 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR 18004.
aldyh [Thu, 21 Oct 2004 10:51:02 +0000 (10:51 +0000)]
PR 18004.
* expmed.c (store_bit_field): Pass original 'value' before
recursing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89369 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * configure.ac (SIGNAL_HANDLER): Set to include/sh-signal.h
kkojima [Thu, 21 Oct 2004 10:44:39 +0000 (10:44 +0000)]
* configure.ac (SIGNAL_HANDLER): Set to include/sh-signal.h
for all sh*-*-linux* targets.
* configure: Regenerate.
* include/sh-signal.h: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89368 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoAdd m32r support.
nickc [Thu, 21 Oct 2004 09:36:47 +0000 (09:36 +0000)]
Add m32r support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89367 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
kkojima [Thu, 21 Oct 2004 06:00:41 +0000 (06:00 +0000)]
* src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
* testsuite/libffi.call/float3.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89366 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agotypo fix
amodra [Thu, 21 Oct 2004 05:06:30 +0000 (05:06 +0000)]
typo fix

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89365 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago* config/arm/ieee754-sf.S: Large speed improvements. Fix NAN handling.
nico [Thu, 21 Oct 2004 04:22:01 +0000 (04:22 +0000)]
* config/arm/ieee754-sf.S: Large speed improvements. Fix NAN handling.
* config/arm/ieee754-df.S: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89364 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
rth [Thu, 21 Oct 2004 01:00:16 +0000 (01:00 +0000)]
    * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
        gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
        -fasynchronous-unwind-tables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89359 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
rth [Thu, 21 Oct 2004 00:57:48 +0000 (00:57 +0000)]
    * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
        (main): Return success.
        * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
        (main): Return success.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89358 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * dbxout.c (asmfile): Delete. All uses changed to asm_out_file.
zack [Thu, 21 Oct 2004 00:53:47 +0000 (00:53 +0000)]
* dbxout.c (asmfile): Delete.  All uses changed to asm_out_file.
(DBX_BLOCKS_FUNCTION_RELATIVE, DBX_LINES_FUNCTION_RELATIVE):
Default to 0.
(dbxout_source_line): Use DBX_OUTPUT_SOURCE_LINE when defined.
When it is not, but DBX_LINES_FUNCTION_RELATIVE is true, emit
an internal label and an N_SLINE .stabn whose value is the
difference between that label and the function entry label.
(dbxout_finish): If DBX_OUTPUT_MAIN_SOURCE_FILE_END is not defined,
but DBX_OUTPUT_NULL_N_SO_AT_MAIN_SOURCE_FILE_END is, emit a
label and an N_SO stab with an empty string referring to it.
(dbx_output_lbrac, dbx_output_rbrac): Use if statement instead
of #ifdef directive to test DBX_BLOCKS_FUNCTION_RELATIVE.
(dbxout_type_methods, dbxout_symbol): Remove #if 0 block.
(dbxout_prepare_symbol): Remove #ifdef WINNING_GDB block, this
macro is never defined.
* sdbout.c (sdbout_source_line_counter): Delete.
(PUT_SDB_SRC_FILE): Delete.  Uses replaced with sole definition.
(sdbout_source_line): Use SDB_OUTPUT_SOURCE_LINE, which takes
only two arguments.
* xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Rename ASM_OUTPUT_LINE.

* config/dbxcoff.h, config/dbxelf.h: Remove unncessary #undefs.
* config/c4x/c4x.h, config/pa/pa.h: Remove unnecessary macro
definitions (identical to default).
* config/darwin.h, config/dbxcoff.h, config/dbxelf.h, config/ptx4.h
* config/h8300/coff.h, config/pa/som.h, config/sh/elf.h:
Define DBX_OUTPUT_NULL_N_SO_AT_MAIN_SOURCE_FILE_END, not
DBX_OUTPUT_MAIN_SOURCE_FILE_END.
* config/dbxcoff.h, config/dbxelf.h, config/ptx4.h
* config/mcore/mcore-pe.h, config/pa/som.h, config/sh/elf.h:
Define DBX_LINES_FUNCTION_RELATIVE, not ASM_OUTPUT_SOURCE_LINE.
* config/alpha/alpha-protos.h: Don't prototype alpha_output_lineno.
* config/alpha/alpha.c: Move declaration of num_source_filenames up.
(alpha_start_function): Use SDB_OUTPUT_SOURCE_LINE.
(sym_lineno): Delete.
(alpha_output_filename): Do not emit N_SOL stabs here.  Remove
now-unused variable.
(alpha_output_lineno): Delete.
* config/mips/mips-protos.h: Don't prototype mips_output_lineno.
* config/mips/mips.c (mips_output_filename): Don't use
ASM_OUTPUT_FILENAME. Don't emit N_SOL stabs here.
(mips_output_lineno): Delete.
(mips_output_function_prologue: Use SDB_OUTPUT_SOURCE_LINE.
* config/alpha/alpha.h: Define DBX_OUTPUT_SOURCE_LINE and
SDB_OUTPUT_SOURCE_LINE, not ASM_OUTPUT_SOURCE_LINE.
* config/mips/mips.h: Likewise.  Don't define ASM_OUTPUT_FILENAME.
* config/mips/sdb.h: Use SDB_OUTPUT_SOURCE_LINE.
* config/avr/avr.h: Don't define ASM_OUTPUT_SOURCE_LINE.
* config/mmix/mmix.h: Likewise.
* config/mmix/mmix.c (mmix_asm_output_source_line): Delete.
* config/mmix/mmix-protos.h: Don't prototype it.
* config/alpha/unicosmk.h: Also #undef PREFERRED_DEBUGGING_TYPE;
no need to #undef ASM_OUTPUT_SOURCE_LINE.
* config/arm/aout.h: Remove RISCiX-specific definition of
DBX_OUTPUT_MAIN_SOURCE_FILENAME.
* config/m32r/m32r.h: Define DBX_OUTPUT_SOURCE_LINE, not
ASM_OUTPUT_SOURCE_LINE.
* config/rs6000/rs6000.h: (ASM_OUTPUT_SOURCE_LINE): Rename
DBX_OUTPUT_SOURCE_LINE.  Don't use current_function_func_begin_label.
* config/vax/elf.h: No need to define DBX_OUTPUT_FUNCTION_END.

* doc/tm.texi: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89357 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also.
rth [Thu, 21 Oct 2004 00:49:25 +0000 (00:49 +0000)]
    * tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89356 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Thu, 21 Oct 2004 00:16:17 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89354 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Thu, 21 Oct 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89353 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 21 Oct 2004 00:06:02 +0000 (00:06 +0000)]
2004-10-20  Paolo Carlini  <pcarlini@suse.de>

* include/ext/bitmap_allocator.h (allocate): Throw std::bad_alloc
when n > max_size().
* include/ext/malloc_allocator.h (allocate): Likewise.
* include/ext/mt_allocator.h (allocate): Likewise.
* include/ext/new_allocator.h (allocate): Likewise.
* include/ext/array_allocator.h: Use __throw_bad_alloc().
* include/ext/pool_allocator.h: Use __builtin_expect.
* testsuite/ext/array_allocator/check_allocate_max_size.cc: New.
* testsuite/ext/bitmap_allocator/check_allocate_max_size.cc: Likewise.
* testsuite/ext/malloc_allocator/check_allocate_max_size.cc: Likewise.
* testsuite/ext/mt_allocator/check_allocate_max_size.cc: Likewise.
* testsuite/ext/new_allocator/check_allocate_max_size.cc: Likewise.
* testsuite/ext/pool_allocator/check_allocate_max_size.cc: Likewise.
* testsuite/testsuite_allocator.h (check_allocate_max_size): New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89351 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoRevert previous patch see http://gcc.gnu.org/ml/gcc/2004-10/msg00805.html
kcook [Wed, 20 Oct 2004 23:45:37 +0000 (23:45 +0000)]
Revert previous patch see gcc.gnu.org/ml/gcc/2004-10/msg00805.html

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89350 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/rs6000/rs6000.c
bje [Wed, 20 Oct 2004 22:57:05 +0000 (22:57 +0000)]
* config/rs6000/rs6000.c
(rs6000_va_start): Use build_va_arg_indirect_ref.
(rs6000_gimplify_va_arg): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89349 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * java/lang/natClass.cc (_Jv_LayoutVTableMethods): Cast pointers
schwab [Wed, 20 Oct 2004 21:42:33 +0000 (21:42 +0000)]
* java/lang/natClass.cc (_Jv_LayoutVTableMethods): Cast pointers
to uaddr, not int.
* java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass):
Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89346 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Bryce McKinlay <mckinlay@redhat.com>
bryce [Wed, 20 Oct 2004 21:36:47 +0000 (21:36 +0000)]
2004-10-20  Bryce McKinlay  <mckinlay@redhat.com>

PR java/15575
* configure.ac: Declare AM_LANGINFO_CODESET.
* aclocal.m4: Define AM_LANGINFO_CODESET.
* configure, config.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89345 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * de.po: Update.
jsm28 [Wed, 20 Oct 2004 21:35:08 +0000 (21:35 +0000)]
* de.po: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89343 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * expr.c (store_expr): Remove code that is run when
kazu [Wed, 20 Oct 2004 19:04:43 +0000 (19:04 +0000)]
* expr.c (store_expr): Remove code that is run when
want_value & 1 is nonzero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89340 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gthr-posix.h (__gthread_active_p): Use __extension__ around cast
mmitchel [Wed, 20 Oct 2004 16:56:10 +0000 (16:56 +0000)]
* gthr-posix.h (__gthread_active_p): Use __extension__ around cast
from function pointer to void *.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89336 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR c++/13495
lerdsuwa [Wed, 20 Oct 2004 16:20:50 +0000 (16:20 +0000)]
PR c++/13495
* decl.c (make_unbound_class_template): Add PARM_LIST parameter.
* cp-tree.h (make_unbound_class_template): Adjust prototype.
* parser.c (cp_parser_lookup_name): Adjust call to
make_unbound_class_template.
(cp_parser_single_declaration): Handle member class of class
template as template friend parsing correctly.
* friend.c (is_friend): Call is_specialization_of_friend for
template friend class.
(make_friend_class): Handle member class of class template as
template friend.
* pt.c (is_specialization_of_friend): Likewise.
(instantiate_class_template): Likewise.
(tsubst): Adjust call to make_unbound_class_template.

* g++.dg/template/memfriend9.C: New test.
* g++.dg/template/memfriend10.C: Likewise.
* g++.dg/template/memfriend11.C: Likewise.
* g++.dg/template/memfriend12.C: Likewise.
* g++.dg/template/memfriend13.C: Likewise.
* g++.dg/template/memfriend14.C: Likewise.
* g++.dg/template/memfriend15.C: Likewise.
* g++.dg/template/memfriend16.C: Likewise.
* g++.dg/template/memfriend17.C: Likewise.
* g++.old-deja/g++.pt/friend44.C: Remove bogus error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89335 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agocp:
nathan [Wed, 20 Oct 2004 14:30:52 +0000 (14:30 +0000)]
cp:
* typeck.c (composite_pointer_type): Add comment about DR 195
(build_reinterpret_cast_1): Add for_reinterpret_cast_p parameter.
Allow function pointer conversions that DR195 suggests.
(build_reinterpret_cast, build_c_cast): Update
build_reinterpret_cast_1 calls.
testsuite:
* g++.dg/conversion/dr195.C: New.
* g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89334 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR target/18032
kkojima [Wed, 20 Oct 2004 13:57:22 +0000 (13:57 +0000)]
PR target/18032
* config/sh/sh.c (sh_expand_epilogue): Emit a blockage insn before
the frame pointer adjustment when exception handling is enabled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89333 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * call.c, typeck.c: Fix comment typos.
kazu [Wed, 20 Oct 2004 13:16:44 +0000 (13:16 +0000)]
* call.c, typeck.c: Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89332 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * stor-layout.c: Fix a comment typo.
kazu [Wed, 20 Oct 2004 13:14:01 +0000 (13:14 +0000)]
* stor-layout.c: Fix a comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89331 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 20 Oct 2004 12:03:40 +0000 (12:03 +0000)]
2004-10-20  Michael Koch  <konqueror@gmx.de>

* javax/print/attribute/standard/ColorSupported.java,
javax/print/attribute/standard/Compression.java,
javax/print/attribute/standard/Copies.java,
javax/print/attribute/standard/CopiesSupported.java,
javax/print/attribute/standard/DateTimeAtCompleted.java,
javax/print/attribute/standard/DateTimeAtCreation.java,
javax/print/attribute/standard/DateTimeAtProcessing.java,
javax/print/attribute/standard/DocumentName.java,
javax/print/attribute/standard/Fidelity.java,
javax/print/attribute/standard/Finishings.java,
javax/print/attribute/standard/JobHoldUntil.java,
javax/print/attribute/standard/JobImpressions.java,
javax/print/attribute/standard/JobImpressionsCompleted.java,
javax/print/attribute/standard/JobImpressionsSupported.java,
javax/print/attribute/standard/JobKOctets.java,
javax/print/attribute/standard/JobKOctetsProcessed.java,
javax/print/attribute/standard/JobKOctetsSupported.java,
javax/print/attribute/standard/JobMediaSheets.java,
javax/print/attribute/standard/JobMediaSheetsCompleted.java,
javax/print/attribute/standard/JobMediaSheetsSupported.java,
javax/print/attribute/standard/JobMessageFromOperator.java,
javax/print/attribute/standard/JobName.java,
javax/print/attribute/standard/JobOriginatingUserName.java,
javax/print/attribute/standard/JobPriority.java,
javax/print/attribute/standard/JobPrioritySupported.java,
javax/print/attribute/standard/JobSheets.java,
javax/print/attribute/standard/JobState.java,
javax/print/attribute/standard/JobStateReason.java,
javax/print/attribute/standard/JobStateReasons.java,
javax/print/attribute/standard/Media.java,
javax/print/attribute/standard/MultipleDocumentHandling.java,
javax/print/attribute/standard/NumberOfDocuments.java,
javax/print/attribute/standard/NumberOfInterveningJobs.java,
javax/print/attribute/standard/NumberUp.java,
javax/print/attribute/standard/NumberUpSupported.java,
javax/print/attribute/standard/OrientationRequested.java,
javax/print/attribute/standard/OutputDeviceAssigned.java,
javax/print/attribute/standard/PDLOverrideSupported.java,
javax/print/attribute/standard/PageRanges.java,
javax/print/attribute/standard/PagesPerMinute.java,
javax/print/attribute/standard/PagesPerMinuteColor.java,
javax/print/attribute/standard/PrintQuality.java,
javax/print/attribute/standard/PrinterInfo.java,
javax/print/attribute/standard/PrinterIsAcceptingJobs.java,
javax/print/attribute/standard/PrinterLocation.java,
javax/print/attribute/standard/PrinterMakeAndModel.java,
javax/print/attribute/standard/PrinterMessageFromOperator.java,
javax/print/attribute/standard/PrinterMoreInfo.java,
javax/print/attribute/standard/PrinterMoreInfoManufacturer.java,
javax/print/attribute/standard/PrinterName.java,
javax/print/attribute/standard/PrinterStateReason.java,
javax/print/attribute/standard/PrinterStateReasons.java,
javax/print/attribute/standard/PrinterURI.java,
javax/print/attribute/standard/ReferenceUriSchemesSupported.java,
javax/print/attribute/standard/RequestingUserName.java:
Reorganized imports and removed redundant final modifiers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89330 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 20 Oct 2004 10:50:31 +0000 (10:50 +0000)]
2004-10-20  Michael Koch  <konqueror@gmx.de>

* javax/security/sasl/SaslClient.java,
javax/security/sasl/SaslClientFactory.java,
javax/security/sasl/SaslException.java,
javax/security/sasl/SaslServer.java,
javax/security/sasl/SaslServerFactory.java:
Remvoed CVS tags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89329 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 20 Oct 2004 10:42:13 +0000 (10:42 +0000)]
2004-10-20  Michael Koch  <konqueror@gmx.de>

* javax/security/auth/login/NullConfiguration.java,
javax/security/auth/x500/X500Principal.java,
javax/security/cert/X509Certificate.java,
javax/security/sasl/AuthenticationException.java,
javax/security/sasl/AuthorizeCallback.java,
javax/security/sasl/RealmCallback.java,
javax/security/sasl/RealmChoiceCallback.java,
javax/security/sasl/Sasl.java,
javax/security/sasl/SaslClient.java,
javax/security/sasl/SaslClientFactory.java,
javax/security/sasl/SaslException.java,
javax/security/sasl/SaslServer.java,
javax/security/sasl/SaslServerFactory.java:
Cleaned up import statements and copyright notices.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89328 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 20 Oct 2004 08:45:33 +0000 (08:45 +0000)]
2004-10-20  Michael Koch  <konqueror@gmx.de>

* gnu/java/rmi/rmic/RMIC.java: Reformatted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89327 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR bootstrap/17832
aaronwl [Wed, 20 Oct 2004 08:21:09 +0000 (08:21 +0000)]
PR bootstrap/17832

* fixincl.c (SIGCHLD): Remove definition.
(initialize): Remove SIGIOT and SIGPIPE checks.
(create_file): Fix mkdir() for Win32.
(internal_fix): Use dup2() instead of fcntl().

* fixlib.h (SIGQUIT): Define if undefined.
(SIGIOT): Same.
(SIGPIPE): Same.
(SIGALRM): Same.
(SIGKILL): Same.

* procopen.c (chain_open): Use dup2() instead of fcntl().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89326 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoFix date.
aaronwl [Wed, 20 Oct 2004 08:11:04 +0000 (08:11 +0000)]
Fix date.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89325 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 20 Oct 2004 08:09:27 +0000 (08:09 +0000)]
2004-10-20  Michael Koch  <konqueror@gmx.de>

* java/sql/Timestamp.java,
java/text/AttributedCharacterIterator.java,
java/text/AttributedString.java,
java/util/zip/CheckedOutputStream.java,
java/util/zip/DeflaterOutputStream.java,
java/util/zip/ZipFile.java,
javax/crypto/Cipher.java,
javax/crypto/ExemptionMechanismException.java,
javax/crypto/SecretKey.java,
javax/crypto/SecretKeyFactory.java,
javax/naming/directory/ModificationItem.java,
javax/naming/directory/SearchControls.java,
javax/naming/event/NamingListener.java,
javax/naming/ldap/Control.java,
javax/naming/ldap/ExtendedResponse.java,
javax/net/ssl/SSLSocketFactory.java:
Reorganized imports and fixed copyright headers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89324 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * adaint.c (__gnat_get_libraries_from_registry): Cast value
aaronwl [Wed, 20 Oct 2004 08:05:09 +0000 (08:05 +0000)]
* adaint.c (__gnat_get_libraries_from_registry): Cast value
        to LPBYTE.
(__gnat_portable_spawn): Remove const.

* mingw32.h (MAXPATHLEN): Check for previous definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89323 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 20 Oct 2004 07:53:27 +0000 (07:53 +0000)]
2004-10-20  Michael Koch  <konqueror@gmx.de>

* java/util/logging/ConsoleHandler.java,
java/util/logging/ErrorManager.java,
java/util/logging/FileHandler.java,
java/util/logging/Filter.java,
java/util/logging/Formatter.java,
java/util/logging/Handler.java,
java/util/logging/Level.java,
java/util/logging/LogManager.java,
java/util/logging/LogRecord.java,
java/util/logging/Logger.java,
java/util/logging/LoggingPermission.java,
java/util/logging/MemoryHandler.java,
java/util/logging/SimpleFormatter.java,
java/util/logging/SocketHandler.java,
java/util/logging/StreamHandler.java,
java/util/logging/XMLFormatter.java:
Standardized copyrigth header.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89322 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * MAINTAINERS (Write After Approval): Add myself.
aaronwl [Wed, 20 Oct 2004 07:50:06 +0000 (07:50 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89321 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * parser.c (cp_token_position): New typedef. Define VEC thereof.
nathan [Wed, 20 Oct 2004 07:25:35 +0000 (07:25 +0000)]
* parser.c (cp_token_position): New typedef. Define VEC thereof.
(struct cp_lexer): Allow buffer and buffer_end to be NULL. Make
next_token and last_token cp_token_position. Make saved_tokens a
VEC(cp_token_position).
(eof_token): New static variable.
(CP_SAVED_TOKENS_SIZE): Rename to ...
(CP_SAVED_TOKEN_STACK): ... here.
(cp_lexer_new_main): Adjust main lexer creation and buffer
filling.
(cp_lexer_new_from_tokens): Do not copy the tokens, merely point
to the parent buffer.  Do not append eof token.
(cp_lexer_destroy): Only free buffer if non-NULL. Free token
stack.
(cp_lexer_next_token, cp_lexer_prev_token): Remove.
(cp_lexer_token_position, cp_lexer_token_at): New.
(cp_lexer_saving_tokens): Adjust. Make inline.
(cp_lexer_advance_token, cp_lexer_token_difference): Remove.
(cp_lexer_peek_token_emit_debug_info): Fold into ...
(cp_lexer_peek_token): ... here.
(cp_lexer_peek_nth_token): Don't peek past EOF.
(cp_lexer_consume_token): Set next_token to eof_token, if reaching
EOF.
(cp_lexer_purge_token): Adjust eof setting.
(cp_lexer_purge_tokens_after): Likewise.
(cp_lexer_save_tokens): Push next_token directly.
(cp_lexer_commit_tokens): Adjust.
(cp_lexer_rollback_tokens): Pop next_token directly.
(cp_parser_check_for_invalid_template_id): Adjust token purging.
(cp_parser_translation_unit): Do not consume the EOF.
(cp_parser_nested_name_specifier_opt): Adjust token purging.
(cp_parser_template_id, cp_parser_template_name): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89320 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-20 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 20 Oct 2004 07:21:49 +0000 (07:21 +0000)]
2004-10-20  Michael Koch  <konqueror@gmx.de>

* java/security/AlgorithmParameterGenerator.java,
java/security/AlgorithmParameters.java,
java/security/DigestInputStream.java,
java/security/Identity.java,
java/security/KeyFactory.java,
java/security/KeyPairGenerator.java,
java/security/KeyStore.java,
java/security/MessageDigest.java,
java/security/MessageDigestSpi.java,
java/security/Policy.java,
java/security/SecureRandom.java,
java/security/Security.java,
java/security/Signature.java,
java/security/SignatureSpi.java,
java/security/cert/CertPathBuilder.java,
java/security/cert/CertPathValidator.java,
java/security/cert/CertStore.java,
java/security/cert/Certificate.java,
java/security/cert/CertificateFactory.java,
java/security/cert/PolicyQualifierInfo.java,
java/security/cert/TrustAnchor.java,
java/security/cert/X509CRL.java,
java/security/cert/X509CRLEntry.java,
java/security/cert/X509Certificate.java,
java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java:
Import statements reorganized, some little formatting issues,
used java-style array declarations, added comments in empty catch
blocks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89319 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * expr.c (store_field): Remove two arguments value_mode and
kazu [Wed, 20 Oct 2004 03:35:14 +0000 (03:35 +0000)]
* expr.c (store_field): Remove two arguments value_mode and
unsignedp.
(expand_assignment, store_constructor_field,
expand_expr_real_1): Adjust calls to store_field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89317 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/arc/lib1funcs.asm (___umulsidi3): Correct usage of flags.
giovannibajo [Wed, 20 Oct 2004 02:21:04 +0000 (02:21 +0000)]
* config/arc/lib1funcs.asm (___umulsidi3): Correct usage of flags.

PR target/17317
* config/arc/arc.h (REGNO_OK_FOR_BASE_P,REGNO_OK_FOR_INDEX_P,
REG_OK_FOR_BASE, REG_OK_FOR_INDEX): Consider blink(r31) as a valid
base and index register for loads.

* config/arc/t-arc: Fix multilib handling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89316 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * Makefile.in (configure): Add @MAINT@ infront of configure.ac
pinskia [Wed, 20 Oct 2004 01:45:46 +0000 (01:45 +0000)]
    * Makefile.in (configure): Add @MAINT@ infront of configure.ac

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89314 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
bje [Wed, 20 Oct 2004 01:29:57 +0000 (01:29 +0000)]
* gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
of floating point arithmetic, which could trap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89313 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-08 Mike Stump <mrs@apple.com>
pinskia [Wed, 20 Oct 2004 01:26:37 +0000 (01:26 +0000)]
2004-10-08  Mike Stump  <mrs@apple.com>
            Andrew Pinski  <pinskia@physics.uc.edu>

        * aclocal.m4: Rename to ...
        * acinclude.m4: here and also use m4_include instead of sinclude.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89312 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
hp [Wed, 20 Oct 2004 00:23:16 +0000 (00:23 +0000)]
* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
don't inspect BLOCK_FOR_INSN for barriers.
* emit-rtl.c (emit_barrier_before): Revert last change.
(emit_barrier_after, emit_barrier): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89308 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Wed, 20 Oct 2004 00:16:22 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89306 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Wed, 20 Oct 2004 00:16:16 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89305 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * call.c (struct conversion): Add base_p.
mmitchel [Tue, 19 Oct 2004 23:24:20 +0000 (23:24 +0000)]
* call.c (struct conversion): Add base_p.
(convert_like): Add c_cast_p argument.
(convert_like_with_conversion): Likewise.
(build_conv): Clear base_p.
(standard_conversion): Set it, for derived-to-base conversions.
(convert_like_real): Add c_cast_p parameter.  Handle pointer
conversions directly rather than relying on ocp_convert.
(perform_direct_initialization_if_possible): Add c_cast_p
parameter.
* cp-tree.h (perform_direct_initialization_if_possible): Change
prototype.
(convert_member_func_to_ptr): New function.
* typeck.c (check_for_casting_away_constness): Add diag_fn
parameter.
(build_static_cast_1): New function, split out from ...
(build_static_cast): ... here.  Use build_static_cast_1.
(build_reinterpret_cast_1): New function, split out from ...
(build_reinterpret_cast): ... here.  Use build_reinterpret_cast_1.
(build_const_cast_1): New function, split out from ...
(build_const_cast): ... here.  Use build_const_cast_1.
(build_c_cast): Rewrite to use build_const_cast_1,
build_static_cast_1, and build_reinterpret_cast_1.
(convert_member_func_to_ptr): New function.

* g++.dg/conversion/reinterpret1.C: Adjust error markers.
* g++.dg/conversion/const2.C: New test.
* g++.dg/expr/reinterpret2.C: New test.
* g++.dg/expr/reinterpret3.C: New test.
* g++.dg/expr/cast2.C: New test.
* g++.dg/expr/copy1.C: New test.
* g++.dg/other/conversion1.C: Change error message.
* g++.dg/parse/comma1.C: Use __extension__ to allow casts from
function pointers to void *.
* g++.old-deja/g++.mike/p10148.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89300 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * doc/extend.texi (Extended Asm): Warn and provide example
hp [Tue, 19 Oct 2004 23:17:06 +0000 (23:17 +0000)]
* doc/extend.texi (Extended Asm): Warn and provide example
solution for using a call-clobbered asm register.
(Local Reg Vars): Similar.  Cross-reference example.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89299 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoCRLF fixup
kcook [Tue, 19 Oct 2004 22:00:48 +0000 (22:00 +0000)]
CRLF fixup

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89297 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
ebotcazou [Tue, 19 Oct 2004 20:57:30 +0000 (20:57 +0000)]
* gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89289 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-19 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 19 Oct 2004 20:52:22 +0000 (20:52 +0000)]
2004-10-19  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-cfg.c (group_case_labels): Look at the second to last
        case statement for combing with the default case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89288 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoTestcase for PR 17962.
rth [Tue, 19 Oct 2004 19:21:41 +0000 (19:21 +0000)]
Testcase for PR 17962.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89285 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR 17962
rth [Tue, 19 Oct 2004 19:15:31 +0000 (19:15 +0000)]
    PR 17962
        * stor-layout.c (layout_type): Set TYPE_ALIGN for vectors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89284 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
uweigand [Tue, 19 Oct 2004 17:47:54 +0000 (17:47 +0000)]
* include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
Add prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89283 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * builtins.c (expand_builtin_memmove): If fold_builtin_memmove
rth [Tue, 19 Oct 2004 17:43:31 +0000 (17:43 +0000)]
    * builtins.c (expand_builtin_memmove): If fold_builtin_memmove
        succeeds, only expand the result.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89282 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR middle-end/17885
rth [Tue, 19 Oct 2004 17:24:46 +0000 (17:24 +0000)]
    PR middle-end/17885
        * tree.c (recompute_tree_invarant_for_addr_expr): Always poll address
        of INDIRECT_REF.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89280 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-cfg.c (thread_jumps): Use a do-while loop instead of a
kazu [Tue, 19 Oct 2004 15:38:25 +0000 (15:38 +0000)]
* tree-cfg.c (thread_jumps): Use a do-while loop instead of a
loop with goto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89276 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * expr.c (expand_assignment): Remove the last argument.
kazu [Tue, 19 Oct 2004 14:43:56 +0000 (14:43 +0000)]
* expr.c (expand_assignment): Remove the last argument.
Change the return type to void.
* expr.h: Update the prototype of expand_assignment.
* function.c (assign_parm_setup_reg): Update a call to
expand_assignment.
* stmt.c (expand_asm_expr): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89275 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * MAINTAINERS: Remove from Write After Approval those that are
kazu [Tue, 19 Oct 2004 13:13:35 +0000 (13:13 +0000)]
* MAINTAINERS: Remove from Write After Approval those that are
already maintainers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89274 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * expr.c (expand_expr_real_1) <MODIFY_EXPR>: Remove
kazu [Tue, 19 Oct 2004 12:51:05 +0000 (12:51 +0000)]
* expr.c (expand_expr_real_1) <MODIFY_EXPR>: Remove
unnecessary assignments to temp.  Return const0_rtx.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89273 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-19 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 19 Oct 2004 12:40:31 +0000 (12:40 +0000)]
2004-10-19  Paolo Bonzini  <bonzini@gnu.org>

PR c++/18047
* parser.c (enum cp_parser_prec): Give relational expressions
a higher precedence than equality expressions.

2004-10-19  Paolo Bonzini  <bonzini@gnu.org>

PR c++/18047

* g++.dg/parse/expr3.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89272 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/sh/sh.c (sh5_schedule_saves): Fix typo.
kkojima [Tue, 19 Oct 2004 11:05:34 +0000 (11:05 +0000)]
* config/sh/sh.c (sh5_schedule_saves): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89271 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * MAINTAINERS: Update my email address.
spop [Tue, 19 Oct 2004 09:27:04 +0000 (09:27 +0000)]
* MAINTAINERS:  Update my email address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89270 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-19 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 19 Oct 2004 08:56:32 +0000 (08:56 +0000)]
2004-10-19  Paolo Carlini  <pcarlini@suse.de>

* testsuite/performance/20_util/allocator/list_sort_search.cc:
Include <ext/new_allocator.h>.
* testsuite/performance/20_util/allocator/map_mt_find.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89269 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-10-18 Kelley Cook <kcook@gcc.gnu.org>
kcook [Tue, 19 Oct 2004 00:21:03 +0000 (00:21 +0000)]
2004-10-18  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac (powerpc-*-darwin*): Require assembler to support
.machine directive.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89264 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Tue, 19 Oct 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89262 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Tue, 19 Oct 2004 00:16:11 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89261 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
kazu [Mon, 18 Oct 2004 23:56:18 +0000 (23:56 +0000)]
* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
the currently visited word to right.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89259 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * reload1.c (ior_hard_reg_set): Remove.
kazu [Mon, 18 Oct 2004 23:54:36 +0000 (23:54 +0000)]
* reload1.c (ior_hard_reg_set): Remove.
(finish_spills): Use IOR_HARD_REG_SET instead of
ior_hard_reg_set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89258 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
kazu [Mon, 18 Oct 2004 23:51:07 +0000 (23:51 +0000)]
* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
the currently visited word to right.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89257 138bc75d-0d04-0410-961f-82ee72b054a4