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/20742] [4.0/4.1 Regression] Hang in tree_ssa_iv_optimize_loop


------- Additional Comments From jakub at gcc dot gnu dot org  2005-04-04 11:40 -------
Oops, attached older version of the testcase.  The latest one had:
#ifdef HANG
#define TEN(x) x x x x x x x x x x
      TEN (TEN (a += b; b -= a;))
#endif
in the loop as well.

-- 


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


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