Ben Clayton | 2c1fbe8 | 2021-07-30 17:18:36 +0000 | [diff] [blame] | 1 | SKIP: FAILED |
| 2 | |
David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 3 | static uint x_1 = 0u; |
| 4 | static bool x_7 = false; |
| 5 | static bool x_8 = false; |
| 6 | |
| 7 | void main_1() { |
| 8 | const bool x_101 = x_7; |
| 9 | const bool x_102 = x_8; |
Antonio Maiorano | 06844a5 | 2022-09-29 16:53:58 +0000 | [diff] [blame] | 10 | while (true) { |
Ben Clayton | b990d39 | 2023-03-02 09:25:40 +0000 | [diff] [blame] | 11 | uint x_2 = 0u; |
David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 12 | if (x_101) { |
| 13 | break; |
| 14 | } |
Ben Clayton | b990d39 | 2023-03-02 09:25:40 +0000 | [diff] [blame] | 15 | x_2 = 0u; |
David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 16 | if (x_102) { |
Ben Clayton | b990d39 | 2023-03-02 09:25:40 +0000 | [diff] [blame] | 17 | x_2 = 1u; |
David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 18 | { |
Ben Clayton | b990d39 | 2023-03-02 09:25:40 +0000 | [diff] [blame] | 19 | x_1 = x_2; |
David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 20 | } |
| 21 | continue; |
| 22 | } else { |
| 23 | { |
Ben Clayton | b990d39 | 2023-03-02 09:25:40 +0000 | [diff] [blame] | 24 | x_1 = x_2; |
David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 25 | } |
| 26 | continue; |
| 27 | } |
David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 28 | { |
Ben Clayton | b990d39 | 2023-03-02 09:25:40 +0000 | [diff] [blame] | 29 | x_1 = x_2; |
David Neto | d1a026e | 2021-07-30 16:03:06 +0000 | [diff] [blame] | 30 | } |
| 31 | } |
| 32 | return; |
| 33 | } |
| 34 | |
| 35 | void main() { |
| 36 | main_1(); |
| 37 | return; |
| 38 | } |
Ben Clayton | 0fba14e | 2022-07-26 14:23:24 +0000 | [diff] [blame] | 39 | DXC validation failure: |
Ben Clayton | b990d39 | 2023-03-02 09:25:40 +0000 | [diff] [blame] | 40 | warning: DXIL signing library (dxil.dll,libdxil.so) not found. Resulting DXIL will not be signed for use in release environments. |
Ben Clayton | 2c1fbe8 | 2021-07-30 17:18:36 +0000 | [diff] [blame] | 41 | |
| 42 | error: validation errors |
Ben Clayton | 0fba14e | 2022-07-26 14:23:24 +0000 | [diff] [blame] | 43 | shader.hlsl:33: error: Loop must have break. |
Ben Clayton | 2c1fbe8 | 2021-07-30 17:18:36 +0000 | [diff] [blame] | 44 | Validation failed. |
| 45 | |
| 46 | |
| 47 | |