Thank you for your reply.
> The exception applies to the application code, not to libgcc_s.so,
> libstdc++.so etc.
I noticed my prerequisite might be wrong.
I thought that the shared runtime libraries are also included in the
"work of Target Code formed by combining the Runtime Library with
Indep
> Note that nobody can give you definitive answers to questions like this
> since they haven't been litigated. So any answer is an "educated guess".
Yes. I understand I cannot get definitive answers for license interpretation.
> My view is that it's both, depending on the context. Remember that
Hi,
On Mon, 25 Feb 2019, Segher Boessenkool wrote:
> Yup. All good points, I didn't think this through enough obviously.
>
> The _1+_1 isn't great if that single pseudo then ends up in mem (it will
> need a reload again on most archs, probably causing another spill), btw.
But at least it'll g
Hi,
I have been debugging a runtime error caused by value range propagation. and
finally located to the following gcc routine:
vrp_meet_1 in gcc/tree-vrp.c
/* Meet operation for value ranges. Given two value ranges VR0 and
VR1, store in VR0 a range that contains both VR0 and VR1. This
On 2/28/19 10:05 AM, Qing Zhao wrote:
> Hi,
>
> I have been debugging a runtime error caused by value range propagation. and
> finally located to the following gcc routine:
>
> vrp_meet_1 in gcc/tree-vrp.c
>
>
> /* Meet operation for value ranges. Given two value ranges VR0 and
>VR1,
Snapshot gcc-7-20190228 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/7-20190228/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-7