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 fortran/34067] gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin



------- Comment #4 from dominiq at lps dot ens dot fr  2007-11-12 16:33 -------
> The manual only says "-On turns on the following optimization flags", but it
> does a few other things that are not controlled by individual -f flags.

At least it seems to do the same thing up to -fdump-tree-optimized. So the
problem appears from here to the assembly code!-(I won't comment about the
missing controls after ~30 flags;-).

Note that the failures disappear with -m64 (missing/bad conversion).

> The possible culprits are: 130071 (probably not), 130069, 130067, 130052, 130050, 130045,
> 130043, 130042, 130041, 130040, 130039.

I have reverted revisions 130039, 130045, 130067, and 130072, and I have also
done a clean bootstrap without changes.


-- 


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


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