Re: For which gcc release is going to be foreseen the support for the Coroutines TS extension?

2019-07-26 Thread Sebastian Huber
Hello, On 06/06/2018 08:33, Florian Weimer wrote: On 06/04/2018 07:36 PM, Jonathan Wakely wrote: On 4 June 2018 at 18:32, Marco Ippolito wrote: Hi all, clang and VS2017 already support the Coroutines TS extensions. For which gcc release is going to be foreseen the support for the Coroutines T

Re: For which gcc release is going to be foreseen the support for the Coroutines TS extension?

2019-07-26 Thread Florian Weimer
* Sebastian Huber: > Hello, > > On 06/06/2018 08:33, Florian Weimer wrote: >> On 06/04/2018 07:36 PM, Jonathan Wakely wrote: >>> On 4 June 2018 at 18:32, Marco Ippolito wrote: Hi all, clang and VS2017 already support the Coroutines TS extensions. For which gcc release is going

Re: For which gcc release is going to be foreseen the support for the Coroutines TS extension?

2019-07-26 Thread Iain Sandoe
Hello Sebastian, > On 26 Jul 2019, at 10:19, Florian Weimer wrote: > > * Sebastian Huber: >> On 06/06/2018 08:33, Florian Weimer wrote: >>> On 06/04/2018 07:36 PM, Jonathan Wakely wrote: On 4 June 2018 at 18:32, Marco Ippolito wrote: > Hi all, > > clang and VS2017 already supp

Re: [RFC] Disabling ICF for interrupt functions

2019-07-26 Thread Richard Sandiford
[Catching up after being away, sorry if this has already been resolved.] Jozef Lawrynowicz writes: > For MSP430, the folding of identical functions marked with the "interrupt" > attribute by -fipa-icf-functions results in wrong code being generated. > Interrupts have different calling conventions

gcc-8-20190726 is now available

2019-07-26 Thread gccadmin
Snapshot gcc-8-20190726 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/8-20190726/ 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

Fw:Desidero che tu abbia una giornata fantastica

2019-07-26 Thread gelomario83
Hai mai visto qualcosa del genere prima?  www.phitichambha1973.blogspot.hu -- Ossequi /gelomari...@libero.it /

Re: [GSoC-19] Implementing narrowing functions like fadd

2019-07-26 Thread Tejas Joshi
Hello. >> You'll need something different from CASE_MATHFN - these are a different >> kind of functions that need handling in a different way, because they are >> parametrized over certain *pairs* of types, rather than over a single >> type. > first phase, please just directly test for in the code