This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/19637] Missed constant propagation with placement new


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-02-10 10:20 -------
The C++ frontend doesn't give us the opportunity to canonicalize &i to &i[0] as
it doesn't call fold in typeck:build_address or decay_conversion.

I'm lost here.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19637


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]