Age | Commit message (Collapse) | Author | Files | Lines |
|
From-SVN: r56509
|
|
* where.h (struct _ffewhere_file_): Mark GTY.
(ffewhere_file_kill): Remove prototype.
* where.c: Include ggc.h.
(struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
(ffewhere_root_ll_): Ditto. Change type from struct
_ffewhere_root_ll_ to struct _ffewhere_root_ll_*. All uses
changed.
(ffewhere_file_kill): Remove.
(ffewhere_file_new): Use GC to allocate ffewhereFile objects.
(ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
(ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
Include gt-f-where.h.
* lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
Include gt-f-lex.h.
* std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
* config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
* Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
s-gtype.
(f/lex.o): Depend on gt-f-lex.h.
(f/where.o): Depend on gt-f-where.h.
From-SVN: r56502
|
|
From-SVN: r56487
|
|
From-SVN: r56469
|
|
From-SVN: r56461
|
|
From-SVN: r56436
|
|
From-SVN: r56423
|
|
From-SVN: r56408
|
|
From-SVN: r56375
|
|
From-SVN: r56344
|
|
From-SVN: r56281
|
|
From-SVN: r56247
|
|
From-SVN: r56230
|
|
From-SVN: r56196
|
|
From-SVN: r56180
|
|
From-SVN: r56161
|
|
* configure.in (enable_coverage): New enable switch.
* configure: Rebuilt.
* Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
(INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
(ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
(mostlyclean): Remove coverage files.
* doc/install.texi: Document enable_coverage.
* cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
* ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
* f/Make-lang.in (f.mostlyclean): Remove coverage files.
* java/Make-lang.in (java.mostlyclean): Remove coverage files.
* objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
* treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
files.
From-SVN: r56126
|
|
From-SVN: r56125
|
|
From-SVN: r56098
|
|
From-SVN: r56068
|
|
From-SVN: r56065
|
|
2002-08-05 Toon Moene <toon@moene.indiv.nluug.nl>
* invoke.texi: Improve description of
-fno-finite-math-only flag.
From-SVN: r56048
|
|
From-SVN: r56047
|
|
* doc/include/gcc-common.texi (version-GCC): Increase to 3.3.
java:
* gcj.texi (version-gcc): Increase to 3.3.
f:
* root.texi (version-gcc): Increase to 3.3.
From-SVN: r56026
|
|
From-SVN: r56019
|
|
From-SVN: r56007
|
|
From-SVN: r55978
|
|
From-SVN: r55931
|
|
From-SVN: r55900
|
|
2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>
* flags.h: Declare flag_finite_math_only.
Use it in definition of HONOR_NANS and
HONOR_INFINITIES.
* c-common.c (cb_register_builtins): Emit
__FINITE_MATH_ONLY__ when flag_finite_math_only
is set.
* combine.c (simplify_if_then_else): If
flag_finite_math_only is set, a == b has a
definite value.
* toplev.c: Initialize flag_finite_math_only.
(set_flags_fast_math): Set it on -ffast-math.
(flag_fast_math_set_p): Test it.
doc:
* invoke.texi: Document -ffinite-math-only.
f:
* com.c (ffe_init_options): Set
flag_finite_math_only.
* invoke.texi: Document -fno-finite-math-only.
From-SVN: r55887
|
|
From-SVN: r55870
|
|
ada:
* adadecode.c (ada_demangle): Use xstrdup in lieu of
xmalloc/strcpy.
* misc.c (gnat_decode_option): Likewise.
gcc:
* alpha/vms-cc.c (preprocess_args, main): Use xstrdup and/or
concat in lieu of xmalloc/strcpy/memcpy/sprintf.
* alpha/vms-ld.c (main): Likewise.
* dsp16xx.c (double_reg_to_memory): Likewise.
* mcore.c (mcore_expand_prolog): Likewise.
* cppfiles.c (read_name_map): Likewise.
* gensupport.c (process_rtx, identify_predicable_attribute,
alter_test_for_insn): Likewise.
* vmsdbgout.c (write_rtnbeg, vmsdbgout_init): Likewise.
f:
* com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
From-SVN: r55861
|
|
From-SVN: r55832
|
|
From-SVN: r55818
|
|
From-SVN: r55813
|
|
From-SVN: r55796
|
|
From-SVN: r55775
|
|
arguments and...
2002-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
* news.texi: Document better handling of (no-)alias
information of dummy arguments and induction variables
on loop unrolling.
From-SVN: r55756
|
|
From-SVN: r55742
|
|
From-SVN: r55700
|
|
From-SVN: r55673
|
|
From-SVN: r55643
|
|
From-SVN: r55622
|
|
From-SVN: r55608
|
|
From-SVN: r55583
|
|
From-SVN: r55552
|
|
From-SVN: r55513
|
|
From-SVN: r55479
|
|
From-SVN: r55456
|
|
From-SVN: r55442
|