Gabriel Dos Reis
7f98c6bc32
Makefile.am: New file.
...
2001-02-10 Gabriel Dos Reis <gdr@codesourcery.com>
* testsuite/Makefile.am: New file.
From-SVN: r39574
2001-02-10 00:58:16 +00:00
Tom Tromey
932670198f
* java/util/Timer.java: New version from Classpath.
...
From-SVN: r39573
2001-02-09 23:28:55 +00:00
Bryce McKinlay
0e206b71aa
Double.java (doubleToRawLongBits): Now native.
...
* java/lang/Double.java (doubleToRawLongBits): Now native.
* java/lang/Float.java (floatToRawIntBits): Likewise.
* java/lang/natDouble.cc (doubleToRawLongBits): New method.
* java/lang/natFloat.cc (floatToRawIntBits): Likewise.
From-SVN: r39572
2001-02-09 22:13:33 +00:00
Alexandre Petit-Bianco
30f87f1a70
[multiple changes]
...
2001-02-09 Raja R Harinath <harinath@cs.umn.edu>
* Make-lang.in (java/mangle_name.o): Add 'make' prereqs.
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>
* Manke-lang.in (JVGENMAIN_OBJS): Added `errors.o'
* jvgenmain.c (error): Reversed 2001-02-09 patch. `error' is now
gone.
(http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00537.html )
From-SVN: r39571
2001-02-09 13:34:57 -08:00
Alexandre Petit-Bianco
1e97aa4083
mangle_name.c (append_unicode_mangled_name): Emit _' or
U' outside of the `__U' sequence too.
...
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>
* mangle_name.c (append_unicode_mangled_name): Emit `_' or `U'
outside of the `__U' sequence too.
(unicode_mangling_length): Count `_' or `U' outside of the `__U'
sequence too.
(http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00532.html )
From-SVN: r39570
2001-02-09 12:29:08 -08:00
Christopher Faylor
ce67545628
* config/i386/t-cygwin (T_CPPFLAGS): Use correct location for CYGWIN_CROSS_DIR.
...
From-SVN: r39569
2001-02-09 20:06:15 +00:00
Alexandre Oliva
cc0744d13f
sh.md (sibcalli, [...]): Set fp_mode attribute.
...
* config/sh/sh.md (sibcalli, sibcalli_pcrel, sibcalli): Set
fp_mode attribute.
From-SVN: r39568
2001-02-09 19:41:48 +00:00
Alexandre Petit-Bianco
a395f5abc5
jvgenmain.c (error): Reversed 2001-02-01 deletion.
...
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>
* jvgenmain.c (error): Reversed 2001-02-01 deletion.
(http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00527.html )
From-SVN: r39567
2001-02-09 11:41:28 -08:00
Nick Clifton
ab51eb25ba
Change output contraint on post inc load/store multiple patterns to be a
...
read/write contraint.
From-SVN: r39566
2001-02-09 18:47:05 +00:00
Nathan Sidwell
929408ba11
* include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.
...
From-SVN: r39565
2001-02-09 14:12:51 +00:00
Jason Merrill
3b635dfc2c
* lang-specs.h: Restore definition of __EXCEPTIONS.
...
From-SVN: r39564
2001-02-09 07:07:07 -05:00
Jeff Law
2027b0aee0
Daily bump.
...
From-SVN: r39563
2001-02-09 01:45:08 -07:00
Alexandre Petit-Bianco
010cc79a7e
File.java (java.net): Imported.
...
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>
* java/io/File.java (java.net): Imported.
(getAbsoluteFile): Added.
(getCanonicalPath): Likewise.
(toURL): Likewise.
(http://gcc.gnu.org/ml/java-patches/2001-q1/msg00208.html )
From-SVN: r39562
2001-02-09 00:30:31 -08:00
Neil Booth
58e31b83cf
gcc.c (cpp_options): Delete .d files on error.
...
* gcc.c (cpp_options): Delete .d files on error. Don't delete
.o files when using the -M options.
From-SVN: r39561
2001-02-09 07:43:13 +00:00
Geoffrey Keating
7c6b0e92a4
In libf2c:
...
* configure.in: Don't run AC_PROG_CC_WORKS, because
we're not interested in the result and it might fail.
* libF77/configure.in: Likewise.
* libI77/configure.in: Likewise.
* libU77/configure.in: Likewise.
* configure: Regenerated.
* libF77/configure: Likewise.
* libI77/configure: Likewise.
* libU77/configure: Likewise.
In libobjc:
* configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
we're not interested in the result and they might fail.
* configure: Regenerated.
From-SVN: r39560
2001-02-09 07:14:35 +00:00
Bryce McKinlay
c2dd346b48
OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream closed.
...
* java/io/OutputStreamWriter.java: (flush, writeChars): Throw
IOException if stream closed.
From-SVN: r39559
2001-02-09 04:01:59 +00:00
David Edelsohn
db9473af45
Oops, fix entry timestamp.
...
From-SVN: r39558
2001-02-08 22:16:33 -05:00
Franz Sirl
02a4ec28a7
rs6000.c (output_toc): Allow 32-bit targets to handle DImode constants.
...
* config/rs6000/rs6000.c (output_toc): Allow 32-bit targets to
handle DImode constants. Use one TOC entry for SImode and smaller
constants, aligned properly.
Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
From-SVN: r39557
2001-02-08 22:15:56 -05:00
Bryce McKinlay
c97036e4c3
Byte.java: Remove redundant instanceof and null checks.
...
* java/lang/Byte.java: Remove redundant instanceof and null checks.
* java/lang/Integer.java: Likewise.
* java/lang/Long.java: Likewise.
* java/lang/Short.java: Likewise.
* java/lang/Double.java: Likewise.
(doubleToRawLongBits): New method.
* java/lang/Float.java: As above.
(floatToRawIntBits): New method.
From-SVN: r39556
2001-02-09 02:56:38 +00:00
Tom Tromey
1c8b24ad46
* java/lang/Float.java (parseFloat): New method.
...
From-SVN: r39555
2001-02-09 02:21:27 +00:00
Jason Merrill
34ce3d7ba5
arm.c (arm_expand_prologue): Do tell the dwarf2 backend about the SP adjustment for saving the static chain...
...
* config/arm/arm.c (arm_expand_prologue): Do tell the dwarf2 backend
about the SP adjustment for saving the static chain pointer.
* dwarf2out.c (dwarf2out_frame_debug_expr): Use the specified
offset when setting a temporary CFA register.
From-SVN: r39554
2001-02-08 21:00:44 -05:00
Tom Tromey
8a5f950e04
re PR libgcj/1913 (reading closed streams throws NullPointerException, not IOException)
...
From paul@dawa.demon.co.uk . Fix for PR libgcj/1913:
* java/io/InputStreamReader.java (ready, read): Throw IOException
if stream has been closed.
From-SVN: r39553
2001-02-09 01:54:38 +00:00
Alexandre Petit-Bianco
1b43b6be4a
Make-lang.in (JAVA_OBJS): Added java/mangle_name.o
...
2001-02-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* Make-lang.in (JAVA_OBJS): Added java/mangle_name.o
(JVGENMAIN_OBJS): Likewise.
* java-tree.h (append_gpp_mangled_name): New prototype.
* jcf-parse.c (ggc_mark_jcf): Argument now `void *.'
Removed cast calling `gcc_add_root.'
* jvgenmain.c (mangle_obstack): New global, initialized.
(main): Use it.
(do_mangle_class): Constify local `ptr.'
Removed macro `MANGLE_NAME.' Removed cast in `for.' Call
append_gpp_mangle_name and update `count' if necessary.
Use `mangle_obstack.'
* mangle.c (append_unicode_mangled_name): Removed.
(append_gpp_mangled_name): Likewise.
(unicode_mangling_length): Likewise.
(mangle_member_name): Return type set to `void.'
(mangle_field_decl): Don't append `U' in escaped names.
(mangle_method_decl): Likewise.
(mangle_member_name): Just use `append_gpp_mangled_name.'
* mangle_name.c: New file.
(http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00492.html )
From-SVN: r39552
2001-02-08 16:32:11 -08:00
Chandrakala Chavva
8da6d80e87
config.gcc: New targets, i386-*-chorusos*, sparc-*-chorusos*, powerpc-*-chorusos* .
...
* config.gcc : New targets, i386-*-chorusos*, sparc-*-chorusos*,
powerpc-*-chorusos* .
* config/rs6000/chorus.h : New file.
* config/i386/chorus.h : New file.
* config/sparc/chorus.h : New file.
* config/sparc/t-chorus-elf : New file.
From-SVN: r39551
2001-02-08 17:09:06 -05:00
Chandrakala Chavva
e31ae6db84
configure.in: for *-chorusos, don't config target-newlib and target-libgloss.
...
* configure.in: for *-chorusos, don't config target-newlib and
target-libgloss.
From-SVN: r39550
2001-02-08 17:05:23 -05:00
Benjamin Kosnik
ab7a43d812
locale-inst.cc (fill_n): Instantiate with size_t arguments.
...
2001-02-08 Loren J. Rittle <ljrittle@acm.org>
* src/locale-inst.cc (fill_n): Instantiate with size_t arguments.
From-SVN: r39549
2001-02-08 20:33:19 +00:00
David Edelsohn
0755891883
Add missing part of __WCHAR_TYPE__ patch.
...
From-SVN: r39548
2001-02-08 15:31:46 -05:00
David Edelsohn
7841642f75
rs6000.h (ASM_OUTPUT_SYMBOL_REF): Move from here ...
...
* config/rs6000/rs6000.h (ASM_OUTPUT_SYMBOL_REF): Move from here ...
* config/rs6000/aix.h (ASM_OUTPUT_SYMBOL_REF): ... to here.
* config/rs6000/aix51.h (CPLUSCPLUS_CPP_SPEC): Define it.
(__WCHAR_TYPE__): Correct macro name.
From-SVN: r39547
2001-02-08 15:30:16 -05:00
David Edelsohn
527b03ede0
* configure.target (aix4*): Remove extra set of brackets.
...
From-SVN: r39546
2001-02-08 14:53:19 -05:00
Richard Henderson
6fca22eb3b
i386.c (ix86_frame_pointer_required): New.
...
* config/i386/i386.c (ix86_frame_pointer_required): New.
(ix86_setup_frame_addresses): New.
(struct machine_funciton): Add accesses_prev_frame.
* config/i386/i386.h (FRAME_POINTER_REQUIRED): Call
ix86_frame_pointer_required.
(SUBTARGET_FRAME_POINTER_REQUIRED): New.
(SETUP_FRAME_ADDRESSES): New.
* config/i386/i386-protos.h: Update.
* config/i386/sco5.h (SUBTARGET_FRAME_POINTER_REQUIRED): Rename
from FRAME_POINTER_REQUIRED.
* config/i386/svr3gas.h: Likewise.
* config/i386/sysv3.h: Likewise.
* config/i386/v3gas.h: Likewise.
From-SVN: r39545
2001-02-08 11:15:37 -08:00
Richard Henderson
0020b823d6
sparc.c (function_arg_record_value_3): Fix calculation of the number of integer registers required.
...
* config/sparc/sparc.c (function_arg_record_value_3): Fix
calculation of the number of integer registers required.
(function_arg_record_value): Likewise.
From-SVN: r39544
2001-02-08 10:46:46 -08:00
Jason Merrill
33c4f1746c
diagnostic.c (internal_error): Say "confused" after 1 error, not two.
...
* diagnostic.c (internal_error): Say "confused" after 1 error, not
two. Print file and line with "confused" message.
From-SVN: r39543
2001-02-08 12:18:47 -05:00
Jason Merrill
00a42e2160
dwarf2out.c (dwarf2out_line): Include filename in -dA output.
...
* dwarf2out.c (dwarf2out_line): Include filename in -dA output.
and improve comments.
From-SVN: r39542
2001-02-08 12:09:18 -05:00
Richard Kenner
dd248abd80
* rtlanal.c (remove_node_from_expr_list): Correctly update PREV.
...
From-SVN: r39541
2001-02-08 11:24:34 -05:00
Jason Merrill
bd0d5d4a5e
search.c (shared_member_p): New function.
...
* search.c (shared_member_p): New function.
(lookup_field_r): Use it.
* cp-tree.h (SHARED_MEMBER_P): Remove.
* method.c (process_overload_item): Handle template-dependent array
bounds.
* pt.c (type_unification_real): If we end up with undeduced nontype
parms, try again.
* decl.c (lookup_name_real): Tweak warning to refer to decls, not
types.
* typeck2.c (friendly_abort): Don't say anything if we have
earlier errors or sorries.
* decl.c (check_tag_decl): Notice attempts to redefine bool and
wchar_t. Ignore if in_system_header.
* decl.c (maybe_push_cleanup_level): New fn...
(start_decl_1): ...split out from here.
* cvt.c (build_up_reference): Use it.
* cp-tree.h: Declare it.
From-SVN: r39540
2001-02-08 10:54:39 -05:00
Bernd Schmidt
0c1cf241c4
Properly handle asms for stop bit generation
...
From-SVN: r39539
2001-02-08 15:23:41 +00:00
Bernd Schmidt
0433762093
Eliminate SUBREGs inside MEMs.
...
From-SVN: r39538
2001-02-08 15:09:05 +00:00
Jason Merrill
870eabc47e
improve comments
...
From-SVN: r39537
2001-02-08 07:39:14 -05:00
Warren Levy
1ae696e59a
mauve.exp: Added support for XFAILs.
...
* libjava.mauve/mauve.exp: Added support for XFAILs.
* libjava.mauve/xfails: New file.
From-SVN: r39536
2001-02-08 12:04:57 +00:00
Jeff Law
1bff1f9a87
Daily bump.
...
From-SVN: r39535
2001-02-08 01:45:08 -07:00
Per Bothner
4a83be51ae
check-init.c (check_init): Fix TRY_FINALLY_EXPR logic.
...
* check-init.c (check_init): Fix TRY_FINALLY_EXPR logic.
* check-init.c (check_init): Don't call done_alternative after
processing loop code, as a LOOP_EXPR never terminates normally.
From-SVN: r39534
2001-02-07 19:45:14 -08:00
Joseph Myers
14baf6b5ea
gcc.texi (Incompatibilities): Update documentation of preprocessing numbers.
...
* gcc.texi (Incompatibilities): Update documentation of
preprocessing numbers.
From-SVN: r39533
2001-02-08 02:32:06 +00:00
Joseph Myers
f4d07b5e44
default.exp, [...]: Remove bug reporting instructions with ancient email addresses.
...
* config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
g++.dg/dg.exp, g++.old-deja/old-deja.exp,
g77.f-torture/execute/execute.exp,
g77.f-torture/noncompile/noncompile.exp,
gcc.c-torture/execute/execute.exp,
gcc.c-torture/execute/memcheck/memcheck.exp,
gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
Remove bug reporting instructions with ancient email addresses.
From-SVN: r39532
2001-02-08 02:29:38 +00:00
Joseph Myers
7e5fd99fd3
gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
...
gcc/java/:
* gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
libffi/:
* include/ffi.h.in: Change sourceware.cygnus.com references to
gcc.gnu.org.
libjava/:
* README, gij.cc, java/lang/natClass.cc, java/lang/natSystem.cc:
Change sources.redhat.com and sourceware.cygnus.com references to
gcc.gnu.org.
From-SVN: r39531
2001-02-08 01:49:53 +00:00
Zack Weinberg
037313ae8d
cpphash.h (struct spec_nodes): Add n_true and n_false.
...
* cpphash.h (struct spec_nodes): Add n_true and n_false.
* cppinit.c (cpp_create_reader): Initialize them.
(append_include_chain): cxx_aware arg might be unused.
* cppexp.c (lex): In C++ mode, recognize 'true' and 'false'
keywords and give them their phase 7 meaning. Pedwarn about
this unless '__bool_true_false_are_defined' is defined.
* g++.dg/stdbool-if.C: New test.
From-SVN: r39530
2001-02-07 23:13:46 +00:00
Tom Tromey
a4c6d37356
re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)
...
Fix for PR libgcj/1906:
* java/text/MessageFormat.java (setLocale): Use named class
literals.
(forName): Removed.
(format(Object,StringBuffer,FieldPosition)): Special case if
argument is an Object[].
From-SVN: r39529
2001-02-07 22:46:28 +00:00
Alexandre Petit-Bianco
1456345e53
jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field DECLs.
...
2001-02-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
* jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field
DECLs.
(http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00424.html )
From-SVN: r39528
2001-02-07 14:26:27 -08:00
Jakub Jelinek
1ada4cd094
c-decl.c (finish_enum): Revert part of 2000-01-05 change.
...
* c-decl.c (finish_enum): Revert part of 2000-01-05 change.
* gcc.dg/20010202-1.c: New test.
* gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
From-SVN: r39527
2001-02-07 23:04:10 +01:00
Benjamin Kosnik
0c952af328
Clean up stdexcept.
...
2001-02-07 Benjamin Kosnik <bkoz@redhat.com>
Clean up stdexcept.
* include/bits/stringfwd.h: New file.
* include/bits/stl_string_fwd.h: Remove.
* include/bits/localefwd.h: Remove declaration for allocator.
* include/bits/std_iosfwd: Same.
* include/bits/std_string.h: Include it.
* include/bits/std_ios.h: Remove include.
* include/bits/basic_string.h: Tweak.
* libsupc++/new: Format.
* src/Makefile.am (base_headers): Add stringfwd.h, remove
stl_string_fwd.h
* src/Makefile.in: Regenerate.
* include/bits/std_stdexcept.h: Rewrite.
* src/stdexcept.cc: Same.
From-SVN: r39526
2001-02-07 20:26:24 +00:00
Mark Mitchell
830a95f892
* config/rs6000/aix43.h (CPLUSCPLUS_CPP_SPEC): Define it.
...
From-SVN: r39525
2001-02-07 19:10:57 +00:00