https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111842
--- Comment #13 from n.deshmukh at samsung dot com ---
(In reply to Jonathan Wakely from comment #12)
> (In reply to n.deshm...@samsung.com from comment #5)
> > The warning is valid but I wish to suppress it like the other
> > conversion warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111842
--- Comment #9 from n.deshmukh at samsung dot com ---
(In reply to Andrew Pinski from comment #8)
> (In reply to n.deshm...@samsung.com from comment #7)
> >
> > Is there a reason why the second error is not categorized under
> > -Wfloat-convers
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111842
--- Comment #7 from n.deshmukh at samsung dot com ---
How about the following code:
int f(double a) {
float b = a;
return 0;
}
int g(double a) {
_Float16 b = a;
return 0;
}
It generates the following errors:
: In function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111842
n.deshmukh at samsung dot com changed:
What|Removed |Added
Resolution|INVALID |---
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111842
Bug ID: 111842
Summary: Unable to disable conversion warning in case of
_Float16
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109204
Bug ID: 109204
Summary: Compiler emits unknows assembly instruction with -O3
level
Product: gcc
Version: 12.1.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103681
Bug ID: 103681
Summary: Unusual behavior for tail padding with different c++
standards
Product: gcc
Version: 8.3.1
Status: UNCONFIRMED
Severity: normal