]> gcc.gnu.org Git - gcc.git/log
gcc.git
22 years agofinal.c (shorten_branches): Clear the end of the label_align array only if we made...
Zack Weinberg [Fri, 17 Aug 2001 01:27:49 +0000 (01:27 +0000)]
final.c (shorten_branches): Clear the end of the label_align array only if we made it larger.

* final.c (shorten_branches): Clear the end of the label_align
array only if we made it larger.  Break up messy expressions
for clarity.

* diagnostic.c (internal_error): Check for error recursion
before doing ICE suppression.

* timevar.c: Timing variables now count in milliseconds.
(init_timevar): Set up ticks_to_msec and clocks_to_msec here.
(get_time): Not here.
(timevar_print): Don't print any timer whose user, cpu, and
wall times are all zero as displayed.
* timevar.h: Update comment aboout units.  Make timevar
counters unsigned.

From-SVN: r44948

22 years agojcf-dump.c (main): Updated for change to jcf_path_seal.
Tom Tromey [Thu, 16 Aug 2001 21:52:14 +0000 (21:52 +0000)]
jcf-dump.c (main): Updated for change to jcf_path_seal.

* jcf-dump.c (main): Updated for change to jcf_path_seal.
* gjavah.c (main): Updated for change to jcf_path_seal.
* lang.c (version_flag): New global.
(java_decode_option): Recognize `-version'.
(java_init): Update for change to jcf_path_seal.
* jcf.h (jcf_path_seal): Added `print' argument.
* jcf-path.c (jcf_path_seal): Added `print' argument.

From-SVN: r44946

22 years agopr3743.x: Do not return 1 for xfail.
David Billinghurst [Thu, 16 Aug 2001 20:18:00 +0000 (20:18 +0000)]
pr3743.x: Do not return 1 for xfail.

2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>

* g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
Fix thinko.
* g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
for xfail.

From-SVN: r44945

22 years agoconfigure.target: Set LIMITSH for powerpc-*-*.
Franz Sirl [Thu, 16 Aug 2001 19:19:09 +0000 (19:19 +0000)]
configure.target: Set LIMITSH for powerpc-*-*.

2001-08-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
* configure.target: Set LIMITSH for powerpc-*-*.
* config/cpu/powerpc/bits/limits.h: New file.

From-SVN: r44944

22 years agotweak comment
Jason Merrill [Thu, 16 Aug 2001 16:24:46 +0000 (12:24 -0400)]
tweak comment

From-SVN: r44942

22 years agoAdd myself to people who can write after approval
Janis Johnson [Thu, 16 Aug 2001 16:23:09 +0000 (16:23 +0000)]
Add myself to people who can write after approval

From-SVN: r44941

22 years agoThu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>
Jan Hubicka [Thu, 16 Aug 2001 15:41:05 +0000 (17:41 +0200)]
Thu Aug 16 17:39:45 CEST 2001  Jan Hubicka  <jh@suse.cz>

* function.c (put_var_into_stack): Temporarily clear DECL_RTL.
(assign_params): Avoid setting DECL_RTL to unfinished RTX.
(expand_function_start): Likewise.
* stmt.c (expand_decl): Likewise.
* varasm.c (make_decl_rtx): Likewise.

From-SVN: r44940

22 years agostor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
Jason Merrill [Thu, 16 Aug 2001 13:46:37 +0000 (09:46 -0400)]
stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.

        * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
        (finalize_record_size): Don't set TYPE_USER_ALIGN.

From-SVN: r44937

22 years agoi386.c (ix86_init_mmx_sse_builtins): Remove unused variables.
Matt Kraai [Thu, 16 Aug 2001 13:32:22 +0000 (13:32 +0000)]
i386.c (ix86_init_mmx_sse_builtins): Remove unused variables.

* config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
variables.

From-SVN: r44936

22 years agoconfigure.in: Check for <sys/types.h>.
Marc Espie [Thu, 16 Aug 2001 12:49:19 +0000 (12:49 +0000)]
configure.in: Check for <sys/types.h>.

2001-08-16  Marc Espie <espie@openbsd.org>
* configure.in:  Check for <sys/types.h>.
* configure:  Rebuild.
* config.h.in:  Rebuild.
* libmath/mathconf.h:  Include <sys/types.h> prior to
<machine/endian.h> if available.

From-SVN: r44935

22 years agos390.c: Include "debug.h" for dwarf2out_do_frame prototype.
Andreas Jaeger [Thu, 16 Aug 2001 10:09:28 +0000 (12:09 +0200)]
s390.c: Include "debug.h" for dwarf2out_do_frame prototype.

        * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
        prototype.

From-SVN: r44933

22 years agoDaily bump.
GCC Administrator [Thu, 16 Aug 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r44931

22 years agojni.cc: Include IdentityHashMap.h, not Hashtable.h.
Tom Tromey [Wed, 15 Aug 2001 20:46:48 +0000 (20:46 +0000)]
jni.cc: Include IdentityHashMap.h, not Hashtable.h.

* jni.cc: Include IdentityHashMap.h, not Hashtable.h.
(local_ref_table, global_ref_table): Now IdentityHashMap.
(_Jv_JNI_Init): Updated for new types.
(mark_for_gc): Likewise.
(unmark_for_gc): Likewise.
* gcj/javaprims.h: Rebuilt class list.
* Makefile.in: Rebuilt.
* Makefile.am (core_java_source_files): Added new file.
* java/util/IdentityHashMap.java: New file.

From-SVN: r44929

22 years agonatIconv.cc (read): Handle EINVAL and E2BIG correctly.
Tom Tromey [Wed, 15 Aug 2001 20:24:00 +0000 (20:24 +0000)]
natIconv.cc (read): Handle EINVAL and E2BIG correctly.

* gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIG
correctly.

From-SVN: r44928

22 years agortl.h (only_sets_cc0_p): New prototype.
John Wehle [Wed, 15 Aug 2001 19:25:43 +0000 (19:25 +0000)]
rtl.h (only_sets_cc0_p): New prototype.

* rtl.h (only_sets_cc0_p): New prototype.
* jump.c (sets_cc0_p): Handle INSN.
(only_sets_cc0_p): New function.
* flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
(tidy_fallthru_edge): Likewise.
* integrate.c (copy_insn_list): Likewise.
* unroll.c (unroll_loop): Likewise.
(copy_loop_body): Likewise.

From-SVN: r44927

22 years ago* config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
Jason Eckhardt [Wed, 15 Aug 2001 18:54:10 +0000 (18:54 +0000)]
* config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".

From-SVN: r44926

22 years agoconfigure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m680[246]0.
Andreas Schwab [Wed, 15 Aug 2001 16:00:45 +0000 (16:00 +0000)]
configure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m680[246]0.

* configure.target (cpu_include_dir): Set to `config/cpu/m68k' for
m68k and m680[246]0.
* config/cpu/m68k/bits/atomicity.h: New file.

