Commit ba40d77
Fix GCC 13 Release build test failures (microsoft#7364) (microsoft#8176)
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.
Fixes microsoft#7364
---------
Co-authored-by: Copilot <[email protected]>1 parent 90ae8d8 commit ba40d77
2 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | 147 | | |
153 | 148 | | |
154 | 149 | | |
| |||
| 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