------- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-18 13:48 ------- > + /* TER is not run at -O0, so our representation of alignment > + information and its propagation is non-existant. */ > + if (!optimize) > + return 0;
Perhaps if (!flag_tree_ter) return 0; would be more accurate? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29111