https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
--- Comment #8 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:76ef38e3178a11e76a66b4d4c0e10e85fe186a45
commit r12-6893-g76ef38e3178a11e76a66b4d4c0e10e85fe186a45
Author: Martin Liska
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
--- Comment #7 from Andrew Pinski ---
Note at Marvell we also turn it on by default a configure option is not needed
either.
The main reason why I filed this was because of two bug reports that came in
where the user of GCC did not attach the pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
--- Comment #6 from Martin Liška ---
One more comment about https://gcc.gnu.org/bugs/. Well, I think the page
contains very detailed information for reporters, and I double anybody is
actually reading that. Plus it misses a direct link to bugzil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
--- Comment #5 from Martin Liška ---
(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 Ri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
--- Comment #3 from Martin Liška ---
Let's compare it with Clang:
clang++ llvm.C -std=c++20
PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash
backtrace, preprocessed source, and associated run script.
Stack dump:
0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
--- Comment #2 from Martin Liška ---
One possible improvement can be promoting the option when an ICE happens:
$ g++ pr100019.C -c -w
pr100019.C: In instantiation of ‘void f(auto:1 ...) [with auto:1 = {int}]’:
pr100019.C:8:4: required from he
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104254
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
CC|