OSDN Git Service

pf3gnuchains/gcc-fork.git
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

19 years ago * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
kkojima [Mon, 18 Oct 2004 23:12:20 +0000 (23:12 +0000)]
* src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
the function returning a structure pointed with R2.
* src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
the structure return value if T bit set.  Emit position
independent code and EH data if PIC.

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

19 years ago PR middle-end/18045
ebotcazou [Mon, 18 Oct 2004 22:45:01 +0000 (22:45 +0000)]
PR middle-end/18045
* expmed.c (expand_smod_pow2): Handle modes whose size
is greater than that of HOST_WIDE_INT.

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

19 years ago[gcc/ChangeLog]
zlaski [Mon, 18 Oct 2004 22:28:09 +0000 (22:28 +0000)]
[gcc/ChangeLog]
2004-10-18  Ziemowit Laski  <zlaski@apple.com>

        * c-parse.in (reservedwords): Add OBJC_TYPE_QUAL as alternative.

[gcc/testsuite/ChangeLog]
2004-10-18  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/method-14.m: New test.

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

19 years ago PR middle-end/17813
ebotcazou [Mon, 18 Oct 2004 22:06:36 +0000 (22:06 +0000)]
PR middle-end/17813
* dojump.c (discard_pending_stack_adjust): New function.
(clear_pending_stack_adjust): Call it.
* expr.h (discard_pending_stack_adjust): Declare it.
* explow.c (emit_stack_save): Emit pending stack adjustments
before saving the stack pointer.
(emit_stack_restore): Discard pending stack adjustments before
restoring the stack pointer.

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

19 years ago2004-10-18 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 18 Oct 2004 22:03:15 +0000 (22:03 +0000)]
2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
        Also xfail as the patch was reverted.

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

19 years ago * c-common.c (handle_mode_attribute): Allow scalar->vector
rth [Mon, 18 Oct 2004 22:01:51 +0000 (22:01 +0000)]
    * c-common.c (handle_mode_attribute): Allow scalar->vector
        type changes yet.

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

19 years agoFix typo.
pinskia [Mon, 18 Oct 2004 21:54:11 +0000 (21:54 +0000)]
Fix typo.

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

19 years ago* gnatvsn.ads: Set gnat library version to 4.0.
doko [Mon, 18 Oct 2004 21:47:21 +0000 (21:47 +0000)]
* gnatvsn.ads: Set gnat library version to 4.0.

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

19 years ago * expr.c (expand_expr_real_1) [MODIFY_EXPR]: Don't request a
kazu [Mon, 18 Oct 2004 21:18:23 +0000 (21:18 +0000)]
* expr.c (expand_expr_real_1) [MODIFY_EXPR]: Don't request a
value to expand_assignment.

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

19 years ago * tree-cfg.c (cleanup_tree_cfg): Don't iterate on
kazu [Mon, 18 Oct 2004 21:16:53 +0000 (21:16 +0000)]
* tree-cfg.c (cleanup_tree_cfg): Don't iterate on
thread_jumps.
(thread_jumps): Iterate until no new forwarder block arises.

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

19 years ago * tree-cfg.c (tree_forwarder_block_p): Don't set forwardable.
kazu [Mon, 18 Oct 2004 21:14:34 +0000 (21:14 +0000)]
* tree-cfg.c (tree_forwarder_block_p): Don't set forwardable.
(thread_jumps): Use forwardable as cache of
tree_forwarder_block_p throughout the function.

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

19 years ago2004-10-18 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Mon, 18 Oct 2004 19:58:01 +0000 (19:58 +0000)]
2004-10-18  Andreas Krebbel  <krebbel1@de.ibm.com>

* cfg.c (dump_flow_info): Remove redundant dump of reg life info.

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

19 years ago2004-10-18 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 18 Oct 2004 19:38:47 +0000 (19:38 +0000)]
2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/16973
        * gcc.dg/pr16973.c: New test.

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

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

        PR middle-end/15014
        PR middle-end/16973
        * tree-cfg.c (remove_bb): If we have a label expression in the
        basic block and the label we have taken the address, move the
        label expression to the basic block which is previous in the
        linked list.
        (tree_verify_flow_info): Fix printing out the label name of the
        problematic label expression.

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

19 years agoNote PR rtl-optimization/18002.
dje [Mon, 18 Oct 2004 18:47:38 +0000 (18:47 +0000)]
Note PR rtl-optimization/18002.

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

