[Bug java/18399] Class initialization optimization does not work with the inliner

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Aug 20 19:29:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-20 19:29 -------
Actually this still does not work:
>From .final_cleanup:
<L1>:;
  _Jv_InitClass (&t.class);

;
  i = i + 1;
  if (i == 1000) goto <L4>; else goto <L1>;

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |enhancement
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |
            Summary|[4.0/4.1 Regression] Class  |Class initialization
                   |initialization optimization |optimization does not work
                   |does not work with the      |with the inliner
                   |inliner                     |


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



More information about the Gcc-bugs mailing list