Commit c844d0b
Fix GCC 13 Release build test failures (microsoft#7364)
GCC 13 (e.g. 13.3.0 shipped with Ubuntu 24.04) has a known miscompilation
bug in -funswitch-loops (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109934)
that causes widespread test failures when building DXC at -O3.
Disable -funswitch-loops for GCC 13, and update the CI pipeline from
Ubuntu-22.04 to Ubuntu-24.04 (which ships GCC 13 as default), removing
the workaround from microsoft#7365.
Co-authored-by: Copilot <[email protected]>1 parent de4f235 commit c844d0b
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
0 commit comments