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/49179] New: [4.7 Regression] ICE: in evaluate_conditions_for_known_args at ipa-inline-analysis.c:558 with -O -findirect-inlining


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

           Summary: [4.7 Regression] ICE: in
                    evaluate_conditions_for_known_args at
                    ipa-inline-analysis.c:558 with -O -findirect-inlining
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


Created attachment 24365
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24365
reduced testcase (from gfortran.dg/assumed_charlen_function_3.f90)

Maybe related to PR49091, it ICEs with the same message.

Compiler output:
$ gcc -O -findirect-inlining testcase.f90
testcase.f90:8:0: internal compiler error: vector VEC(tree,base) index domain
error, in evaluate_conditions_for_known_args at ipa-inline-analysis.c:558
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r174261 - crash
4.6 r173059 - OK


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