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).

Reply via email to