https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115695
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2025-02-17
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115695
Mamoru TASAKA changed:
What|Removed |Added
Version|14.1.1 |15.0
--- Comment #3 from Mamoru TASAKA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115695
Julian Gompper changed:
What|Removed |Added
CC||juliangmp at protonmail dot com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115695
--- Comment #1 from Andrew Pinski ---
Reduced testcase:
```
int f() {
short a = 0;
return (unsigned)a * sizeof(short);
}
```
The warning in GCC 9 and before was:
```
:4:16: warning: conversion to 'long unsigned int' from 'short int' may
cha