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/82617] Internal compiler error in expand_expr_real_1 when compiling the attached file


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82617

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
The ICE depends on the configuration of the compiler:

with --enable-checking=release, I get

during RTL pass: expand
pr82617.f90:27:0:

     items = strwords_impl(str,white)

internal compiler error: in expand_expr_real_1, at expr.c:9862

with --enable-checking=yes, I get the ICE in comment 1.

> These errors appear to be coming from the middle-end.

Yes, but probably because the frontend does do the "right" thing.

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