This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/23410] [4.1 Regression] FAIL: gcc.c-torture/execute/950612-1.c execution, at -Os and -O3
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Aug 2005 02:33:36 -0000
- Subject: [Bug middle-end/23410] [4.1 Regression] FAIL: gcc.c-torture/execute/950612-1.c execution, at -Os and -O3
- References: <20050815225031.23410.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17 02:33 -------
Confirmed, based on http://gcc.gnu.org/ml/gcc-testresults/2005-08/msg00937.html and trying it my
self on i686-pc-linux-gnu.
looking at config.gcc, I noticed that need_64bit_hwint for hppa2.0w-hp-hpux11.11 is not set so that
what this bug is.
This is a 32bit HOST_WIDE_INT bug.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC target triplet|i686-pc-linux-gnu, hppa2.0w-|HOST_WIDE_INT == 32bits
|hp-hpux11.11 |
Last reconfirmed|0000-00-00 00:00:00 |2005-08-17 02:33:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23410