RWMA Welding Electrodes of Copper Chromium Zirconium, Beryllium Copper, Tungsten Copper, Nickel Copper

2019-05-31 Thread Ms Pragati - 8928403611
Namaste, We are importers and stockiest of RWMA Resistance Welding Electrodes like COPPER CHROMIUM ZIRCONIUM / CuCrZr / C18150 /CuCr1Zr / CW106C - in Rounds and Flats Characteristics: CuCrZr alloy that can be hardened by cold forming and by precipitation of CuCrZr - phases during a heat treatm

RWMA Welding Electrodes of Copper Chromium Zirconium, Beryllium Copper, Tungsten Copper, Nickel Copper

2019-05-31 Thread Ms Pragati - 8928403611
Namaste, We are importers and stockiest of RWMA Resistance Welding Electrodes like COPPER CHROMIUM ZIRCONIUM / CuCrZr / C18150 /CuCr1Zr / CW106C - in Rounds and Flats Characteristics: CuCrZr alloy that can be hardened by cold forming and by precipitation of CuCrZr - phases during a heat treatm

Re: How to insert reference to external symbol in RTL properly?

2019-05-31 Thread Richard Biener
On Wed, May 29, 2019 at 11:50 PM Arslan Khan wrote: > > Are you suggesting that i insert an extern at source level? Wouldn't > that decrease the usability of the safe stack drastically? Currently > all user has to do is provide an address where we intend to place > shadow stack, but if he has to p

Re: About GSOC.

2019-05-31 Thread Martin Jambor
On Thu, May 30 2019, Segher Boessenkool wrote: > On Thu, May 30, 2019 at 07:08:45PM +0200, Martin Jambor wrote: >> Interesting, I was also puzzled for a moment. But notice that: >> >> int main () >> { >> _Float128 x = 18446744073709551617.5f128; >> _Float128 y = __builtin_roundf128 (x); >

Re: About GSOC.

2019-05-31 Thread Tejas Joshi
Hello. The f128 suffix worked. Based on all the corrections you all pointed out, I have created another patch. I think I took most of the things under consideration but please mention if I missed anything. The following test cases were inspected with this patch. I am not sure if the second test cas

Re: About GSOC.

2019-05-31 Thread Segher Boessenkool
On Fri, May 31, 2019 at 12:11:18PM +0200, Martin Jambor wrote: > On Thu, May 30 2019, Segher Boessenkool wrote: > > On Thu, May 30, 2019 at 07:08:45PM +0200, Martin Jambor wrote: > >> Interesting, I was also puzzled for a moment. But notice that: > >> > >> int main () > >> { > >> _Float128 x

Re: About GSOC.

2019-05-31 Thread Nathan Sidwell
On 5/30/19 5:38 PM, Segher Boessenkool wrote: On Thu, May 30, 2019 at 07:08:45PM +0200, Martin Jambor wrote: Interesting, I was also puzzled for a moment. But notice that: int main () { _Float128 x = 18446744073709551617.5f128; _Float128 y = __builtin_roundf128 (x); } behaves as exp

Re: About GSOC.

2019-05-31 Thread Eric Gallager
On 5/31/19, Nathan Sidwell wrote: > On 5/30/19 5:38 PM, Segher Boessenkool wrote: >> On Thu, May 30, 2019 at 07:08:45PM +0200, Martin Jambor wrote: >>> Interesting, I was also puzzled for a moment. But notice that: >>> >>> int main () >>> { >>> _Float128 x = 18446744073709551617.5f128; >>>

Re: On-Demand range technology [3/5] - The Prototype

2019-05-31 Thread Andrew MacLeod
On 5/29/19 9:11 AM, Richard Biener wrote: On Tue, May 28, 2019 at 4:41 PM Jeff Law wrote: This aspect of symbolics would be handled by a relational/equivalence processing engine that would be follow on work. Using the same basic model as ranges, each tree code is taught to understand the rel

Re: On-Demand range technology [2/5] - Major Components : How it works

2019-05-31 Thread Andrew MacLeod
On 5/29/19 7:15 AM, Richard Biener wrote: On Tue, May 28, 2019 at 4:17 PM Andrew MacLeod wrote: On 5/27/19 9:02 AM, Richard Biener wrote: On Fri, May 24, 2019 at 5:50 PM Andrew MacLeod wrote: The above suggests that iff this is done at all it is not in GORI because those are not conditional

Re: unrecognizable insn generated in plugin?

2019-05-31 Thread Mark Brand via gcc
On Thu, May 30, 2019 at 9:26 PM Tycho Andersen wrote: > > Hi Andrew, > > On Thu, May 30, 2019 at 10:09:44AM -0700, Andrew Pinski wrote: > > On Thu, May 30, 2019 at 10:01 AM Tycho Andersen wrote: > > > > > > Hi all, > > > > > > I've been trying to implement an idea Andy suggested recently for > >

Re: unrecognizable insn generated in plugin?

2019-05-31 Thread Tycho Andersen
On Fri, May 31, 2019 at 05:43:44PM +0200, Mark Brand wrote: > On Thu, May 30, 2019 at 9:26 PM Tycho Andersen wrote: > > > > Hi Andrew, > > > > On Thu, May 30, 2019 at 10:09:44AM -0700, Andrew Pinski wrote: > > > On Thu, May 30, 2019 at 10:01 AM Tycho Andersen wrote: > > > > > > > > Hi all, > > >

Re: On-Demand range technology [2/5] - Major Components : How it works

2019-05-31 Thread Jeff Law
On 5/31/19 9:40 AM, Andrew MacLeod wrote: > On 5/29/19 7:15 AM, Richard Biener wrote: >> On Tue, May 28, 2019 at 4:17 PM Andrew MacLeod >> wrote: >>> On 5/27/19 9:02 AM, Richard Biener wrote: On Fri, May 24, 2019 at 5:50 PM Andrew MacLeod wrote: >> The above suggests that iff this i

Re: On-Demand range technology [2/5] - Major Components : How it works

2019-05-31 Thread Andrew MacLeod
On 5/31/19 2:16 PM, Jeff Law wrote: On 5/31/19 9:40 AM, Andrew MacLeod wrote: On 5/29/19 7:15 AM, Richard Biener wrote: On Tue, May 28, 2019 at 4:17 PM Andrew MacLeod wrote: On 5/27/19 9:02 AM, Richard Biener wrote: On Fri, May 24, 2019 at 5:50 PM Andrew MacLeod wrote: The above suggests t

Re: On-Demand range technology [2/5] - Major Components : How it works

2019-05-31 Thread Jeff Law
On 5/31/19 2:26 PM, Andrew MacLeod wrote: > On 5/31/19 2:16 PM, Jeff Law wrote: >> On 5/31/19 9:40 AM, Andrew MacLeod wrote: stmt-level tracking of ranges are sometimes important.  This is something the machinery cannot provide - correct?  At least not optimistically enough with rang

gcc-8-20190531 is now available

2019-05-31 Thread gccadmin
Snapshot gcc-8-20190531 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/8-20190531/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 8 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-8

Re: On-Demand range technology [2/5] - Major Components : How it works

2019-05-31 Thread Andrew MacLeod
On 5/31/19 6:00 PM, Jeff Law wrote: On 5/31/19 2:26 PM, Andrew MacLeod wrote: On 5/31/19 2:16 PM, Jeff Law wrote: On 5/31/19 9:40 AM, Andrew MacLeod wrote: stmt-level tracking of ranges are sometimes important.  This is something the machinery cannot provide - correct?  At least not optimistic