https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43264
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43264
--- Comment #6 from Jeffrey A. Law ---
Author: law
Date: Fri Feb 6 05:34:00 2015
New Revision: 220471
URL: https://gcc.gnu.org/viewcvs?rev=220471&root=gcc&view=rev
Log:
PR target/43264
* config/h8300/h8300.c (get_shift_alg): Fix ASHIFTR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43264
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
--- Comment #4 from n-takeda at kwansei dot ac dot jp 2010-03-06 13:10
---
(In reply to comment #3)
> What is the size of long on h8300-elf?
>
The size of long is 32bit.
LONG_MAX is 2,147,483,647.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43264
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-03-05 05:30 ---
What is the size of long on h8300-elf?
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--