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/45380] ICE in gfc_conv_intrinsic_any_all at -O{n>0}



------- Comment #1 from mikael at gcc dot gnu dot org  2010-08-22 18:00 -------
The error:
internal compiler error: in gfc_conv_intrinsic_anyall, at
fortran/trans-intrinsic.c:1689
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

It seems that the a /= a is simplified to a constant scalar value which
triggers the assert. 


-- 


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


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