On 3/30/19 3:03 AM, co...@sdf.org wrote:
> hi folks,
>
> i was interesting in tackling some problems gcc netbsd/vax has.
> it has some ICEs which are in reload phase. searching around, the answer
> to that is "switch to LRA first". Now, I don't quite know what that is
> yet, but I know I need to t
On Mon, Apr 29, 2019 at 08:39:57AM -0600, Jeff Law wrote:
> On 4/29/19 8:24 AM, Thomas Koenig wrote:
> > Hi!
> >
> > Is there a way to mark a TREE statement (or a variable) so that
> > a warning is issued at a later stage if the statement has not been
> > removed in the meantime?
> >
> > I am thi
On 4/29/19 8:24 AM, Thomas Koenig wrote:
> Hi!
>
> Is there a way to mark a TREE statement (or a variable) so that
> a warning is issued at a later stage if the statement has not been
> removed in the meantime?
>
> I am thinking, for example, of Fortran's -Warray-temporaries, which
> issues a war
It seems this is actually from trunk and crontab needs updating to create
snapshots from the branch and trunk appropriately?
--
Joseph S. Myers
jos...@codesourcery.com
On Thu, 25 Apr 2019, Peter Sewell wrote:
> (The standard does also have a defect in its definition of equality - on
> the one hand, it says that &x+1==&y comparison must be true
> if they are adjacent, but on the other (in DR260) that everything
> might be provenance-aware. My preference would b
Hi!
Is there a way to mark a TREE statement (or a variable) so that
a warning is issued at a later stage if the statement has not been
removed in the meantime?
I am thinking, for example, of Fortran's -Warray-temporaries, which
issues a warning in the front end even though the whole temporary
ar
Am 29.04.2019 um 09:59 schrieb Johannes Pfau:
> Am 25.04.19 um 20:05 schrieb Rainer Emrich:
>> Does anybody knows what's the plans for D on mingw.
>>
>> AFAIS the frontend builds and is enabled for mingw. But the D runtime is
>> disabled for mingw and doesn't build.
>>
>> A quick dive into the sour
Am 25.04.19 um 20:05 schrieb Rainer Emrich:
Does anybody knows what's the plans for D on mingw.
AFAIS the frontend builds and is enabled for mingw. But the D runtime is
disabled for mingw and doesn't build.
A quick dive into the source showed that there is code for mingw target.
But it looks li