From-SVN: r44925

22 years agostd_limits.h [...]: Define appropriate long double limits for m68k extended floating...
Andreas Schwab [Wed, 15 Aug 2001 15:57:41 +0000 (15:57 +0000)]
std_limits.h [...]: Define appropriate long double limits for m68k extended floating point.

* include/bits/std_limits.h [__glibcpp_long_double_bits == 96]:
Define appropriate long double limits for m68k extended floating
point.
(__glibcpp_f32_digits10): Corrected, off by one.
(__glibcpp_f80_digits10): Likewise.
(__glibcpp_f128_digits10): Likewise.
* config/os/gnu-linux/bits/os_defines.h
(__glibcpp_long_double_bits) [__mc68000__]: Define to 96.

From-SVN: r44924

22 years agopredict.c (struct block_info_def): Remove nvisited.
Jan Hubicka [Wed, 15 Aug 2001 12:28:46 +0000 (14:28 +0200)]
predict.c (struct block_info_def): Remove nvisited.

* predict.c (struct block_info_def): Remove nvisited.
(propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
(estimate_bb_frequencies): Call mark_dfs_back_edges.

* i386.c (ix86_agi_depdendant): Lea causes AGI only on the Pentium
(ix86_adjust_cost): Teach scheduler that latency to load operand can
be masked.

From-SVN: r44921

22 years ago* predict.def: Update hitrates.
Jan Hubicka [Wed, 15 Aug 2001 11:24:17 +0000 (13:24 +0200)]
* predict.def: Update hitrates.

From-SVN: r44920

22 years ago* except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
Richard Henderson [Wed, 15 Aug 2001 07:23:08 +0000 (00:23 -0700)]
* except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.

From-SVN: r44919

22 years agoDaily bump.
GCC Administrator [Wed, 15 Aug 2001 07:16:16 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r44917

22 years agog77-dg.exp: Use prune.exp for common procedures
David Billinghurst [Wed, 15 Aug 2001 05:59:41 +0000 (05:59 +0000)]
g77-dg.exp: Use prune.exp for common procedures

2001-08-14  David Billinghurst <David.Billinghurst@riotinto.com>

* lib/g77-dg.exp:  Use prune.exp for common procedures
(g77-dg-prune): Replace prune_g77_output with prune_gcc_output
* lib/g77.exp: (g77-dg-prune) Remove

From-SVN: r44916

22 years agoAdd cscope(1) databases
Zack Weinberg [Wed, 15 Aug 2001 04:52:54 +0000 (04:52 +0000)]
Add cscope(1) databases

From-SVN: r44915

22 years agoconfig.sub: Merge from master sources, rev 1.218.
Zack Weinberg [Wed, 15 Aug 2001 04:27:14 +0000 (04:27 +0000)]
config.sub: Merge from master sources, rev 1.218.

* config.sub: Merge from master sources, rev 1.218.
* config.guess: Merge from master sources, rev 1.209.

From-SVN: r44914

22 years agoclass.c, cp-tree.h (build_vfn_ref): Remove.
Richard Henderson [Tue, 14 Aug 2001 23:51:27 +0000 (16:51 -0700)]
class.c, cp-tree.h (build_vfn_ref): Remove.

        * class.c, cp-tree.h (build_vfn_ref): Remove.
        * call.c, rtti.c: Replace all refernces with build_vtbl_ref.

From-SVN: r44913

22 years agonumeric_limits.cc: Add more tests.
Gabriel Dos Reis [Tue, 14 Aug 2001 23:34:04 +0000 (23:34 +0000)]
numeric_limits.cc: Add more tests.

      * testsuite/18_support/numeric_limits.cc: Add more tests.
      * include/bits/std_limits.h (numeric_limits<char>::max): Fix
      typo.

From-SVN: r44911

22 years agoflow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its associate...
Jeffrey A Law [Tue, 14 Aug 2001 23:30:16 +0000 (23:30 +0000)]
flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its associated jump.

* flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
note from its associated jump.

From-SVN: r44910

22 years agoDefine __s390__ also on 64-bit S/390 targets.
Ulrich Weigand [Tue, 14 Aug 2001 23:28:00 +0000 (23:28 +0000)]
Define __s390__ also on 64-bit S/390 targets.

From-SVN: r44909

22 years agoDon't define FFETARGET_32bit_longs for 64-bit S/390.
Ulrich Weigand [Tue, 14 Aug 2001 23:19:27 +0000 (23:19 +0000)]
Don't define FFETARGET_32bit_longs for 64-bit S/390.

From-SVN: r44908

22 years agoAdded atomicity.h header for s390.
Ulrich Weigand [Tue, 14 Aug 2001 23:16:57 +0000 (23:16 +0000)]
Added atomicity.h header for s390.

From-SVN: r44907

22 years ago* include/bits/std_limits.h: Fix thinko.
Gabriel Dos Reis [Tue, 14 Aug 2001 21:06:48 +0000 (21:06 +0000)]
* include/bits/std_limits.h: Fix thinko.

From-SVN: r44901

22 years agoHandle nested functions which take variable arguments
Nick Clifton [Tue, 14 Aug 2001 20:49:22 +0000 (20:49 +0000)]
Handle nested functions which take variable arguments

From-SVN: r44898

22 years agoinstall.texi (Specific, avr): Fix markup.
Gerald Pfeifer [Tue, 14 Aug 2001 20:18:14 +0000 (22:18 +0200)]
install.texi (Specific, avr): Fix markup.

* doc/install.texi (Specific, avr): Fix markup.
(Specific, c4x): Ditto.

From-SVN: r44896

22 years ago* predict.c (dump_prediction): Change `bool' parameter to `int'.
Matt Kraai [Tue, 14 Aug 2001 20:03:03 +0000 (20:03 +0000)]
* predict.c (dump_prediction): Change `bool' parameter to `int'.

From-SVN: r44895

22 years agoMakefile.in (OBJS): Add rtl-error.o
Gabriel Dos Reis [Tue, 14 Aug 2001 19:22:48 +0000 (19:22 +0000)]
Makefile.in (OBJS): Add rtl-error.o

* Makefile.in (OBJS): Add rtl-error.o
(rtl-error.o): New rule.
(diagnostic.o): Adjust dependency.
diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
error_for_asm, _fatal_insn, _fatal_insn_not_found,
warning_for_asm): Move to...
rtl-error.c: ...here.  New file.

From-SVN: r44894

22 years agodwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCEPTIONS.
Richard Henderson [Tue, 14 Aug 2001 19:12:34 +0000 (12:12 -0700)]
dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCEPTIONS.

        * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
        if USING_SJLJ_EXCEPTIONS.

From-SVN: r44893

22 years agotlink.c (scan_linker_output): Check string for unsatisfied in addition to undefined...
Steve Ellcey [Tue, 14 Aug 2001 15:01:48 +0000 (15:01 +0000)]
tlink.c (scan_linker_output): Check string for unsatisfied in addition to undefined and unresolved.

        * tlink.c (scan_linker_output): Check string for unsatisfied in
        addition to undefined and unresolved.

From-SVN: r44892

22 years ago* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.
Graham Stott [Tue, 14 Aug 2001 14:06:10 +0000 (14:06 +0000)]
* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.

From-SVN: r44891

22 years agogenattrtab.c (simplify_test_exp_in_temp): New function.
Jan Hubicka [Tue, 14 Aug 2001 13:01:20 +0000 (15:01 +0200)]
genattrtab.c (simplify_test_exp_in_temp): New function.

        * genattrtab.c (simplify_test_exp_in_temp): New function.
        (simplify_test_exp): Avoid explicit use of temporary obstack.
        (simplify_cond, insert_right_side, evaluate_eq_attr,
        simplify_and_tree, simplify_or_tree, eliminate_known_true):
        Use simplify_test_exp_in_temp.
        (optimize_attrs): Iterate until expression stabilizes.

From-SVN: r44890

22 years agoMakefile.am: Consolidate target rules.
Benjamin Kosnik [Tue, 14 Aug 2001 08:46:37 +0000 (08:46 +0000)]
Makefile.am: Consolidate target rules.

2001-08-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am: Consolidate target rules. Don't clean stamp
files. Tweak target build directory stamp.
* include/Makefile.in: Regenerate.

From-SVN: r44889

22 years agoMakefile.am: Consolidate target rules.
Benjamin Kosnik [Tue, 14 Aug 2001 08:42:19 +0000 (08:42 +0000)]
Makefile.am: Consolidate target rules.

2001-08-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am: Consolidate target rules. Don't clean stamp
files. Tweak target build directory stamp.
* include/Makefile.in: Regenerate.

2

From-SVN: r44888

22 years agoDaily bump.
GCC Administrator [Tue, 14 Aug 2001 07:16:18 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r44886

22 years agostubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL
Peter Schmid [Tue, 14 Aug 2001 06:50:58 +0000 (06:50 +0000)]
stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL

2001-08-14  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

* libstdc++-v3/libmath/stubs.c: Fix PR/3988, replace
_GBLICPP_HAVE_LOGL with HAVE_LOGL

From-SVN: r44884

22 years agoconfigure.in (libtool_VERSION): Add.
Benjamin Kosnik [Tue, 14 Aug 2001 01:24:30 +0000 (01:24 +0000)]
configure.in (libtool_VERSION): Add.

2001-08-13  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (libtool_VERSION): Add.
(VERSION): Change to
(release_VERSION): This.
* configure: Regenerate.
* src/Makefile.am (libstdc___la_LDFLAGS): Use -version-info with
libtool_VERSION.
* src/Makefile.in: Regenerate.

* intl/Makefile.am: Remove.
* intl/Makefile.in: Remove.
* intl: Remove.
* Makefile.am (SUBDIRS): Remove intl.
* po/Makefile.am (DISTFILES): Add string_literals.cc
(MSGFMT): Add.
* po/string_literals.cc: Add.
* po/POTFILES.in: Fix path.
* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't call AM_GNU_GETTEXT.
* aclocal.m4: Regenerate.
* configure.in: Remove AC_OUTPUT of intl/Makefile.

* include/backward/backward_warning.h: Clarify message.

* testsuite_flags.in (--cxxflags): Use same debug flags for
library and testsuite.

* include/Makefile.am (c_compatibility): Remove.
* include/Makefile.in: Regenerate.

From-SVN: r44880

22 years agoRemove s390x __LONG_MAX__ special case from glimits.h;
Ulrich Weigand [Tue, 14 Aug 2001 00:53:23 +0000 (00:53 +0000)]
Remove s390x __LONG_MAX__ special case from glimits.h;

define __LONG_MAX__ in CPP_PREDEFINES instead.

From-SVN: r44879

22 years agofloatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name.
Andrew Cagney [Tue, 14 Aug 2001 00:31:41 +0000 (00:31 +0000)]
floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name.

* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
name.

From-SVN: r44878

22 years agoconfigure.in (LIMITS_INC_SRCDIR): New variable.
Mark Mitchell [Mon, 13 Aug 2001 22:26:11 +0000 (22:26 +0000)]
configure.in (LIMITS_INC_SRCDIR): New variable.

* configure.in (LIMITS_INC_SRCDIR): New variable.
* configure.target (LIMITSH): New variable.
* porting.texi: Discuss numeric limits.
* config/cpu/generic/bits/limits.h: New file.
* config/cpu/i386/bits/limits.h: New file.
* include/Makefile.am: Install bits/limits.h.
* include/bits/c++config: Include bits/limits.h.

From-SVN: r44877

22 years agounknown-elf.h (CTOR_LIST_BEGIN, [...]): Remove.
Richard Henderson [Mon, 13 Aug 2001 22:05:16 +0000 (15:05 -0700)]
unknown-elf.h (CTOR_LIST_BEGIN, [...]): Remove.

        * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
        (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
        * config/arm/conix-elf.h: Likewise.

From-SVN: r44874

22 years agosvr4.h (LINK_SPEC): Don't do -Wl, here, it is done in gcc.c.
Geoffrey Keating [Mon, 13 Aug 2001 21:43:42 +0000 (21:43 +0000)]
svr4.h (LINK_SPEC): Don't do -Wl, here, it is done in gcc.c.

* config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
in gcc.c.
* config/rs6000/sysv4.h (LINK_SPEC): Likewise.

From-SVN: r44873

22 years agogcse.c (hash_scan_set): Expressions that are set as part of jump instructions are...
Geoffrey Keating [Mon, 13 Aug 2001 21:42:10 +0000 (21:42 +0000)]
gcse.c (hash_scan_set): Expressions that are set as part of jump instructions are not available.

* gcse.c (hash_scan_set): Expressions that are set as part of
jump instructions are not available.

From-SVN: r44872

22 years agoSampleModel.java (getPixel): Set correct array element.
Tom Tromey [Mon, 13 Aug 2001 21:38:07 +0000 (21:38 +0000)]
SampleModel.java (getPixel): Set correct array element.

* java/awt/image/SampleModel.java (getPixel): Set correct array
element.  From Chris Meyer.

From-SVN: r44871

22 years agoFixed HOST_WIDE_INT type mismatch.
Ulrich Weigand [Mon, 13 Aug 2001 21:25:39 +0000 (21:25 +0000)]
Fixed HOST_WIDE_INT type mismatch.

From-SVN: r44870

22 years agoxcoff.h (EH_FRAME_IN_DATA_SECTION): New.
Richard Henderson [Mon, 13 Aug 2001 21:14:01 +0000 (14:14 -0700)]
xcoff.h (EH_FRAME_IN_DATA_SECTION): New.

        * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
        * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
        * doc/tm.texi (Exception Region Output): Document it.

From-SVN: r44869

22 years agocall.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assignment...
Mark Mitchell [Mon, 13 Aug 2001 21:07:22 +0000 (21:07 +0000)]
call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assignment as having side-effects...

* call.c (build_over_call): Mark COMPOUND_EXPRs generated for
empty class assignment as having side-effects to avoid
spurious warnings.

From-SVN: r44868

22 years agolibstdc++-v3-dg.exp (libstdc++-v3-copy-files): New.
H.J. Lu [Mon, 13 Aug 2001 20:43:13 +0000 (20:43 +0000)]
libstdc++-v3-dg.exp (libstdc++-v3-copy-files): New.

2001-08-13  H.J. Lu  (hjl@gnu.org)

* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-copy-files):
New. Copy files.
(libstdc++-v3-init ): Use it.

From-SVN: r44866

22 years agosysv4.h (PREFERRED_DEBUGGING_TYPE): Use DWARF2 instead of stabs by default.
Geoffrey Keating [Mon, 13 Aug 2001 19:17:05 +0000 (19:17 +0000)]
sysv4.h (PREFERRED_DEBUGGING_TYPE): Use DWARF2 instead of stabs by default.

* config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
DWARF2 instead of stabs by default.

From-SVN: r44865

22 years agoMatrix4f.java: New file.
Alexandre Petit-Bianco [Mon, 13 Aug 2001 18:06:22 +0000 (11:06 -0700)]
Matrix4f.java: New file.

2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>

* libjava.lang/Matrix4f.java: New file.
* libjava.lang/Matrix4f.out: New file.

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg00737.html)

From-SVN: r44864

22 years ago* config/rs6000/rs6000.c: Include optabs.h.
David Edelsohn [Mon, 13 Aug 2001 18:05:43 +0000 (18:05 +0000)]
* config/rs6000/rs6000.c: Include optabs.h.

From-SVN: r44863

22 years agoeabi.asm: Define 64-bit versions of FPR save/restore routines.
David Edelsohn [Mon, 13 Aug 2001 17:37:17 +0000 (17:37 +0000)]
eabi.asm: Define 64-bit versions of FPR save/restore routines.

        * config/rs6000/eabi.asm: Define 64-bit versions of FPR
        save/restore routines.
        * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros.

From-SVN: r44862

22 years ago* lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
Jason Merrill [Mon, 13 Aug 2001 17:31:44 +0000 (13:31 -0400)]
* lib/scanasm.exp (scan-assembler*): Use expr instead of concat.

From-SVN: r44861

22 years agogcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is correct.
Andreas Jaeger [Mon, 13 Aug 2001 16:41:20 +0000 (18:41 +0200)]
gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is correct.

* gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
the english is correct.

From-SVN: r44860

22 years agoexpr.h: Split out optab- and libfunc-related code to...
Zack Weinberg [Mon, 13 Aug 2001 15:56:51 +0000 (15:56 +0000)]
expr.h: Split out optab- and libfunc-related code to...

* expr.h: Split out optab- and libfunc-related code to...
* optabs.h, libfuncs.h: ... these new headers.

* Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h.
(OPTABS_H): New.
(various .o rules): Add $(OPTABS_H) and/or libfuncs.h to
dependencies.
* mkconfig.sh: Don't include insn-codes.h from config.h.

* reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether
enum insn_code is available.  Move reload_in_optab and
reload_out_optab array declarations to optabs.h.
* regmove.c (gen_add3_insn): Move to optabs.c, export from
there, prototype in expr.h.
* gencodes.c: Cleanup: zap global variables, don't use
printf where puts will do, don't bother defining MAX_INSN_CODE
which nothing uses, let CODE_FOR_nothing get its value implicitly.

* genemit.c, genopinit.c: Include optabs.h in generated file.
* genoutput.c: Include insn-codes.h in generated file.
* builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
Include optabs.h.
* builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
config/m88k/m88k.c, config/sparc/sparc.c:
Include libfuncs.h.
* reload.c: Include expr.h and optabs.h before reload.h.
* config/alpha/alpha.c: Include tree.h before reload.h.
* config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h,
and reload.h in that order.
* config/sparc/sparc.c: Include debug.h.
* recog.c: Include insn-codes.h.

cp:
* Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
* except.c: Include libfuncs.h.
java:
* Make-lang.in (java/decl.o): Update dependencies.
* decl.c: Include libfuncs.h, don't include toplev.h.

From-SVN: r44858

22 years agoconfig.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux.
Andreas Jaeger [Mon, 13 Aug 2001 15:33:12 +0000 (17:33 +0200)]
config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux.

* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
s390*linux.

From-SVN: r44856

22 years agodwarf2out.c (output_cfa_loc): Fix typo in comment.
Theodore Papadopoulo [Mon, 13 Aug 2001 15:14:54 +0000 (17:14 +0200)]
dwarf2out.c (output_cfa_loc): Fix typo in comment.

     * dwarf2out.c (output_cfa_loc): Fix typo in comment.
     * gcc.c (init_spec): Fix typo in comment.
     * varasm.c (data_section): Fix typo in comment.

From-SVN: r44855

22 years ago* analyze_brprob: Update for changes in gcc debug output.
Jan Hubicka [Mon, 13 Aug 2001 14:34:11 +0000 (16:34 +0200)]
* analyze_brprob: Update for changes in gcc debug output.

From-SVN: r44854

22 years agopredict.c (dump_prediction): New argument "USED".
Jan Hubicka [Mon, 13 Aug 2001 14:32:06 +0000 (16:32 +0200)]
predict.c (dump_prediction): New argument "USED".

* predict.c (dump_prediction): New argument "USED".
(combine_predictions_for_insn): Determine the used heuristics,
output the case no heuristic applied.
* predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New.

From-SVN: r44853

22 years ago* decl.c (grokdeclarator): Clarify diagnostic message.
Gabriel Dos Reis [Mon, 13 Aug 2001 14:19:25 +0000 (14:19 +0000)]
* decl.c (grokdeclarator): Clarify diagnostic message.

From-SVN: r44852

22 years agoXFAIL
Gabriel Dos Reis [Mon, 13 Aug 2001 14:07:18 +0000 (14:07 +0000)]
XFAIL

From-SVN: r44851

22 years agoNew testcase from PR #3816
Gabriel Dos Reis [Mon, 13 Aug 2001 13:59:49 +0000 (13:59 +0000)]
New testcase from PR #3816

From-SVN: r44850

22 years agoostream.tcc (__pad_char): Change toplevel '__fmt' to '__adjust' to avoid shadowing...
Gabriel Dos Reis [Mon, 13 Aug 2001 12:59:38 +0000 (12:59 +0000)]
ostream.tcc (__pad_char): Change toplevel '__fmt' to '__adjust' to avoid shadowing in nested scope.

      * include/bits/ostream.tcc (__pad_char): Change toplevel '__fmt'
      to '__adjust' to avoid shadowing in nested scope.

From-SVN: r44849

22 years agounix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize register %rip.
Andreas Jaeger [Mon, 13 Aug 2001 11:18:31 +0000 (13:18 +0200)]
unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize register %rip.

* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
register %rip.

From-SVN: r44848

22 years agodecl2.c (do_nonmember_using_decl): Replace using directive with using declaration...
Kriang Lerdsuwanakij [Mon, 13 Aug 2001 10:03:45 +0000 (10:03 +0000)]
decl2.c (do_nonmember_using_decl): Replace using directive with using declaration in the error message.

* decl2.c (do_nonmember_using_decl): Replace using directive
with using declaration in the error message.

From-SVN: r44847

22 years ago* jump.c: Fix formatting.
Kazu Hirata [Mon, 13 Aug 2001 08:27:08 +0000 (08:27 +0000)]
* jump.c: Fix formatting.

From-SVN: r44846

22 years agoh8300.md (zero_extendqihi2): Correct the insn length.
Kazu Hirata [Mon, 13 Aug 2001 07:47:35 +0000 (07:47 +0000)]
h8300.md (zero_extendqihi2): Correct the insn length.

* config/h8300/h8300.md (zero_extendqihi2): Correct the insn
length.

From-SVN: r44845

22 years agoDaily bump.
GCC Administrator [Mon, 13 Aug 2001 07:17:49 +0000 (07:17 +0000)]
Daily bump.

From-SVN: r44844

22 years agoloop.c (check_dbra_loop): Use condjump_label to compute jump_label.
Geoffrey Keating [Mon, 13 Aug 2001 06:35:21 +0000 (06:35 +0000)]
loop.c (check_dbra_loop): Use condjump_label to compute jump_label.

* loop.c (check_dbra_loop): Use condjump_label to compute
jump_label.

From-SVN: r44841

22 years agortl.h: Move prototypes of rtx_alloc and rtvec_alloc around to better document the...
Geoffrey Keating [Mon, 13 Aug 2001 06:34:58 +0000 (06:34 +0000)]
rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around to better document the...

* rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
to better document the files they're in.

From-SVN: r44840

22 years agorecog.h (struct insn_operand_data): Shrink 'mode' field to 16 bits.
Zack Weinberg [Mon, 13 Aug 2001 04:22:58 +0000 (04:22 +0000)]
recog.h (struct insn_operand_data): Shrink 'mode' field to 16 bits.

* recog.h (struct insn_operand_data): Shrink 'mode' field
to 16 bits.

From-SVN: r44839

22 years agobackport: regex.c (wcs_regex_compile): Use appropriate string to compare with collati...
Isamu Hasegawa [Mon, 13 Aug 2001 02:23:00 +0000 (02:23 +0000)]
backport: regex.c (wcs_regex_compile): Use appropriate string to compare with collating element.

Merge from libc:
* regex.c (wcs_regex_compile): Use appropriate string
to compare with collating element.
Fix the padding for the alignment.

From-SVN: r44838

22 years agogcc.c: Fix comment formatting.
Kazu Hirata [Sun, 12 Aug 2001 23:40:53 +0000 (23:40 +0000)]
gcc.c: Fix comment formatting.

* gcc.c: Fix comment formatting.
* gccspec.c: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genemit.c: Likewise.
* gengenrtl.c: Likewise.
* genrecog.c: Likewise.
* gensupport.c: Likewise.
* ggc-page.c: Likewise.
* global.c: Likewise.
* graph.c: Likewise.
* ifcvt.c: Likewise.
* integrate.c: Likewise.
* lcm.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* mbchar.c: Likewise.
* optabs.c: Likewise.
* predict.c: Likewise.
* prefix.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* reg-stack.c: Likewise.
* reload1.c: Likewise.
* resource.c: Likewise.
* rtlanal.c: Likewise.
* rtl.c: Likewise.

From-SVN: r44837

22 years agotm.texi (ENCODE_SECTION_INFO): Add documentation on how a tree representing a constan...
Kazu Hirata [Sun, 12 Aug 2001 23:34:50 +0000 (23:34 +0000)]
tm.texi (ENCODE_SECTION_INFO): Add documentation on how a tree representing a constant is passed to the macro.

* doc/tm.texi (ENCODE_SECTION_INFO): Add documentation on how
a tree representing a constant is passed to the macro.

From-SVN: r44836

22 years agors6000.c (rs6000_elf_asm_out_constructor): New.
Richard Henderson [Sun, 12 Aug 2001 21:17:43 +0000 (14:17 -0700)]
rs6000.c (rs6000_elf_asm_out_constructor): New.

        * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): New.
        (rs6000_elf_asm_out_destructor): New.                                           * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): Remove.
        (DTORS_SECTION_ASM_OP): Remove.                                                 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
        (ASM_OUTPUT_INT): Don't hack TARGET_RELOCATABLE for constructors.

