https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85425
Jonathan Wakely changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85425
--- Comment #2 from Gerhard Heinzel ---
(In reply to Jonathan Wakely from comment #1)
Many thanks for your quick response.
I normally don't use -Wconversion because it floods me with
uninteresting errors about size_t, floor(), and code from bis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85425
--- Comment #1 from Jonathan Wakely ---
The example can be reduced to:
void ghhrobust_search (double ay, int type) { }
void f(int i, double d) { ghhrobust_search(i, d); }
This must not produce an error, because it is 100% valid according to th