[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guidance requested on narrowing down internal compiler error
From: |
Gaius Mulley |
Subject: |
Re: Guidance requested on narrowing down internal compiler error |
Date: |
Tue, 02 Apr 2024 16:50:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
john o goyo <jog37@riddermarkfarm.ca> writes:
> The patch does not quite work as I expected.
>
> Here is Test.mod:
>
> MODULE Test;
>
> IMPORT SYSTEM;
>
> BEGIN
> END Test.
Hi John,
here is a proposed patch (which I'm bootstrap testing at the moment):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114565
It can be activated by:
$ gm2 -fm2-debug-trace=quad hello.mod
$ gm2 -fm2-debug-trace=line hello.mod
$ gm2 -fm2-debug-trace=token hello.mod
$ gm2 -fm2-debug-trace=all hello.mod
Note that the token option is currently cpu expensive (use sparingly at
present :-). The token option definitely needs fixing (or removing)
though,
regards,
Gaius
- Re: Guidance requested on narrowing down internal compiler error,
Gaius Mulley <=