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/15848] Invalid GIMPLE generated


------- Additional Comments From rth at gcc dot gnu dot org  2004-09-13 10:05 -------
Look at is_gimple_min_invariant -- an ADDR_EXPR is a min_invariant iff 
TREE_INVARIANT is set, which should be true for all VAR_DECLs.  And a
min_invariant satisfies is_gimple_val, which is a valid cast argument.

Not a bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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


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