public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/102938] New: [12 regression] ICE in fortran test cases after r12-4240
@ 2021-10-25 21:23 seurer at gcc dot gnu.org
  2021-10-25 21:25 ` [Bug other/102938] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-10-25 21:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102938
           Summary: [12 regression] ICE in fortran test cases after
                    r12-4240
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:2b8453c401b699ed93c085d0413ab4b5030bcdb8, r12-4240

I am seeing these on a power10 machine but they don't ICE on power 9 nor power
8.

FAIL: gfortran.dg/intrinsic_modulo_1.f90   -O2  (internal compiler error)
FAIL: gfortran.dg/intrinsic_modulo_1.f90   -O2  (test for excess errors)
FAIL: libgomp.fortran/parloops-exit-first-loop-alt-2.f95   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
(internal compiler error)
FAIL: libgomp.fortran/parloops-exit-first-loop-alt-2.f95   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
(test for excess errors)
FAIL: libgomp.fortran/parloops-exit-first-loop-alt.f95   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
(internal compiler error)
FAIL: libgomp.fortran/parloops-exit-first-loop-alt.f95   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
(test for excess errors)


spawn -ignore SIGHUP
/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../gfortran
-B/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../
-B/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libgfortran/
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gfortran.dg/intrinsic_modulo_1.f90
-fdiagnostics-plain-output -fdiagnostics-plain-output -O2 -pedantic-errors
-B/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libgfortran/.libs
-L/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libgfortran/.libs
-L/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libgfortran/.libs
-L/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libatomic/.libs
-B/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libquadmath/.libs
-L/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libquadmath/.libs
-L/home/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libquadmath/.libs
-lm -o ./intrinsic_modulo_1.exe
during RTL pass: expand
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gfortran.dg/intrinsic_modulo_1.f90:21:32:
internal compiler error: in prepare_cmp_insn, at optabs.c:4532
0x10ac73eb prepare_cmp_insn
        /home/seurer/gcc/git/gcc-test/gcc/optabs.c:4532
0x10ac7567 emit_cmp_and_jump_insns(rtx_def*, rtx_def*, rtx_code, rtx_def*,
machine_mode, int, rtx_def*, profile_probability)
        /home/seurer/gcc/git/gcc-test/gcc/optabs.c:4677
0x106297a7 do_compare_rtx_and_jump(rtx_def*, rtx_def*, rtx_code, int,
machine_mode, rtx_def*, rtx_code_label*, rtx_code_label*, profile_probability)
        /home/seurer/gcc/git/gcc-test/gcc/dojump.c:1220
0x10707fdf do_cmp_and_jump
        /home/seurer/gcc/git/gcc-test/gcc/expmed.c:6345
0x10707fdf expand_divmod(int, tree_code, machine_mode, rtx_def*, rtx_def*,
rtx_def*, int, optab_methods)
        /home/seurer/gcc/git/gcc-test/gcc/expmed.c:4864
0x1070be9b expand_expr_divmod
        /home/seurer/gcc/git/gcc-test/gcc/expr.c:8945
0x10735a2b expand_expr_real_2(separate_ops*, rtx_def*, machine_mode,
expand_modifier)
        /home/seurer/gcc/git/gcc-test/gcc/expr.c:9582
0x1071b8b3 expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
        /home/seurer/gcc/git/gcc-test/gcc/expr.c:10519
0x1072afe7 store_expr(tree_node*, rtx_def*, int, bool, bool)
        /home/seurer/gcc/git/gcc-test/gcc/expr.c:6103
0x1072d57f expand_assignment(tree_node*, tree_node*, bool)
        /home/seurer/gcc/git/gcc-test/gcc/expr.c:5835
0x1055dd0f expand_gimple_stmt_1
        /home/seurer/gcc/git/gcc-test/gcc/cfgexpand.c:3942
0x1055dd0f expand_gimple_stmt
        /home/seurer/gcc/git/gcc-test/gcc/cfgexpand.c:4040
0x10566d9b expand_gimple_basic_block
        /home/seurer/gcc/git/gcc-test/gcc/cfgexpand.c:6082
0x10569d2b execute
        /home/seurer/gcc/git/gcc-test/gcc/cfgexpand.c:6808



commit 2b8453c401b699ed93c085d0413ab4b5030bcdb8 (HEAD, refs/bisect/bad)
Author: liuhongt <hongtao.liu@intel.com>
Date:   Mon Sep 6 13:48:49 2021 +0800

    Enable auto-vectorization at O2 with very-cheap cost model.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/102938] [12 regression] ICE in fortran test cases after r12-4240
  2021-10-25 21:23 [Bug other/102938] New: [12 regression] ICE in fortran test cases after r12-4240 seurer at gcc dot gnu.org
@ 2021-10-25 21:25 ` pinskia at gcc dot gnu.org
  2021-10-26  7:09 ` rguenth at gcc dot gnu.org
  2022-01-19 14:06 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-10-25 21:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Related to PR 102860 (or really the same issue).

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/102938] [12 regression] ICE in fortran test cases after r12-4240
  2021-10-25 21:23 [Bug other/102938] New: [12 regression] ICE in fortran test cases after r12-4240 seurer at gcc dot gnu.org
  2021-10-25 21:25 ` [Bug other/102938] " pinskia at gcc dot gnu.org
@ 2021-10-26  7:09 ` rguenth at gcc dot gnu.org
  2022-01-19 14:06 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-10-26  7:09 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE
   Target Milestone|---                         |12.0

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
dup

*** This bug has been marked as a duplicate of bug 102860 ***

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/102938] [12 regression] ICE in fortran test cases after r12-4240
  2021-10-25 21:23 [Bug other/102938] New: [12 regression] ICE in fortran test cases after r12-4240 seurer at gcc dot gnu.org
  2021-10-25 21:25 ` [Bug other/102938] " pinskia at gcc dot gnu.org
  2021-10-26  7:09 ` rguenth at gcc dot gnu.org
@ 2022-01-19 14:06 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-01-19 14:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102938
Bug 102938 depends on bug 102860, which changed state.

Bug 102860 Summary: [12 regression] libgomp.fortran/simd2.f90 ICEs after r12-4526
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102860

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-19 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 21:23 [Bug other/102938] New: [12 regression] ICE in fortran test cases after r12-4240 seurer at gcc dot gnu.org
2021-10-25 21:25 ` [Bug other/102938] " pinskia at gcc dot gnu.org
2021-10-26  7:09 ` rguenth at gcc dot gnu.org
2022-01-19 14:06 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).