https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103654
cqwrteur <unlvsur at live dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |unlvsur at live dot com --- Comment #1 from cqwrteur <unlvsur at live dot com> --- #include<fast_io.h> #include<fast_io_device.h> int main() try { fast_io::ibuf_file ibf("not_exist.txt"); } catch(fast_io::error e) { return 1; } catch(...) { return 1; } what's wrong here??