- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Beginning with Intel OneAPI 2025.1.1 for Linux, the following error occurs:
/tmp/ifx1218407474hdxmCL/ifxCZO9Il.i90: error #5633: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for cmp.F90 (code 3)
Problem fails when -O2 or higher is used, and works for -O1 or lower.
Compiling with Intel 2025.0.0 works fine.
Here is the failure:
$ ifx --version
ifx (IFX) 2025.1.1 20250418
Copyright (C) 1985-2025 Intel Corporation. All rights reserved.
$ ifx -c -I ./ -O2 cmp.F90
#0 0x00000000033106d1
#1 0x00000000033754d7
#2 0x0000000003375605
#3 0x00007f9aedd0b900
#4 0x00000000028a37d1
#5 0x00000000028a35f7
#6 0x000000000227194f
#7 0x00000000028a21bd
#8 0x00000000028a0c2c
#9 0x00000000028a27dc
#10 0x00000000028a5dc2
#11 0x00000000028a66d1
#12 0x00000000028a5800
#13 0x00000000028a5ff8
#14 0x00000000028a6e1c
#15 0x00000000024f8995
#16 0x00000000024f8201
#17 0x00000000024f1f38
#18 0x00000000024f1c71
#19 0x000000000252cd65
#20 0x000000000252cb41
#21 0x00000000024f743a
#22 0x00000000032ae3da
#23 0x00000000032abf23
#24 0x0000000003256251
#25 0x0000000003433c98
#26 0x00007f9aedcf4e6c
#27 0x00007f9aedcf4f35 __libc_start_main + 135
#28 0x000000000308f34e
/tmp/ifx0288784951MnHDWz/ifxV24ZUV.i90: error #5633: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for cmp.F90 (code 3)
$
-O1 works:
$ ifx -c -I ./ -O1 cmp.F90
$
Ifx 2025.0.0 works:
$ ifx --version
ifx (IFX) 2025.0.0 20241008
Copyright (C) 1985-2024 Intel Corporation. All rights reserved.
$ ifx -c -I ./ -O2 cmp.F90
$ ifx -c -I ./ -O3 cmp.F90
$
I will attach the output of:
ifx -c -I ./ -O2 -mllvm -opt-bisect-limit=5000 cmp.F90
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page