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 middle-end/29111] [4.2 Regression] FAIL: gcc.dg/torture/pr26565.c -O0 execution test



------- 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


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