On 9/27/23 12:21, Toon Moene wrote:
The lto-ing of libgfortran did succeed, because I did get a new warning:
gfortran -O3 -flto -flto-partition=none -static -o xlintstrfz zchkrfp.o
zdrvrfp.o zdrvrf1.o zdrvrf2.o zdrvrf3.o zdrvrf4.o zerrrfp.o zlatb4.o
zlaipd.o zlarhs.o zsbmv.o zget04.o zpo
On 11/12/22 16:55, Andrew Pinski via Gcc-patches wrote:
On Sat, Nov 12, 2022 at 3:47 PM Bernhard Reutner-Fischer via
Gcc-patches wrote:
gcc/ChangeLog:
* value-range.cc (get_bound_with_infinite_markers): New static helper.
(irange::as_string): New definition.
* valu
On 11/9/2021 6:59 AM, Martin Liška wrote:
Hello.
The function was introduced in 2009 in
g:cf2b3c22a2cbd7f50db530ca9d2b14c70ba0359d
and has never been used since that.
Ready to be installed?
Thanks,
Martin
gcc/fortran/ChangeLog:
* symbol.c (gfc_get_ultimate_derived_super_type): Remove
On 10/18/2021 7:30 PM, Eric Gallager wrote:
On Tue, Oct 12, 2021 at 5:09 PM Eric Gallager wrote:
On Thu, Oct 6, 2016 at 10:41 AM Eric Gallager wrote:
Currently the build machinery handles install-pdf and install-html
targets, but no install-dvi target. This patch is a step towards
fixing t