This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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/16867] [3.5 Regression] Inline array initializer miscompilation at -O


------- Additional Comments From fw at deneb dot enyo dot de  2004-08-09 11:32 -------
(In reply to comment #4)
> This is _NOT_ a CDDCE bug.  CDDCE is only enabled at -O2 and
> higher, so if this bug already shows at -O then it's not a
> CDDCE bug, simple as that.

Just to clarify, the store is removed during the second DCE pass (which is
labeled "cddce", but only performs normal, non-aggressive DCE at -O1).

-- 


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


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