ABI compatibility: GCC9 vs GCC10

2020-02-20 Thread Jason Mancini
Any notable ABI changes from 9 to 10? Thanks! -Jason (Sorry for asking here, there was no response from gcc-help in January.)

Re: Request for better syntax checking in lang.opt

2020-02-20 Thread Thomas Koenig
Hi Martin, Sure, I can improve sanity checking. Thanks! What exactly have you screwed up? I had, in lang.opt EnumValue Enum (gfc_fcoarray) String (native) Value (GFC_FCOARRAY_NATIVE) It was a bit non-obvious to me that this led to the whole sub-option being ignored due to *drum roll* th

Re: GCC 8.4 Status Report (2020-02-17)

2020-02-20 Thread Bernd Edlinger
On 2/19/20 10:24 AM, Richard Biener wrote: > On Tue, Feb 18, 2020 at 8:37 PM Bernd Edlinger > wrote: >> >>> It has been almost a year since GCC 8.3 has been released and GCC 8.4 >>> release should have been released already, so we should concentrate on >>> getting it out soon. Unfortunately we ha

Re: Request for better syntax checking in lang.opt

2020-02-20 Thread Martin Liška
On 2/20/20 8:29 AM, Thomas Koenig wrote: Hi, having just lost a few hours on a space in lang.opt where there was supposed to be none, leading to a new option being silently ignored, a request: Hello. Sure, I can improve sanity checking. What exactly have you screwed up? Would it be possibl