https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #4) > Fedora/RHEL gcc also has > sed -i -e 's/Common Driver Var(flag_report_bug)/& Init(1)/' gcc/common.opt > and thus makes -freport-bug the default. Speaking with Richi, we're not planning to do that for openSUSE/SLEs. > Perhaps it should be decided at configure time, on the other side making it > the default always will only slow things down for developers, you don't want > all the testcases that ICE in the testsuite take 3 times longer or when > cvise reducing some ICE spend much more time on it (sure, I use cc1/cc1plus > etc. directly for those, but not all people do). Thus, we are not interested in a configure option :)