[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Trying to track down problem with packed.com from testsuite
From: |
john o goyo |
Subject: |
Trying to track down problem with packed.com from testsuite |
Date: |
Sat, 10 Aug 2024 17:07:01 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
Greetings, Gaius.
Here is an oddity:
[~/opt/gm2/testsuite]=> gm2-14 -c -O -fomit-frame-pointer
-finline-functions -fiso packed.mod
[~/opt/gm2/testsuite]=> gm2-14 -c -O0 -fomit-frame-pointer
-finline-functions -fiso packed.mod
[~/opt/gm2/testsuite]=> gm2-14 -c -O1 -fomit-frame-pointer
-finline-functions -fiso packed.mod
[~/opt/gm2/testsuite]=> gm2-14 -c -O2 -fomit-frame-pointer
-finline-functions -fiso packed.mod
gm2: internal compiler error: Segmentation Fault signal terminated
program cc1gm2
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
See <https://gcc.gnu.org/bugs/> for instructions.
[~/opt/gm2/testsuite]=> gm2-14 -c -Ofast -fomit-frame-pointer
-finline-functions -fiso packed.mod
gm2: internal compiler error: Segmentation Fault signal terminated
program cc1gm2
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
See <https://gcc.gnu.org/bugs/> for instructions.
Basically, optimisation level 2 and above causes problems.
I am trying to chase down the problem but I have clue where the gm2
compilation starts. Please inform me on which function to break.
Sincerely,
john
- Trying to track down problem with packed.com from testsuite,
john o goyo <=