-
- Downloads
d: Don't generate code that throws exceptions when compiling with `-fno-exceptions'
The version flags for RTMI, RTTI, and exceptions was unconditionally predefined. These are now only predefined if the feature flag is enabled. It was noticed that there was no `-fexceptions' definition inside d/lang.opt, so the detection of the exceptions option flag was only partially working. Once that was fixed, a few places in the front-end implementation were found to fall fowl of `nothrow' rules, these have been fixed upstream and backported here as well. Reviewed-on: https://github.com/dlang/dmd/pull/15357 https://github.com/dlang/dmd/pull/15360 PR d/110471 gcc/d/ChangeLog: * d-builtins.cc (d_init_versions): Predefine D_ModuleInfo, D_Exceptions, and D_TypeInfo only if feature is enabled. * lang.opt: Add -fexceptions. gcc/testsuite/ChangeLog: * gdc.dg/pr110471a.d: New test. * gdc.dg/pr110471b.d: New test. * gdc.dg/pr110471c.d: New test.
Showing
- gcc/d/d-builtins.cc 6 additions, 3 deletionsgcc/d/d-builtins.cc
- gcc/d/dmd/root/array.d 1 addition, 1 deletiongcc/d/dmd/root/array.d
- gcc/d/dmd/semantic2.d 1 addition, 2 deletionsgcc/d/dmd/semantic2.d
- gcc/d/dmd/semantic3.d 1 addition, 1 deletiongcc/d/dmd/semantic3.d
- gcc/d/lang.opt 4 additions, 0 deletionsgcc/d/lang.opt
- gcc/testsuite/gdc.dg/pr110471a.d 5 additions, 0 deletionsgcc/testsuite/gdc.dg/pr110471a.d
- gcc/testsuite/gdc.dg/pr110471b.d 5 additions, 0 deletionsgcc/testsuite/gdc.dg/pr110471b.d
- gcc/testsuite/gdc.dg/pr110471c.d 5 additions, 0 deletionsgcc/testsuite/gdc.dg/pr110471c.d
Loading
Please register or sign in to comment