[Bug target/95453] Failure to avoid useless sign extension

2021-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95453

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Andrew Pinski  ---
This is a dup of bug 97607 which has the anlysis already.

*** This bug has been marked as a duplicate of bug 97607 ***

[Bug target/95453] Failure to avoid useless sign extension

2021-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95453

Andrew Pinski  changed:

   What|Removed |Added

 CC||jonathan.poelen at gmail dot 
com

--- Comment #3 from Andrew Pinski  ---
*** Bug 99384 has been marked as a duplicate of this bug. ***

[Bug target/95453] Failure to avoid useless sign extension

2020-06-01 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95453

--- Comment #2 from Hongtao.liu  ---
Duplicated as PR95076?

[Bug target/95453] Failure to avoid useless sign extension

2020-05-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95453

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||ABI

--- Comment #1 from Andrew Pinski  ---
What does the ABI say about argument passing of types which are sized less than
int?