[Bug java/14853] [3.3/3.4/4.0 Regression] Assignment to final field permitted when compiling to native

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Dec 4 00:29:00 GMT 2004


------- Additional Comments From tromey at gcc dot gnu dot org  2004-12-04 00:28 -------
I looked into this today.

When compiling to .o (or with --syntax-only), the
"System.out" reference is wrapped in a compound_expr
whose LHS initializes the System class.

I'm working on this.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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



More information about the Gcc-bugs mailing list