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/26719] [4.1/4.2 Regression] Computed (integer) table changes with -O



------- Comment #3 from rakdver at gcc dot gnu dot org  2006-03-16 18:51 -------
More precisely, the correct chrec would be

(int) (char) {0,+,1}

since we assume signed chrecs do not overflow.


-- 


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


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