Re: GCC 8.1 Released

2018-05-03 Thread Bert Wesarg
Hi, On Wed, May 2, 2018 at 2:15 PM, Jakub Jelinek wrote: > Some code that compiled successfully with older GCC versions might require > source changes, see http://gcc.gnu.org/gcc-8/porting_to.html for > details. in "Fortran language issues" it reads: "Prior to GCC 7", shouldn't that be "Prior to

Wrong function call in GCC JIT tutorial

2015-03-04 Thread Bert Wesarg
Hi David, while reading the very good tutorial at https://gcc.gnu.org/onlinedocs/jit/intro/tutorial03.html I noticed that the calls to gcc_jit_block_end_with_conditional() misses the on_true and on_false parameters. HTH, Bert

Re: #include "gmp.h" in system.h via gcc-plugin.h

2015-02-26 Thread Bert Wesarg
David. On Thu, Feb 26, 2015 at 4:54 PM, David Malcolm wrote: > On Thu, 2015-02-26 at 16:34 +0100, Bert Wesarg wrote: >> [ Sending to gcc@, in the hope to get a statement from the GCC >> developers finally. ] >> >> On Fri, Feb 20, 2015 at 2:35 PM, Bert Wesarg >>

Re: #include "gmp.h" in system.h via gcc-plugin.h

2015-02-26 Thread Bert Wesarg
[ Sending to gcc@, in the hope to get a statement from the GCC developers finally. ] On Fri, Feb 20, 2015 at 2:35 PM, Bert Wesarg wrote: > On Fri, Feb 20, 2015 at 1:33 PM, Basile Starynkevitch > wrote: >> On Fri, Feb 20, 2015 at 09:25:30AM +0100, Bert Wesarg wrote: >>> [