-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
zig c++ does not support exceptions anymore #9591
Copy link
Copy link
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.zig ccZig as a drop-in C compiler featureZig as a drop-in C compiler feature
Milestone
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.zig ccZig as a drop-in C compiler featureZig as a drop-in C compiler feature
Plugging the 0.8.0
libunwind.ainto the 0.9.0-dev linker command makes it work, so perhaps something similar to https://reviews.llvm.org/D71117? Though that one is about ARM, while I'm on x86_64-linux-gnu.