This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12953] tree inline bug and fix
- 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: 7 Nov 2003 22:50:59 -0000
- Subject: [Bug optimization/12953] tree inline bug and fix
- References: <20031107220154.12953.alexey.starovoytov@sun.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12953
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |patch, pessimizes-code
Last reconfirmed|0000-00-00 00:00:00 |2003-11-07 22:50:58
date| |
Target Milestone|--- |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-07 22:50 -------
Patch was posted here: <http://gcc.gnu.org/ml/gcc-patches/2003-11/msg00199.html>.
Now note that the the i member of the union is used in the mainline (3.4) for estimating the
number of insns that function has so that the value of DECL_FUNCTION_CODE will be the higher (or
lower if little endian) (if HOST_WIDE_INT is 64 bits and "enum built_in_function" is 32 bits) so it still
depends on the host machine. I want to say this is an obovious fix, and I will apply it if noone else
does.