Re: Optimizing C++ Move Functions in Stl

2018-12-11 Thread nick
On 2018-12-11 8:37 a.m., Jonathan Wakely wrote: > On 10/12/18 16:09 -0500, nick wrote: >> Greetings All, >> >> Sorry I was busy last week but did get my forms signed off for the >> required copyright assignment. Anyhow seems that the tuple and other >> classes mentioned aren't the only only ones

Re: coding question

2018-12-11 Thread Jonathan Wakely
This is the wrong mailing list for this discussion, because it's not related to development of GCC itself (and is not even specific to GCC). Please see https://gcc.gnu.org/lists.html Please continue this on the gcc-help mailing list instead.

Re: coding question

2018-12-11 Thread Michael Clark
Hi Cesar, > On 12/12/2018, at 10:31 AM, Moreno, Cesar A wrote: > > > > HOW do Imalloc or newan array of complex numbers in GNU C++ code ? > MALLOC does not work, how do I use MALLOC correctly or NEW ? > > I made a struct called complex (for a complex number with realp and ima

coding question

2018-12-11 Thread Moreno, Cesar A
HOW do Imalloc or newan array of complex numbers in GNU C++ code ? MALLOC does not work, how do I use MALLOC correctly or NEW ? I made a struct called complex (for a complex number with realp and imagp) And I want to make an array of 128 locations (where each location includ

Re: Question about ASMCONS

2018-12-11 Thread Claudiu Zissulescu
Hi, Thank you for the quick response, but I still get it with the latest gcc sources. The error is shown only when the compiler is configured with all the internal checks in place. Please, can you share with me the way how you build the toolchain. I am trying to see what I do wrong... Thank you,

Re: Question about ASMCONS

2018-12-11 Thread Segher Boessenkool
Hi! On Tue, Dec 11, 2018 at 12:02:42PM +0200, Claudiu Zissulescu wrote: > This issue still keeps biting me, specially in the glibc upstreaming > process. I have made a bugzilla entry for this > (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88001) where I also > added my solution for the given issu

Re: Question about ASMCONS

2018-12-11 Thread Claudiu Zissulescu
Hi all, This issue still keeps biting me, specially in the glibc upstreaming process. I have made a bugzilla entry for this (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88001) where I also added my solution for the given issue. Please can someone help me, or maybe let me know if my patch is acce