[Bug web/104254] -freport-bug should be mentioned on https://gcc.gnu.org/bugs/

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 27 09:14:29 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
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.
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).


More information about the Gcc-bugs mailing list