You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// v3-compiler-error reports stage an `error:`-prefixed message so it survives
50
-
// c_error_string as a nonempty, stable, groupable diagnostic (PR #28131 review).
51
-
msg:='error: the experimental V3 compiler hit an internal compiler error building this program (the stable V compiler built it successfully)'
50
+
// c_error_string as a nonempty, groupable diagnostic. Preserve the compiler stage
51
+
// too, so unrelated V3 failures do not collapse into the same stored error.
52
+
msg:='error: the experimental V3 compiler hit an internal compiler error building this program during semantic checking (the stable V compiler built it successfully)'
// `macos_v3_compiler_error_fallback` the report describes a V3 internal compiler
38
38
// error (V source only) instead of a generated-C compilation error.
39
39
constmacos_v3_c_error_kind_file='kind'
40
-
// the diagnostic uploaded for a V3 internal compiler error (starts with `error:` so the
41
-
// receiver's c_error_string parser stores a nonempty, groupable diagnostic).
42
-
constmacos_v3_compiler_error_message='error: the experimental V3 compiler hit an internal compiler error building this program (the stable V compiler built it successfully)'
40
+
// the base diagnostic uploaded for a V3 internal compiler error (starts with `error:` so
41
+
// the receiver's c_error_string parser stores a nonempty, groupable diagnostic).
42
+
constmacos_v3_compiler_error_message_base='error: the experimental V3 compiler hit an internal compiler error building this program'
0 commit comments