Re: License compliance on updating gcc runtime libraries

2019-02-28 Thread hiraku.toyooka
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

Re: License compliance on updating gcc runtime libraries

2019-02-28 Thread hiraku.toyooka
> 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

Re: Question regarding constraint usage within inline asm

2019-02-28 Thread Michael Matz
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

A bug in vrp_meet?

2019-02-28 Thread Qing Zhao
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

Re: A bug in vrp_meet?

2019-02-28 Thread Jeff Law
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,

gcc-7-20190228 is now available

2019-02-28 Thread gccadmin
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