From-SVN: r44835

22 years agoRevert Rainer Orth's Java and gcc.c patch.
David Edelsohn [Sun, 12 Aug 2001 20:36:22 +0000 (20:36 +0000)]
Revert Rainer Orth's Java and gcc.c patch.

From-SVN: r44834

22 years agors6000.c (rs6000_elf_section_type_flags): Fix thinko wrt TARGET_RELOCATABLE.
Richard Henderson [Sun, 12 Aug 2001 17:47:39 +0000 (10:47 -0700)]
rs6000.c (rs6000_elf_section_type_flags): Fix thinko wrt TARGET_RELOCATABLE.

        * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Fix
        thinko wrt TARGET_RELOCATABLE.

From-SVN: r44832

22 years ago*** empty log message ***
Gabriel Dos Reis [Sun, 12 Aug 2001 13:30:32 +0000 (13:30 +0000)]
*** empty log message ***

From-SVN: r44831

22 years agoBOGUS
Gabriel Dos Reis [Sun, 12 Aug 2001 13:27:29 +0000 (13:27 +0000)]
BOGUS

From-SVN: r44830

22 years agoERROR
Gabriel Dos Reis [Sun, 12 Aug 2001 13:23:29 +0000 (13:23 +0000)]
ERROR

From-SVN: r44829

