https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18399
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
--
What|Removed |Added
Target Milestone|4.0.1 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18399
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-20
19:31 ---
I should copy and paste the full tree dump:
:
_Jv_InitClass (&t.class);
n = 0;
:;
_Jv_InitClass (&t.class);
n = n + 1;
;
if (n == 1000) goto ; else goto ;
The call to _Jv_InitClass is in the in
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-20
19:29 ---
Actually this still does not work:
>From .final_cleanup:
:;
_Jv_InitClass (&t.class);
;
i = i + 1;
if (i == 1000) goto ; else goto ;
--
What|Removed |Added
---