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 rtl-optimization/64316] New: [5 Regression] ICE in simplify_const_unary_operation after r218503


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

            Bug ID: 64316
           Summary: [5 Regression] ICE in simplify_const_unary_operation
                    after r218503
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: izamyatin at gmail dot com
            Target: x86

Created attachment 34284
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34284&action=edit
Reproducer

For the attached reproducer compiled with -O3 -march=core-avx2 there is:

internal compiler error: in simplify_const_unary_operation, at
simplify-rtx.c:1676
 }
 ^ 
0xbd8b9b simplify_const_unary_operation(rtx_code, machine_mode, rtx_def*,
machine_mode)
        ../../gcc/simplify-rtx.c:1676
0xbd6045 simplify_unary_operation(rtx_code, machine_mode, rtx_def*,
machine_mode)
        ../../gcc/simplify-rtx.c:822
0xbd4f75 simplify_gen_unary(rtx_code, machine_mode, rtx_def*, machine_mode)
        ../../gcc/simplify-rtx.c:395
0x136761f if_then_else_cond
        ../../gcc/combine.c:8748
0x135e155 combine_simplify_rtx
        ../../gcc/combine.c:5394
0x135dea3 subst
        ../../gcc/combine.c:5331
0x135dca2 subst
        ../../gcc/combine.c:5276
0x135dca2 subst
        ../../gcc/combine.c:5276
0x1357a53 try_combine
        ../../gcc/combine.c:3250
0x1352ba8 combine_instructions
        ../../gcc/combine.c:1301
0x13740c3 rest_of_handle_combine
        ../../gcc/combine.c:14052
0x137416a execute
        ../../gcc/combine.c:14095
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


This actually leads to miscompilation of spec2006/403.gcc with -march=core-avx2


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