This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/34864] array constants after inlining and "staticification"
- From: "tbptbp at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2008 17:56:46 -0000
- Subject: [Bug tree-optimization/34864] array constants after inlining and "staticification"
- References: <bug-34864-9709@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from tbptbp at gmail dot com 2008-01-19 17:56 -------
Gah. Seems that i've managed to hit another issue than what i was after with my
simplistic testcase then, because in the original code there's no array
anywhere - but static definitions - and i get calls to ldexpf (at runtime init)
if use std::ldexp or ldexpf instead of straight ldexp.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34864