Aldy Hernandez
b44140e711
rs6000.c (altivec_expand_binop_builtin): Error out when we get an out of range literal.
...
2002-05-03 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (altivec_expand_binop_builtin): Error out
when we get an out of range literal.
(altivec_expand_ternop_builtin): Same.
(altivec_expand_unop_builtin): Same.
(altivec_expand_builtin): Same, for dss.
(altivec_expand_builtin): Use trees instead of rtl when
determining literal argument validity.
From-SVN: r53135
2002-05-04 00:33:48 +00:00
David S. Miller
aaaed75228
Delete cycle display scheduling hook.
...
2002-05-03 David S. Miller <davem@redhat.com>
Delete cycle display scheduling hook.
* config/ia64/ia64.c (ia64_cycle_display,
TARGET_SCHED_CYCLE_DISPLAY, ia64_emit_insn_before): Delete.
(ia64_sched_reorder2): Don't check for CODE_FOR_cycle_display
and use emit_insn_before instead of ia64_emit_insn_before.
* config/ia64/ia64.md (unspec usage): Delete cycle display.
(cycle_display): Delete insn pattern.
* config/sparc/sparc.md (unspec usage): Delete cycle display.
(cycle_display): Delete insn pattern.
* config/sparc/sparc.c (sparc_cycle_display,
TARGET_SCHED_CYCLE_DISPLAY): Delete.
* doc/md.texi (cycle_display): Don't mention.
* doc/tm.texi (TARGET_SCHED_CYCLE_DISPLAY): Likewise.
From-SVN: r53134
2002-05-03 17:31:28 -07:00
Richard Henderson
b37c26149f
recog.c (store_data_bypass_p, [...]): New.
...
* recog.c (store_data_bypass_p, if_test_bypass_p): New.
* recog.h: Declare them.
* config/sparc/sparc.c (ultrasparc_store_bypass_p): Remove.
* config/sparc/sparc.md: Use store_data_bypass_p instead.
* config/sparc/sparc-protos.h: Update.
From-SVN: r53132
2002-05-03 15:23:45 -07:00
Jason Thorpe
e1c1132e0b
netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove -D__arch64__.
...
* config/sparc/netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove
-D__arch64__. Add -D_LP64.
(CPP_ARCH32_SPEC): Redefine to match the non-bi-arch version
from sparc.h.
(CPP_ARCH64_SPEC): Likewise.
(NO_BUILTIN_PTRDIFF_TYPE): Undef.
(NO_BUILTIN_SIZE_TYPE): Undef.
From-SVN: r53131
2002-05-03 21:38:25 +00:00
Vladimir Makarov
0b2fb0d735
genautomata.c (min_issue_delay_pass_states): Change return type in the prototype.
...
2002-05-03 Vladimir Makarov <vmakarov@redhat.com>
* genautomata.c (min_issue_delay_pass_states): Change return type
in the prototype.
(min_issue_delay_pass_states): Change the algorithm.
(min_issue_delay): Set up min_insn_issue_delay for the state.
(output_min_issue_delay_table): Interchange the nested loops and
and initiate min_insn_issue_delay for states.
From-SVN: r53130
2002-05-03 21:13:25 +00:00
Jan Hubicka
3d4ce12a5a
cfgcleanup.c (try_optimize_cfg): Call merge_block only when jump is simplejump.
...
* cfgcleanup.c (try_optimize_cfg): Call merge_block only when
jump is simplejump.
From-SVN: r53129
2002-05-03 21:02:44 +00:00
Jan Hubicka
37ad04a5a4
i386.c (expand_movstr, [...]): Fix inline-all-stringops sequence.
...
* i386.c (expand_movstr, expand_clrstr): Fix inline-all-stringops
sequence.
From-SVN: r53128
2002-05-03 20:56:42 +00:00
Richard Henderson
b548220837
ifcvt.c (noce_try_store_flag, [...]): Insert new code before JUMP, not EARLIEST.
...
* ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
noce_try_store_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
noce_try_cmove_arith, noce_try_minmax, noce_try_abs): Insert new
code before JUMP, not EARLIEST.
From-SVN: r53123
2002-05-03 13:34:31 -07:00
Jakub Jelinek
ba2e86d69d
cmdlne-dM-M.c: New test.
...
* gcc.dg/cpp/cmdlne-dM-M.c: New test.
* gcc.dg/cpp/cmdlne-dD-M.c: New test.
* gcc.dg/cpp/cmdlne-dN-M.c: New test.
* gcc.dg/cpp/cmdlne-dI-M.c: New test.
* gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
* gcc.dg/cpp/cmdlne-dD-dM.c: New test.
* gcc.dg/cpp/cmdlne-dM-dD.c: New test.
From-SVN: r53121
2002-05-03 22:28:09 +02:00
Joseph Myers
5a3085c523
re PR c/6547 (misleading printf '$' format)
...
* c-format.c (check_format_info_main): Don't check for presence of
parameter for * width until after operand number has been read,
and only check for it if format parameters are available.
Fixes PR c/6547.
testsuite:
* gcc.dg/format/xopen-2.c: New test.
From-SVN: r53118
2002-05-03 21:17:57 +01:00
David Billinghurst
0659e0e3df
natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.
...
2002-05-03 David Billinghurst <David.Billinghurst@riotinto.com>
Tom Tromey <tromey@redhat.com>
* java/lang/natSystem.cc (getSystemTimeZone): Use
HAVE_UNDERSCORE_TIMEZONE.
* include/config.h.in: Rebuilt.
* acconfig.h (HAVE_UNDERSCORE_TIMEZONE, HAVE_BACKTRACE): Undef.
* aclocal.m4, configure: Rebuilt.
* acinclude.m4: Run AC_EXEEXT.
* configure.in: Adjust test for `timezone' so it fails on Cygwin.
Add test for `_timezone'.
Co-Authored-By: Tom Tromey <tromey@redhat.com>
From-SVN: r53117
2002-05-03 20:17:48 +00:00
Alexandre Oliva
5833ab666f
Checked in by Eric Christopher <echristo@redhat.com>:
...
2002-05-02 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in: Fix for multilibbed natives.
From-SVN: r53116
2002-05-03 20:14:18 +00:00
Jason Thorpe
40039424e5
netbsd.h (CPP_PREDEFINES): Add -D_LP64.
...
* config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
(LINK_SPEC): Undef before defining.
From-SVN: r53113
2002-05-03 19:20:21 +00:00
Alexandre Oliva
4182d9fa89
* configure.in: Revert 2002-04-18's patch; fixed in libjava.
...
From-SVN: r53109
2002-05-03 18:24:07 +00:00
Alexandre Oliva
eb9c4fdf66
Suggested by Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
...
Suggested by Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Makefile.am (jv_convert_LDADD): Bring -L.libs to the front.
(gij_LDADD, rmic_LDADD, rmiregistry_LDADD): Likewise.
* Makefile.in: Rebuilt.
From-SVN: r53108
2002-05-03 18:23:36 +00:00
Benjamin Kosnik
2fd819efe5
re PR libstdc++/6549 (std::getline(std::cin,s) work wrong at FreeBSD 4.5)
...
2002-05-03 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/6549.
* include/bits/fstream.tcc (filebuf::_M_underflow_common): Revert.
* testsuite/27_io/narrow_stream_objects.cc (test07): Add.
From-SVN: r53107
2002-05-03 18:22:58 +00:00
Jakub Jelinek
8157303b1e
re PR preprocessor/6489 (tradcpp0 fails on line ending with '\r\n')
...
PR preprocessor/6489
* tradcpp.c (fixup_newlines): New.
(main, finclude): Use it.
From-SVN: r53103
2002-05-03 19:55:26 +02:00
Richard Sandiford
66319f5cad
elf64.h (UNIQUE_SECTION): Use mips_unique_section.
...
* config/mips/elf64.h (UNIQUE_SECTION): Use mips_unique_section.
* config/mips/mips.c (mips_unique_section): Strip encoding from
decl name.
From-SVN: r53101
2002-05-03 17:08:29 +00:00
Thomas Fitzsimmons
7bebf27930
configure.in (FLAGS_FOR_TARGET): Do not add -B$$r/$(TARGET_SUBDIR)/newlib/ when...
...
* configure.in (FLAGS_FOR_TARGET): Do not add
-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
on i[3456]86-*-linux*.
From-SVN: r53100
2002-05-03 12:28:41 -04:00
Jakub Jelinek
ce8076ada5
i386.c (ix86_expand_int_movcc): Truncate to proper mode.
...
* config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper
mode.
From-SVN: r53099
2002-05-03 18:28:30 +02:00
Jason Merrill
0abc082acf
tree.c (build_cplus_array_type): Only const and volatile get special handling.
...
* tree.c (build_cplus_array_type): Only const and volatile get
special handling.
From-SVN: r53098
2002-05-03 12:22:08 -04:00
Rainer Orth
975c6e4e67
install.texi (Installing): Mention GCC 3.1 buildstats.
...
* doc/install.texi (Installing): Mention GCC 3.1 buildstats.
(Specific): Removed buildstats references.
(Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
(Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
Accomodate Solaris versions beyond 8.
(Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
(Specific, *-*-solaris2.8): Removed, obsolete.
From-SVN: r53097
2002-05-03 15:13:16 +00:00
Jakub Jelinek
d70e94ecba
re PR target/6542 (Internal compiler error when building libgcc for sparc-elf)
...
PR target/6542
* config/sparc/sparc.h (leaf_reg_remap): Remove const.
(CONDITIONAL_REGISTER_USAGE): For TARGET_FLAT make
fill leaf_reg_remap with identity.
* config/sparc/sparc.c (leaf_reg_remap): Remove const.
* gcc.dg/20020503-1.c: New test.
From-SVN: r53095
2002-05-03 16:20:04 +02:00
Kaveh R. Ghazi
b70d6d4b66
ctype_noninline.h (classic_table): Return __ctype + 1.
...
* config/os/irix/irix5.2/bits/ctype_noninline.h (classic_table):
Return __ctype + 1.
(ctype:_M_table): Initialize to classic_table(), not __ctype.
From-SVN: r53093
2002-05-03 13:56:52 +00:00
Jason Merrill
3d1ad9e5ae
defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
...
* defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
* c-decl.c (c_init_decl_processing): Use it.
* config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
* config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
* config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
From-SVN: r53091
2002-05-03 09:13:13 -04:00
Kazu Hirata
6b148bd9e3
crti.asm: Remove trailing spaces.
...
* config/h8300/crti.asm: Remove trailing spaces.
* config/h8300/h8300.c: Likewise.
* config/h8300/lib1funcs.asm: Likewise.
From-SVN: r53090
2002-05-03 12:28:41 +00:00
Jason Merrill
609688f3c4
defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
...
* defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
* c-decl.c (c_init_decl_processing): Use it.
* config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
* config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
* config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
From-SVN: r53089
2002-05-03 08:09:35 -04:00
Kazu Hirata
3b03c671ad
regrename.c: Fix formatting.
...
* regrename.c: Fix formatting.
* tree.c: Likewise.
From-SVN: r53088
2002-05-03 12:07:30 +00:00
Jan Hubicka
3b4961bd97
* i386.md (attribute memory): Handle compares properly.
...
From-SVN: r53085
2002-05-03 11:35:49 +00:00
Rainer Orth
d6ab05a0be
configure.in: Update local install.html, configopts.html paths.
...
* configure.in: Update local install.html, configopts.html paths.
* configure: Regenerate.
From-SVN: r53083
2002-05-03 11:09:51 +00:00
Jan Hubicka
19cba4a0a0
i386.c (sse_clrsf, sse_clrsi): Set memory attribute to none.
...
* i386.c (sse_clrsf, sse_clrsi): Set memory attribute
to none.
From-SVN: r53082
2002-05-03 08:53:03 +00:00
GCC Administrator
e2f31fa203
Daily bump.
...
From-SVN: r53081
2002-05-03 07:17:19 +00:00
Kaveh R. Ghazi
08d028699d
* config/os/irix/irix5.2/bits/os_defines.h
...
(__glibcpp_long_double_bits, __glibcpp_long_bits): Define.
From-SVN: r53077
2002-05-03 04:01:58 +00:00
Kaveh R. Ghazi
3a02124033
ctype_inline.h: Cast to unsigned char.
...
* config/os/irix/irix5.2/bits/ctype_inline.h: Cast to unsigned
char.
From-SVN: r53076
2002-05-03 03:59:22 +00:00
Kazu Hirata
797a6ac12c
* function.c: Fix formatting.
...
From-SVN: r53075
2002-05-03 00:23:55 +00:00
Hans Boehm
ce4b2ca6bc
dwarf2-signal.h (INIT_SEGV, [...]): use sigaction instead of __libc_sigaction.
...
* include/dwarf2-signal.h (INIT_SEGV, INIT_FPE for ia64):
use sigaction instead of __libc_sigaction.
From-SVN: r53074
2002-05-03 00:21:48 +00:00
Jan Hubicka
6d0de00581
haifa-sched.c (schedule_insn): Print table of instructions and reservations.
...
* haifa-sched.c (schedule_insn): Print table of instructions and
reservations.
(sched_block): Do not print ready list at verbosity level 1.
* sched-vis.c (print_insn): Make global.
* sched-ebb.c (ebb_print_insn): Rename from...
(print_insn): ... this one.
* sched-int.h (print_insn): Declare
From-SVN: r53073
2002-05-02 17:05:52 -07:00
Richard Henderson
0bfb9a691f
haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn emitted by cycle_display.
...
* haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn
emitted by cycle_display.
From-SVN: r53072
2002-05-02 16:59:52 -07:00
Loren J. Rittle
6b976d997c
* doc/install.texi (*-*-freebsd*): Update to latest status.
...
From-SVN: r53070
2002-05-02 23:29:30 +00:00
Jakub Jelinek
0a2950527d
re PR target/6540 (sparc-sun-solaris2.7 (perhaps all bi-arch sparc) fail libstdc++-v3 18_support/numeric_limits.cc)
...
2002-05-02 Jakub Jelinek <jakub@redhat.com>
PR target/6540
* config.gcc (sparc*-*-solaris2*): Set float_format to i128.
* config/float-sparc.h: Assume 128-bit long double if
__LONG_DOUBLE_128__ is defined.
From-SVN: r53069
2002-05-02 14:30:38 -07:00
Vladimir Makarov
842d5d6cbf
genattrtab.c (write_function_unit_info): Add a dummy element when num_units == 0.
...
2002-05-02 Vladimir Makarov <vmakarov@redhat.com>
* genattrtab.c (write_function_unit_info): Add a dummy element
when num_units == 0.
From-SVN: r53067
2002-05-02 21:28:24 +00:00
Phil Edwards
36ea41a31a
index.html: Update list in #4.1.
...
2002-05-02 Phil Edwards <pme@gcc.gnu.org>
* docs/html/faq/index.html: Update list in #4.1.
* docs/html/faq/index.txt: Regenerated.
From-SVN: r53065
2002-05-02 21:21:16 +00:00
Herman A.J. ten Brugge
3d7a6309f8
predict.c: (propagate_freq...
...
* predict.c: (propagate_freq, estimate_bb_frequencies): Use
TYPE_MODE (double_type_node) instead of DFmode.
From-SVN: r53064
2002-05-02 13:49:13 -07:00
Benjamin Kosnik
13a9017819
RELEASE-NOTES (New): Update.
...
2002-05-02 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/17_intro/RELEASE-NOTES (New): Update.
From-SVN: r53063
2002-05-02 20:42:25 +00:00
Mark Mitchell
5121c03ef7
* g++.dg/init/dtor1.C: Make it tougher.
...
From-SVN: r53061
2002-05-02 20:05:15 +00:00
Jim Wilson
ac293f9845
Fix i960-rtems Ada build failure reported by Joel Sherrill.
...
* utils.c (finish_record_type): Change record_size to record_type.
From-SVN: r53058
2002-05-02 12:27:42 -07:00
Rainer Orth
b651af860e
libjava.exp (libjava_find_spec): New function.
...
* testsuite/lib/libjava.exp (libjava_find_spec): New function.
(libjava_init): Use it to find libgcj.spec.
(libjava_arguments): Likewise.
From-SVN: r53057
2002-05-02 19:12:37 +00:00
David S. Miller
fd84ba84a7
re PR bootstrap/6525 (libjava won't build on Red Hat Linux 6.2/sparc)
...
2002-05-02 David S. Miller <davem@redhat.com>
PR bootstrap/6525
* include/dwarf2-signal.h (INIT_SEGV, INIT_FPE): Don't use
__libc_sigaction on Sparc.
From-SVN: r53055
2002-05-02 10:54:24 -07:00
Jan Hubicka
1b6763cfb5
cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed jumps post reload.
...
* cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed
jumps post reload.
* toplev.c (rest_of_compilation): Revert Richard's patch.
From-SVN: r53052
2002-05-02 17:51:48 +00:00
Jerome Marc
16034e4ba3
natPlainSocketImpl.cc: Include sys/ioctl.h and sys/filio.h, if present.
...
2002-05-02 Jerome Marc <marcjero@yahoo.com>
* java/net/natPlainSocketImpl.cc: Include sys/ioctl.h and
sys/filio.h, if present.
From-SVN: r53050
2002-05-02 17:33:59 +00:00