19 years ago2004-10-18 Pat Haugen <pthaugen@us.ibm.com>
dje [Mon, 18 Oct 2004 18:46:06 +0000 (18:46 +0000)]
2004-10-18  Pat Haugen  <pthaugen@us.ibm.com>

        * simplify-rtx.c (mode_signbit_p): Externalize function...
        * rtl.h (mode_signbit_p): ... to here.
        * combine.c (simplify_shift_const): Recognize PLUS signbit as
        canonical form of XOR signbit and move to outer op.

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

19 years ago * tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
dnovillo [Mon, 18 Oct 2004 18:01:10 +0000 (18:01 +0000)]
* tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
Update all callers.
* tree-ssa.c (replace_immediate_uses): Call bsi_for_stmt.
Don't call fold_stmt more than once, use bsi_replace.

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

19 years ago PR tree-optimization/17656
dnovillo [Mon, 18 Oct 2004 17:39:47 +0000 (17:39 +0000)]
PR tree-optimization/17656
* tree-ssa.c (replace_immediate_uses): When replacing a
constant, if the call to fold_stmt produced a different
statement, get an appropriate statement pointer by scanning
STMT's basic block.

PR tree-optimization/17656
* testsuite/gcc.c-torture/compile/pr17656.c: New test.

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

19 years agocp:
nathan [Mon, 18 Oct 2004 17:21:36 +0000 (17:21 +0000)]
cp:
* cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.
(ACCESSIBLY_UNIQUELY_DERIVED_P): Remove.
(PUBLICLY_UNIQUELY_DERIVED_P): Adjust lookup_base call.
(enum base_access): Reorganize.
(accessible_base_p, accessible_p): Add consider_local_p parameter.
* call.c (standard_conversion): Update comment about
DERIVED_FROM_P.
(enforce_access): Adjust accessible_p call.
(build_over_call): Adjust accessible_base_p call.
* class.c (convert_to_base): Adjust lookup_base call.
(build_vtbl_ref_1): Likewise.
(warn_about_ambiguous_bases): Likewise. Add early exit.
* cvt.c (convert_to_pointer_force) Adjust lookup_base call.
* search.c (accessible_base_p): Add consider_local_p parameter.
(lookup_base): Pass consider_local_p to accessible_base_p call.
(friend_accessible_p): Check whether scope is a class member.
Remove unnecessary class template check.
(accessible_p): Add consider_local_p parameter. Use it.
(adjust_result_of_qualified_name_lookup): Adjust lookup_base call.
* tree.c (maybe_dummy_object): Likewise.
* typeck.c (comp_except_type): Use PUBLICLY_UNIQUELY_DERIVED_P.
(build_class_member_access_expr): Adjust lookup_base call.
* typeck2.c (binfo_or_else): Likewise.
* rtti.c (build_dynamic_cast_1): Access can consider friendship
and current scope.
testsuite:
* g++.dg/eh/shadow1.C: New.

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

19 years ago * pointer-set.c (hash1): Don't use libm functions in fallback case.
rth [Mon, 18 Oct 2004 16:44:50 +0000 (16:44 +0000)]
    * pointer-set.c (hash1): Don't use libm functions in fallback case.

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

19 years agoCorrect date.
hjl [Mon, 18 Oct 2004 16:06:10 +0000 (16:06 +0000)]
Correct date.

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

19 years ago2004-11-18 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 18 Oct 2004 15:52:51 +0000 (15:52 +0000)]
2004-11-18  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/17684
* Makefile.in (clean): Remove libgcc_s$(SHLIB_EXT).1.stage?.
(stage1-start): Remove and copy libunwind.a and
libunwind*$(SHLIB_EXT) instead of libunwind*.
(stage2-start): Likewise.
(stage3-start): Likewise.
(stage4-start): Likewise.
(stageprofile-start): Likewise.
(stagefeedback-start): Likewise.

* config/alpha/t-osf4 (SHLIB_LINK): Use a temporary file for
the shared library to be created and don't remove the existing
shared library.
* config/arm/t-netbsd (SHLIB_LINK): Likewise.
* config/i386/t-nwld (SHLIB_LINK): Likewise.
* config/mips/t-slibgcc-irix (SHLIB_LINK): Likewise.
* config/pa/t-hpux-shlib (SHLIB_LINK): Likewise.
* config/sh/t-linux (SHLIB_LINK): Likewise.
* config/t-libunwind-elf (SHLIBUNWIND_LINK): Likewise.
* config/t-slibgcc-darwin (SHLIB_LINK): Likewise.
* config/t-slibgcc-elf-ver (SHLIB_LINK): Likewise.
* config/t-slibgcc-sld (SHLIB_LINK): Likewise.

