Bug 1200946

Summary: ICE in package opie on s390x
Product: [openSUSE] openSUSE Tumbleweed Reporter: Berthold Gunreben <azouhr>
Component: DevelopmentAssignee: Richard Biener <rguenther>
Status: VERIFIED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P3 - Medium CC: ada.lovelace, ihno, rguenther
Version: Current   
Target Milestone: ---   
Hardware: S/390-64   
OS: Other   
See Also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106101
Whiteboard:
Found By: Community User Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: reduced testcase for ICE

Description Berthold Gunreben 2022-06-26 16:53:19 UTC
Created attachment 859850 [details]
reduced testcase for ICE

During build of package opie, an internal compiler error occurs:

https://build.opensuse.org/package/live_build_log/openSUSE:Factory:zSystems/opie/standard/s390x

I tried to create a reduced testcase, and will attach to this bug.

Call with 

gcc -O -c y.tab.i
Comment 1 Sarah Kriesch 2022-06-26 19:27:31 UTC
Thanks for this report, Berthold.

For more information about the error message in OBS:
[  204s] y.tab.c: In function 'yyparse':
[  204s] y.tab.c:2535:1: internal compiler error: Segmentation fault
[  204s]  2535 | }
[  204s]       | ^
[  204s] 0x159fad7 internal_error(char const*, ...)
[  204s] 	???:0
[  204s] Please submit a full bug report, with preprocessed source (by using -freport-bug).
[  204s] Please include the complete backtrace with any bug report.
[  204s] See <https://bugs.opensuse.org/> for instructions.
[  204s] make: *** [<builtin>: y.tab.o] Error 1
Comment 2 Richard Biener 2022-06-27 09:27:10 UTC
Reported upstream.
Comment 3 Ihno Krumreich 2023-03-01 13:25:27 UTC
Ant update?
Comment 4 Richard Biener 2023-03-01 13:28:27 UTC
The change is meanwhile backported and in factory.
Comment 5 Ihno Krumreich 2023-07-30 22:01:46 UTC
Verified