Benjamin Kosnik
c01bfdbf7c
RELEASE-NOTES: Update.
...
2002-03-05 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/17_intro/RELEASE-NOTES: Update.
* README: Format subdirectories.
From-SVN: r50326
2002-03-05 20:16:09 +00:00
Jakub Jelinek
65649daa25
mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc -r command line.
...
* mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
-r command line. Don't hide any symbols if not building
shared libgcc.
From-SVN: r50321
2002-03-05 19:09:29 +01:00
Jan Hubicka
5a1a3e5e4d
cfg.c (dump_flow_info): Warn about profile mismatches.
...
* cfg.c (dump_flow_info): Warn about profile mismatches.
* cfgrtl.c (verify_flow_info): Few aditional sanity checks.
(purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
From-SVN: r50320
2002-03-05 17:34:16 +00:00
Joseph Myers
7ce5e9df40
snapshot-README: Note that snapshots come from the 3.1 branch.
...
* snapshot-README: Note that snapshots come from the 3.1 branch.
Update list of files.
From-SVN: r50318
2002-03-05 13:50:12 +00:00
Paolo Carlini
84eb48794c
2002-03-05 Paolo Carlini <pcarlini@unitus.it>
...
libstdc++/5816
* include/bits/locale_facets.tcc
(num_get::_M_extract_float): Fix the parsing of __dec, since
the standard prescribes that if no grouping characters are
seen, no grouping check is applied.
* testsuite/22_locale/num_get_members_char.cc: Add test05
distilled from the PR.
* testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
From-SVN: r50317
2002-03-05 12:09:45 +00:00
Jakub Jelinek
170c56da73
expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2 wide volatile memory by parts.
...
* expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
wide volatile memory by parts.
* gcc.c-torture/compile/20020304-2.c: New test.
From-SVN: r50314
2002-03-05 12:10:43 +01:00
Jakub Jelinek
6d05169401
ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def is NULL.
...
* ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
is NULL.
* gcc.dg/20020304-1.c: New test.
From-SVN: r50311
2002-03-05 12:01:09 +01:00
GCC Administrator
a562995d91
Daily bump.
...
From-SVN: r50310
2002-03-05 08:18:29 +00:00
David Billinghurst
6d6b5cd7b0
builtins.c (cos_builtin): method_return_type ATTRIBUTE_UNUSED
...
2002-03-05 David Billinghurst <David.Billinghurst@riotinto.com>
* builtins.c(cos_builtin): method_return_type ATTRIBUTE_UNUSED
* builtins.c(sin_builtin): Likewise
* builtins.c(sqrt_builtin): Likewise
From-SVN: r50304
2002-03-05 05:16:15 +00:00
Richard Henderson
28bcfd4dbb
rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
...
2002-03-05 Richard Henderson <rth@redhat.com>
* rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
From-SVN: r50301
2002-03-05 04:31:12 +00:00
Geoffrey Keating
75227a33f7
toplev.c (documented_lang_options): Document more language-specific options.
...
* toplev.c (documented_lang_options): Document more
language-specific options.
* doc/invoke.texi (Warning Options): Correct documentation for
-Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
* c-decl.c (c_decode_option): Use a table to handle warning options.
From-SVN: r50299
2002-03-05 02:34:07 +00:00
Hans-Peter Nilsson
4f1aac4266
mmix.h (ENCODE_SECTION_INFO): Pass on new second parameter to mmix_encode_section_info.
...
* config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
parameter to mmix_encode_section_info.
(LINK_SPEC): Don't defsym __.MMIX.start..text if linking
relocatably. Always produce ELF, not mmo if linking relocatably.
* config/mmix/mmix.c (mmix_encode_section_info): If new parameter
first is non-zero, don't add symbol prefix.
* config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
prototype accordingly.
From-SVN: r50298
2002-03-05 02:16:39 +00:00
Krister Walfridsson
123455433f
* config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
...
From-SVN: r50297
2002-03-04 17:38:39 -08:00
Joseph Myers
8e97db8fe9
configure.in: Increase required makeinfo version to 4.1.
...
* configure.in: Increase required makeinfo version to 4.1.
* configure: Regenerate.
From-SVN: r50294
2002-03-05 00:39:06 +00:00
Geoffrey Keating
06487868bb
cvsignore: Remove *.info* and genrtl*; these files are generated elsewhere now.
...
* .cvsignore: Remove *.info* and genrtl*; these files are generated
elsewhere now.
From-SVN: r50293
2002-03-04 23:21:41 +00:00
Craig Rodrigues
b890704b15
porting-howto.xml: Refer to http://www.oasis-open.org for docbookx.dtd.
...
2002-03-04 Craig Rodrigues <rodrigc@gcc.gnu.org>
* docs/html/17_intro/porting-howto.xml: Refer to
http://www.oasis-open.org for docbookx.dtd.
* docs/html/17_intro/porting-howto.html: Regenerated.
From-SVN: r50291
2002-03-04 22:58:50 +00:00
Geoffrey Keating
5ad1084650
Remove old unneeded .cvsignore files.
...
From-SVN: r50290
2002-03-04 22:57:38 +00:00
Phil Edwards
48d7db63ff
configure.in: Add --enable-install-libiberty option.
...
2002-03-04 Phil Edwards <pme@gcc.gnu.org>
* configure.in: Add --enable-install-libiberty option.
* Makefile.in (INSTALLED_HEADERS): New variable.
(install_to_libdir): Possibly also copy headers.
* configure: Regenerated.
From-SVN: r50288
2002-03-04 21:41:06 +00:00
Neil Booth
af18e951d4
* xmalloc.c (xmalloc_fail): Clarify error message further.
...
From-SVN: r50287
2002-03-04 21:22:52 +00:00
Joseph Myers
cff42170ce
texinfo.tex: Update to version 2002-03-01.06.
...
* doc/include/texinfo.tex: Update to version 2002-03-01.06.
* doc/invoke.texi: Fix @math uses.
From-SVN: r50284
2002-03-04 19:04:44 +00:00
Zack Weinberg
a298d936f9
New test case (from PR c/5830).
...
From-SVN: r50279
2002-03-04 17:18:06 +00:00
Jan Hubicka
974a7f5672
toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables removal
...
* toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
removal
From-SVN: r50277
2002-03-04 14:37:45 +00:00
GCC Administrator
ecff97f32e
Daily bump.
...
From-SVN: r50276
2002-03-04 08:17:49 +00:00
Bryce McKinlay
224c488894
Remove cvs junk
...
From-SVN: r50271
2002-03-04 01:01:08 +00:00
Bryce McKinlay
bc24faf863
Makefile.am: Use -bootclasspath, not -CLASSPATH.
...
* Makefile.am: Use -bootclasspath, not -CLASSPATH.
* Makefile.in: Rebuilt.
From-SVN: r50270
2002-03-04 01:00:16 +00:00
Aldy Hernandez
3b7d0e9830
config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
...
2002-03-03 Aldy Hernandez <aldyh@redhat.com>
* config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
(powerpc-*-eabisimaltivec*): Same.
* config/rs6000/t-ppcendian: New.
From-SVN: r50268
2002-03-04 00:30:25 +00:00
Herman A.J. ten Brugge
65f2f288e4
c4x-protos.h, [...]: Add new functions nonimmediate_src_operand and nonimmediate_lsrc_operand to...
...
* c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
nonimmediate_src_operand and nonimmediate_lsrc_operand to
disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
From-SVN: r50266
2002-03-03 23:05:33 +00:00
Neil Booth
d8d7c3c3e3
* xmalloc.c (xmalloc_fail): Clarify error message.
...
From-SVN: r50265
2002-03-03 21:57:57 +00:00
Richard Henderson
8ce0a8a5c9
* toplev.c (rest_of_decl_compilation): Revert last two changes.
...
From-SVN: r50264
2002-03-03 13:40:38 -08:00
Zack Weinberg
ba31d94ee6
emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...
...
* emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
tree.c, config/m68k/m68k.c, f/com.c, f/target.h, java/expr.c,
java/jcf-parse.c, java/lex.c:
Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
REAL_ARITHMETIC blocks unconditional. Delete some further
#ifdef blocks predicated on REAL_ARITHMETIC.
* flags.h, toplev.c: Delete remaining references to
flag_pretend_float.
* doc/invoke.texi: Remove documentation of -fpretend-float.
* doc/tm.texi: Describe the various REAL_* macros as provided by
real.h, not by the target configuration files.
* config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
config/xtensa/xtensa.h:
Do not define, undefine, or mention in comments any of
REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
From-SVN: r50263
2002-03-03 21:10:09 +00:00
Joseph Myers
e98f0f5c13
* gcc_release: Make snapshots come from the 3.1 branch.
...
From-SVN: r50262
2002-03-03 18:58:36 +00:00
Phil Edwards
28ced9f821
Add missing PR tag for previous commit.
...
From-SVN: r50260
2002-03-03 17:52:41 +00:00
Phil Edwards
798355a229
std_sstream.h: Remove trailing spaces.
...
2002-03-03 Phil Edwards <pme@gcc.gnu.org>
* include/std/std_sstream.h: Remove trailing spaces.
(basic_stringbuf::_M_stringbuf_init): Also check for ios_base::app.
* testsuite/27_io/stringbuf.cc (test05, test06): New tests.
From-SVN: r50258
2002-03-03 17:48:42 +00:00
Kaveh R. Ghazi
e81dd3810b
1750a.h, [...] (BITS_PER_WORD): Delete.
...
* 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
Delete.
* defaults.h (BITS_PER_WORD): Define.
* doc/tm.texi (BITS_PER_WORD): Document default value.
From-SVN: r50257
2002-03-03 15:40:44 +00:00
Kaveh R. Ghazi
9a571cfd9d
1750a.h, [...] (CHAR_TYPE_SIZE): Delete.
...
* 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
From-SVN: r50256
2002-03-03 15:37:32 +00:00
Kaveh R. Ghazi
ca7558fcc6
attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof/sizeof.
...
* attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
lieu of explicit sizeof/sizeof.
* i386.c (override_options, ix86_init_mmx_sse_builtins,
ix86_expand_builtin): Likewise.
* mips.c (mips_add_gc_roots): Likewise.
* mmix.c (mmix_output_condition): Likewise.
* rs6000.c (rs6000_override_options, altivec_expand_builtin,
altivec_init_builtins): Likewise.
* sparc.c (mark_ultrasparc_pipeline_state): Likewise.
* cppexp.c (Nsuff, parse_number): Likewise.
* cppinit.c (builtin_array_end): Likewise.
* gcc.c (n_default_compilers, process_command): Likewise.
* genpreds.c (output_predicate_decls): Likewise.
* ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
* lcm.c (N_ENTITIES): Likewise.
* stor-layout.c (set_sizetype): Likewise.
ada:
* utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
lieu of explicit sizeof/sizeof.
cp:
* decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
explicit sizeof/sizeof.
* decl2.c (cxx_decode_option): Likewise.
* lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
java:
* class.c (init_class_processing): Use ARRAY_SIZE in lieu of
explicit sizeof/sizeof.
* decl.c (java_init_decl_processing): Likewise.
* jcf-parse.c (init_jcf_parse): Likewise.
* parse.y (init_src_parse): Likewise.
From-SVN: r50255
2002-03-03 14:07:39 +00:00
Mark Wielaard
de2467532d
* java/util/Timer (TaskQueue.stop): set elements to zero.
...
From-SVN: r50254
2002-03-03 11:02:04 +00:00
Richard Henderson
41c78c8833
toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl for types or labels.
...
* toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
for types or labels.
From-SVN: r50253
2002-03-03 01:11:38 -08:00
Richard Henderson
9e9b71e6b4
* c-decl.c (start_decl): Initialized variables are not common.
...
From-SVN: r50252
2002-03-03 01:09:33 -08:00
Richard Henderson
cc2c33286f
* c-decl.c (start_decl): Initialized variables are not common.
...
From-SVN: r50250
2002-03-03 01:00:51 -08:00
Per Bothner
2a85660dc2
Make --CLASSPATH by a synonym for --classpath and -classpath.
...
Implement --bootclasspath.
From-SVN: r50247
2002-03-03 00:35:11 -08:00
Per Bothner
c26a6db811
gcc.c (option_map): Suport new --bootclasspath option.
...
* gcc.c (option_map): Suport new --bootclasspath option.
--CLASSPATH is now just an alias for --classpath.
From-SVN: r50246
2002-03-03 00:33:59 -08:00
GCC Administrator
1311c5c65f
Daily bump.
...
From-SVN: r50245
2002-03-03 08:17:12 +00:00
Aldy Hernandez
8c4093d85d
20020103-1.c: Add othe -D ppc variants.
...
2002-03-03 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/20020103-1.c: Add othe -D ppc variants.
From-SVN: r50241
2002-03-03 06:41:07 +00:00
Richard Henderson
9e8aab55f6
i386.h (ix86_expand_prologue): Do not emit pic register load if "internal" visibility.
...
* config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
load if "internal" visibility.
* doc/extend.texi: Document visibility meanings.
From-SVN: r50240
2002-03-02 21:20:04 -08:00
Richard Henderson
b3bbd220ea
i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies to functions as well.
...
* config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
to functions as well.
From-SVN: r50239
2002-03-02 20:57:02 -08:00
Richard Henderson
d924ab70d2
Revert bogus commit.
...
From-SVN: r50238
2002-03-02 20:51:15 -08:00
Richard Henderson
b14707c32c
attribs.c (handle_alias_attribute): Don't call assemble_alias.
...
* attribs.c (handle_alias_attribute): Don't call assemble_alias.
(handle_visibility_attribute): Don't call assemble_visibility.
* toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
without asmspec. Invoke assemble_alias when needed.
* varasm.c (maybe_assemble_visibility): New.
(assemble_start_function, assemble_variable, assemble_alias): Use it.
From-SVN: r50237
2002-03-02 20:50:53 -08:00
Richard Henderson
b20032503b
varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_SECTION_INFO with first call flag.
...
* varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
invoke ENCODE_SECTION_INFO with first call flag.
* config/darwin-protos.h, config/darwin.c, config/darwin.h,
config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
config/m68hc11/m68hc11.h, config/m88k/m88k.h,
config/mcore/mcore-protos.h, config/mcore/mcore.c,
config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
config/sh/sh.h, config/sparc/sparc.h,
config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
FIRST argument. As needed, examine it and do nothing.
* config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
* config/arm/t-pe (pe.o): Add dependencies.
From-SVN: r50236
2002-03-02 20:23:21 -08:00
Kaveh R. Ghazi
5c60f03d43
a29k.h, [...]: (BITS_PER_UNIT): Delete.
...
* a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
* defaults.h (BITS_PER_UNIT): Define.
* doc/tm.texi (BITS_PER_UNIT): Document default value.
From-SVN: r50235
2002-03-03 02:27:42 +00:00