* mklibgcc.in (libgcc-stage-start): Also move "*${objext}s"
files.

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

19 years ago * basic-block.h (reg_set_iterator): New.
kazu [Mon, 18 Oct 2004 15:11:31 +0000 (15:11 +0000)]
* basic-block.h (reg_set_iterator): New.
(EXECUTE_IF_SET_IN_REG_SET): Make it iterator style.
(EXECUTE_IF_AND_COMPL_IN_REG_SET): Likewise.
(EXECUTE_IF_AND_IN_REG_SET): Likewise.
* caller-save.c (save_call_clobbered_regs): Adjust to the new
style.
* cfgcleanup.c (thread_jump): Likewise.
* cfgrtl.c (safe_insert_insn_on_edge): Likewise.
* conflict.c (conflict_graph_compute): Likewise.
* flow.c (verify_local_live_at_start, update_life_info,
initialize_uninitialized_subregs, propagate_one_insn,
init_propagate_block_info, free_propagate_block_info,
propagate_block, dump_regset): Likewise.
* global.c (global_conflicts): Likewise.
* graph.c (start_bb): Likewise.
* local-alloc.c (update_equiv_regs): Likewise.
* loop.c (load_mems): Likewise.
* reload1.c (compute_use_by_pseudos, order_regs_for_reload,
find_reg, finish_spills): Likewise.
* resource.c (mark_target_live_regs): Likewise.
* sched-deps.c (sched_analyze_insn): Likewise.
* sched-rgn.c (sched-rgn.c): Likewise.
* config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.

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

19 years ago2004-10-18 Jeroen Frijters <jeroen@frijters.net>
mkoch [Mon, 18 Oct 2004 15:07:04 +0000 (15:07 +0000)]
2004-10-18  Jeroen Frijters  <jeroen@frijters.net>

* java/security/Security.java
(static): Use AccessController.doPrivileged to get system property.

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

19 years ago2004-10-18 Sven de Marothy <sven@physto.se>
mkoch [Mon, 18 Oct 2004 14:41:45 +0000 (14:41 +0000)]
2004-10-18  Sven de Marothy  <sven@physto.se>

* java/nio/ByteBufferHelper.java
(putDouble): Use Double.toRawLongBits instead.

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

19 years ago2004-10-18 Mark Wielaard <mark@klomp.org>
aph [Mon, 18 Oct 2004 14:13:18 +0000 (14:13 +0000)]
2004-10-18  Mark Wielaard  <mark@klomp.org>
        Andrew Haley  <aph@redhat.com>

        * testsuite/libjava.lang/ExtraClassLoader.java: New.

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

19 years ago2004-10-18 Andrew Haley <aph@redhat.com>
aph [Mon, 18 Oct 2004 14:07:42 +0000 (14:07 +0000)]
2004-10-18  Andrew Haley  <aph@redhat.com>

        PR java/18036:
        * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Reorganize
        and correct logic used to find interpreter.

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

19 years ago2004-10-18 Jeroen Frijters <jeroen@frijters.net>
mkoch [Mon, 18 Oct 2004 14:05:04 +0000 (14:05 +0000)]
2004-10-18  Jeroen Frijters  <jeroen@frijters.net>

* java/util/logging/LogManager.java
(findAncestor): Fixed IndexOutOfBoundsException.

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

19 years ago2004-10-18 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 18 Oct 2004 13:40:05 +0000 (13:40 +0000)]
2004-10-18  Michael Koch  <konqueror@gmx.de>

* java/io/BufferedInputStream.java: Fixed @author tag.
(read): Simplified expression.
(read): Merged javadoc a bit more.
(read): Renamed 'remain' to 'totalBytesRead'.
* java/io/DataInputStream.java,
java/io/DataOutputStream.java,
java/io/ObjectInputStream.java,
java/io/ObjectOutputStream.java:
Reworked modifier order.

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

19 years ago * config/i386/i386.md (addqi_1_slp): Test for incdec_operand
jakub [Mon, 18 Oct 2004 13:01:36 +0000 (13:01 +0000)]
* config/i386/i386.md (addqi_1_slp): Test for incdec_operand
operand 1 instead of 2

* gcc.c-torture/compile/20041018-1.c: New test.

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