22 years agodg-bogus
Gabriel Dos Reis [Sun, 12 Aug 2001 13:21:52 +0000 (13:21 +0000)]
dg-bogus

From-SVN: r44828

22 years agoFix thinko
Gabriel Dos Reis [Sun, 12 Aug 2001 13:17:19 +0000 (13:17 +0000)]
Fix thinko

From-SVN: r44827

22 years agoFix thinko in regexp
Gabriel Dos Reis [Sun, 12 Aug 2001 13:11:01 +0000 (13:11 +0000)]
Fix thinko in regexp

From-SVN: r44826

22 years agoTestcase from PR #3625
Gabriel Dos Reis [Sun, 12 Aug 2001 13:04:39 +0000 (13:04 +0000)]
Testcase from PR #3625

From-SVN: r44825

22 years ago* fix-header.c (cb_file_change): Update prototype.
Neil Booth [Sun, 12 Aug 2001 09:49:44 +0000 (09:49 +0000)]
* fix-header.c (cb_file_change): Update prototype.

From-SVN: r44824

22 years agotestcase from PR #3406
Gabriel Dos Reis [Sun, 12 Aug 2001 08:53:34 +0000 (08:53 +0000)]
testcase from PR #3406

From-SVN: r44823

22 years agoTestcase from PR #3381
Gabriel Dos Reis [Sun, 12 Aug 2001 08:26:01 +0000 (08:26 +0000)]
Testcase from PR #3381

From-SVN: r44822

22 years agoTestcase from PR #3351
Gabriel Dos Reis [Sun, 12 Aug 2001 08:15:30 +0000 (08:15 +0000)]
Testcase from PR #3351

From-SVN: r44821

22 years agoTestcase from PR #3350
Gabriel Dos Reis [Sun, 12 Aug 2001 08:08:42 +0000 (08:08 +0000)]
Testcase from PR #3350

From-SVN: r44820

22 years agoTestecase from PR #3336
Gabriel Dos Reis [Sun, 12 Aug 2001 08:04:34 +0000 (08:04 +0000)]
Testecase from PR #3336

From-SVN: r44819

22 years agoDaily bump.
GCC Administrator [Sun, 12 Aug 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r44817

22 years agoOops, fix check-in date.
Andrew Cagney [Sun, 12 Aug 2001 02:06:34 +0000 (02:06 +0000)]
Oops, fix check-in date.

From-SVN: r44816

This page took 0.100066 seconds and 5 git commands to generate.