public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
@ 2020-04-08 10:34 zsojka at seznam dot cz
  2020-04-08 10:47 ` [Bug target/94530] " ktkachov at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: zsojka at seznam dot cz @ 2020-04-08 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94530
           Summary: [9/10 Regression] ICE: SIGSEGV in rhs_regno
                    (rtl.h:1924) with -Os -mcpu=falkor
                    -mpc-relative-literal-loads -mcmodel=large
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zsojka at seznam dot cz
  Target Milestone: ---
              Host: x86_64-pc-linux-gnu
            Target: aarch64-unknown-linux-gnu

Created attachment 48240
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48240&action=edit
reduced testcase

Compiler output:
$ aarch64-unknown-linux-gnu-gcc -Os -mcpu=falkor -mpc-relative-literal-loads
-mcmodel=large testcase.c -wrapper valgrind,-q,--track-origins=yes
==19355== Use of uninitialised value of size 8
==19355==    at 0x14B84CD: rhs_regno (rtl.h:1924)
==19355==    by 0x14B84CD: valid_src_p (falkor-tag-collision-avoidance.c:541)
==19355==    by 0x14B84CD: get_load_info(rtx_insn*, loop*, rtx_def**,
rtx_def**, rtx_def**, bool*, bool*) (falkor-tag-collision-avoidance.c:641)
==19355==    by 0x14B98D5: record_loads (falkor-tag-collision-avoidance.c:771)
==19355==    by 0x14B98D5: execute_tag_collision_avoidance()
(falkor-tag-collision-avoidance.c:824)
==19355==    by 0x14BA508: pass_tag_collision_avoidance::execute(function*)
(falkor-tag-collision-avoidance.c:871)
==19355==    by 0xFD3B7E: execute_one_pass(opt_pass*) (passes.c:2502)
==19355==    by 0xFD432F: execute_pass_list_1(opt_pass*) (passes.c:2590)
==19355==    by 0xFD4341: execute_pass_list_1(opt_pass*) (passes.c:2591)
==19355==    by 0xFD4341: execute_pass_list_1(opt_pass*) (passes.c:2591)
==19355==    by 0xFD4368: execute_pass_list(function*, opt_pass*)
(passes.c:2601)
==19355==    by 0xC2E14B: cgraph_node::expand() (cgraphunit.c:2299)
==19355==    by 0xC2F1EF: expand_all_functions (cgraphunit.c:2470)
==19355==    by 0xC2F1EF: symbol_table::compile() [clone .part.0]
(cgraphunit.c:2820)
==19355==    by 0xC3195C: compile (cgraphunit.c:2733)
==19355==    by 0xC3195C: symbol_table::finalize_compilation_unit()
(cgraphunit.c:3000)
==19355==    by 0x10D263A: compile_file() (toplev.c:483)
==19355==  Uninitialised value was created by a stack allocation
==19355==    at 0x14B829D: get_load_info(rtx_insn*, loop*, rtx_def**,
rtx_def**, rtx_def**, bool*, bool*) (falkor-tag-collision-avoidance.c:592)
==19355== 
==19355== Invalid read of size 2
==19355==    at 0x14B84CD: rhs_regno (rtl.h:1924)
==19355==    by 0x14B84CD: valid_src_p (falkor-tag-collision-avoidance.c:541)
==19355==    by 0x14B84CD: get_load_info(rtx_insn*, loop*, rtx_def**,
rtx_def**, rtx_def**, bool*, bool*) (falkor-tag-collision-avoidance.c:641)
==19355==    by 0x14B98D5: record_loads (falkor-tag-collision-avoidance.c:771)
==19355==    by 0x14B98D5: execute_tag_collision_avoidance()
(falkor-tag-collision-avoidance.c:824)
==19355==    by 0x14BA508: pass_tag_collision_avoidance::execute(function*)
(falkor-tag-collision-avoidance.c:871)
==19355==    by 0xFD3B7E: execute_one_pass(opt_pass*) (passes.c:2502)
==19355==    by 0xFD432F: execute_pass_list_1(opt_pass*) (passes.c:2590)
==19355==    by 0xFD4341: execute_pass_list_1(opt_pass*) (passes.c:2591)
==19355==    by 0xFD4341: execute_pass_list_1(opt_pass*) (passes.c:2591)
==19355==    by 0xFD4368: execute_pass_list(function*, opt_pass*)
(passes.c:2601)
==19355==    by 0xC2E14B: cgraph_node::expand() (cgraphunit.c:2299)
==19355==    by 0xC2F1EF: expand_all_functions (cgraphunit.c:2470)
==19355==    by 0xC2F1EF: symbol_table::compile() [clone .part.0]
(cgraphunit.c:2820)
==19355==    by 0xC3195C: compile (cgraphunit.c:2733)
==19355==    by 0xC3195C: symbol_table::finalize_compilation_unit()
(cgraphunit.c:3000)
==19355==    by 0x10D263A: compile_file() (toplev.c:483)
==19355==  Address 0x1 is not stack'd, malloc'd or (recently) free'd
==19355== 
during RTL pass: tag_collision_avoidance
testcase.c: In function 'foo':
testcase.c:6:1: internal compiler error: Segmentation fault
    6 | }
      | ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.

$ aarch64-unknown-linux-gnu-gcc -v                                              
Using built-in specs.
COLLECT_GCC=/repo/gcc-trunk/binary-latest-aarch64/bin/aarch64-unknown-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/repo/gcc-trunk/binary-trunk-r10-7607-20200407213012-gc23c899aedf-checking-yes-rtl-df-extra-aarch64/bin/../libexec/gcc/aarch64-unknown-linux-gnu/10.0.1/lto-wrapper
Target: aarch64-unknown-linux-gnu
Configured with: /repo/gcc-trunk//configure --enable-languages=c,c++
--enable-valgrind-annotations --disable-nls --enable-checking=yes,rtl,df,extra
--with-cloog --with-ppl --with-isl
--with-sysroot=/usr/aarch64-unknown-linux-gnu --build=x86_64-pc-linux-gnu
--host=x86_64-pc-linux-gnu --target=aarch64-unknown-linux-gnu
--with-ld=/usr/bin/aarch64-unknown-linux-gnu-ld
--with-as=/usr/bin/aarch64-unknown-linux-gnu-as --disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-r10-7607-20200407213012-gc23c899aedf-checking-yes-rtl-df-extra-aarch64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.0.1 20200407 (experimental) (GCC)

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
@ 2020-04-08 10:47 ` ktkachov at gcc dot gnu.org
  2020-04-08 10:52 ` rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2020-04-08 10:47 UTC (permalink / raw)
  To: gcc-bugs

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

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-04-08
                 CC|                            |ktkachov at gcc dot gnu.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from ktkachov at gcc dot gnu.org ---
Confirmed.
In the code
538   if (!aarch64_classify_address (&addr, XEXP (x, 0), mode, true))
539     return false;
540
541   unsigned regno = REGNO (addr.base);
542   if (global_regs[regno] || fixed_regs[regno])
543     return false;

addr.base is not guaranteed to be a register. In this instance it's:
(mem/u/c:DI (symbol_ref/u:DI ("*.LC1") [flags 0x2]) [0  S8 A64])

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
  2020-04-08 10:47 ` [Bug target/94530] " ktkachov at gcc dot gnu.org
@ 2020-04-08 10:52 ` rguenth at gcc dot gnu.org
  2020-04-08 11:09 ` andrea.corallo at arm dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-04-08 10:52 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |9.4
           Priority|P3                          |P2

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
  2020-04-08 10:47 ` [Bug target/94530] " ktkachov at gcc dot gnu.org
  2020-04-08 10:52 ` rguenth at gcc dot gnu.org
@ 2020-04-08 11:09 ` andrea.corallo at arm dot com
  2020-04-08 11:28 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: andrea.corallo at arm dot com @ 2020-04-08 11:09 UTC (permalink / raw)
  To: gcc-bugs

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

Andrea Corallo <andrea.corallo at arm dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrea.corallo at arm dot com

--- Comment #2 from Andrea Corallo <andrea.corallo at arm dot com> ---
I'm going to fix it.

And I'm going to investigate also why I can't assign the but to my self...

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2020-04-08 11:09 ` andrea.corallo at arm dot com
@ 2020-04-08 11:28 ` jakub at gcc dot gnu.org
  2020-04-09  8:52 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-04-08 11:28 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Andrea Corallo from comment #2)
> And I'm going to investigate also why I can't assign the but to my self...

You need to use your @gcc.gnu.org account for that.

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
                   ` (3 preceding siblings ...)
  2020-04-08 11:28 ` jakub at gcc dot gnu.org
@ 2020-04-09  8:52 ` cvs-commit at gcc dot gnu.org
  2020-04-14  9:53 ` zsojka at seznam dot cz
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-09  8:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrea Corallo <akrl@gcc.gnu.org>:

https://gcc.gnu.org/g:af19e4d0e23e5f61fc15e44a58bfa3b047854b1e

commit r10-7651-gaf19e4d0e23e5f61fc15e44a58bfa3b047854b1e
Author: Andrea Corallo <andrea.corallo@arm.com>
Date:   Wed Apr 8 13:38:28 2020 +0100

    PR target/94530

    gcc/ChangeLog

    2020-04-09  Andrea Corallo  <andrea.corallo@arm.com>

            PR target/94530
            * config/aarch64/falkor-tag-collision-avoidance.c
            (valid_src_p): Fix missing rtx type check.

    gcc/testsuite/ChangeLog

    2020-04-09  Andrea Corallo  <andrea.corallo@arm.com>

            * gcc.target/aarch64/pr94530.c: New test.

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
                   ` (4 preceding siblings ...)
  2020-04-09  8:52 ` cvs-commit at gcc dot gnu.org
@ 2020-04-14  9:53 ` zsojka at seznam dot cz
  2020-04-15 13:03   ` Andrea Corallo
  2020-04-14 10:03 ` akrl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 12+ messages in thread
From: zsojka at seznam dot cz @ 2020-04-14  9:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Zdenek Sojka <zsojka at seznam dot cz> ---
(In reply to CVS Commits from comment #4)
> The master branch has been updated by Andrea Corallo <akrl@gcc.gnu.org>:
> 
> https://gcc.gnu.org/g:af19e4d0e23e5f61fc15e44a58bfa3b047854b1e
> 
> commit r10-7651-gaf19e4d0e23e5f61fc15e44a58bfa3b047854b1e
> Author: Andrea Corallo <andrea.corallo@arm.com>
> Date:   Wed Apr 8 13:38:28 2020 +0100
> 
>     PR target/94530
>     
>     gcc/ChangeLog
>     
>     2020-04-09  Andrea Corallo  <andrea.corallo@arm.com>
>     
>             PR target/94530
>             * config/aarch64/falkor-tag-collision-avoidance.c
>             (valid_src_p): Fix missing rtx type check.
>     
>     gcc/testsuite/ChangeLog
>     
>     2020-04-09  Andrea Corallo  <andrea.corallo@arm.com>
>     
>             * gcc.target/aarch64/pr94530.c: New test.

Thank you for checking this; I am still observing the issue with r10-7691:

$ aarch64-unknown-linux-gnu-gcc -Os -mcpu=falkor -mpc-relative-literal-loads
-mcmodel=large testcase.c -wrapper valgrind,-q
==24849== Use of uninitialised value of size 8
==24849==    at 0x14BACFD: valid_src_p (falkor-tag-collision-avoidance.c:541)
==24849==    by 0x14BACFD: get_load_info(rtx_insn*, loop*, rtx_def**,
rtx_def**, rtx_def**, bool*, bool*) (falkor-tag-collision-avoidance.c:644)
==24849==    by 0x14BC0E5: record_loads (falkor-tag-collision-avoidance.c:774)
==24849==    by 0x14BC0E5: execute_tag_collision_avoidance()
(falkor-tag-collision-avoidance.c:827)
==24849==    by 0x14BCD18: pass_tag_collision_avoidance::execute(function*)
(falkor-tag-collision-avoidance.c:874)
==24849==    by 0xFD438E: execute_one_pass(opt_pass*) (passes.c:2502)
==24849==    by 0xFD4B3F: execute_pass_list_1(opt_pass*) (passes.c:2590)
==24849==    by 0xFD4B51: execute_pass_list_1(opt_pass*) (passes.c:2591)
==24849==    by 0xFD4B51: execute_pass_list_1(opt_pass*) (passes.c:2591)
==24849==    by 0xFD4B78: execute_pass_list(function*, opt_pass*)
(passes.c:2601)
==24849==    by 0xC2EB6B: cgraph_node::expand() (cgraphunit.c:2299)
==24849==    by 0xC2FC0F: expand_all_functions (cgraphunit.c:2470)
==24849==    by 0xC2FC0F: symbol_table::compile() [clone .part.0]
(cgraphunit.c:2820)
==24849==    by 0xC3237C: compile (cgraphunit.c:2733)
==24849==    by 0xC3237C: symbol_table::finalize_compilation_unit()
(cgraphunit.c:3000)
==24849==    by 0x10D2F9A: compile_file() (toplev.c:483)
==24849== 
==24849== Invalid read of size 2
==24849==    at 0x14BACFD: valid_src_p (falkor-tag-collision-avoidance.c:541)
==24849==    by 0x14BACFD: get_load_info(rtx_insn*, loop*, rtx_def**,
rtx_def**, rtx_def**, bool*, bool*) (falkor-tag-collision-avoidance.c:644)
==24849==    by 0x14BC0E5: record_loads (falkor-tag-collision-avoidance.c:774)
==24849==    by 0x14BC0E5: execute_tag_collision_avoidance()
(falkor-tag-collision-avoidance.c:827)
==24849==    by 0x14BCD18: pass_tag_collision_avoidance::execute(function*)
(falkor-tag-collision-avoidance.c:874)
==24849==    by 0xFD438E: execute_one_pass(opt_pass*) (passes.c:2502)
==24849==    by 0xFD4B3F: execute_pass_list_1(opt_pass*) (passes.c:2590)
==24849==    by 0xFD4B51: execute_pass_list_1(opt_pass*) (passes.c:2591)
==24849==    by 0xFD4B51: execute_pass_list_1(opt_pass*) (passes.c:2591)
==24849==    by 0xFD4B78: execute_pass_list(function*, opt_pass*)
(passes.c:2601)
==24849==    by 0xC2EB6B: cgraph_node::expand() (cgraphunit.c:2299)
==24849==    by 0xC2FC0F: expand_all_functions (cgraphunit.c:2470)
==24849==    by 0xC2FC0F: symbol_table::compile() [clone .part.0]
(cgraphunit.c:2820)
==24849==    by 0xC3237C: compile (cgraphunit.c:2733)
==24849==    by 0xC3237C: symbol_table::finalize_compilation_unit()
(cgraphunit.c:3000)
==24849==    by 0x10D2F9A: compile_file() (toplev.c:483)
==24849==  Address 0x1 is not stack'd, malloc'd or (recently) free'd
==24849== 
during RTL pass: tag_collision_avoidance
testcase.c: In function 'foo':
testcase.c:6:1: internal compiler error: Segmentation fault
    6 | }
      | ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.


Note I am using gcc with RTL checking enabled; this might also explain why you
weren't seeing the crash on the 9-branch.

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
                   ` (5 preceding siblings ...)
  2020-04-14  9:53 ` zsojka at seznam dot cz
@ 2020-04-14 10:03 ` akrl at gcc dot gnu.org
  2020-04-15 13:03 ` andrea.corallo at arm dot com
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: akrl at gcc dot gnu.org @ 2020-04-14 10:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from akrl at gcc dot gnu.org ---
Hi,

yeah I noticed that too while testing the backport.
This should solve the issue. 

https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543816.html 

Thanks
  Andrea

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

* Re: [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-14  9:53 ` zsojka at seznam dot cz
@ 2020-04-15 13:03   ` Andrea Corallo
  0 siblings, 0 replies; 12+ messages in thread
From: Andrea Corallo @ 2020-04-15 13:03 UTC (permalink / raw)
  To: zsojka at seznam dot cz; +Cc: gcc-bugs

Hi,

should be fixed now by 8a4436d89bfa:

"aarch64: Fix valid_src_p for use of uninitialized value".

Thanks

  Andrea


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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
                   ` (6 preceding siblings ...)
  2020-04-14 10:03 ` akrl at gcc dot gnu.org
@ 2020-04-15 13:03 ` andrea.corallo at arm dot com
  2020-04-18 16:27 ` law at redhat dot com
  2020-04-20 12:30 ` cvs-commit at gcc dot gnu.org
  9 siblings, 0 replies; 12+ messages in thread
From: andrea.corallo at arm dot com @ 2020-04-15 13:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Andrea Corallo <andrea.corallo at arm dot com> ---
Hi,

should be fixed now by 8a4436d89bfa:

"aarch64: Fix valid_src_p for use of uninitialized value".

Thanks

  Andrea

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
                   ` (7 preceding siblings ...)
  2020-04-15 13:03 ` andrea.corallo at arm dot com
@ 2020-04-18 16:27 ` law at redhat dot com
  2020-04-20 12:30 ` cvs-commit at gcc dot gnu.org
  9 siblings, 0 replies; 12+ messages in thread
From: law at redhat dot com @ 2020-04-18 16:27 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Jeffrey A. Law <law at redhat dot com> ---
per c#7.

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

* [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large
  2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
                   ` (8 preceding siblings ...)
  2020-04-18 16:27 ` law at redhat dot com
@ 2020-04-20 12:30 ` cvs-commit at gcc dot gnu.org
  9 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-20 12:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Andrea Corallo
<akrl@gcc.gnu.org>:

https://gcc.gnu.org/g:5e022e3b3f7b2109f47fefffd6368fe3d378bdaa

commit r9-8515-g5e022e3b3f7b2109f47fefffd6368fe3d378bdaa
Author: Andrea Corallo <andrea.corallo@arm.com>
Date:   Thu Apr 16 09:55:51 2020 +0200

    aarch64: backport fix for PR target/94530

    gcc/ChangeLog

    2020-04-16  Andrea Corallo  <andrea.corallo@arm.com>

            Backport from mainline.
            2020-04-15  Andrea Corallo  <andrea.corallo@arm.com

            PR target/94530
            * config/aarch64/falkor-tag-collision-avoidance.c
            (valid_src_p): Check for aarch64_address_info type before
            accessing base field.

    gcc/testsuite/ChangeLog

    2020-04-16  Andrea Corallo  <andrea.corallo@arm.com>

            Backport from mainline.
            2020-04-09  Andrea Corallo  <andrea.corallo@arm.com>

            PR target/94530
            * gcc.target/aarch64/pr94530.c: New test.

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

end of thread, other threads:[~2020-04-20 12:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 10:34 [Bug target/94530] New: [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large zsojka at seznam dot cz
2020-04-08 10:47 ` [Bug target/94530] " ktkachov at gcc dot gnu.org
2020-04-08 10:52 ` rguenth at gcc dot gnu.org
2020-04-08 11:09 ` andrea.corallo at arm dot com
2020-04-08 11:28 ` jakub at gcc dot gnu.org
2020-04-09  8:52 ` cvs-commit at gcc dot gnu.org
2020-04-14  9:53 ` zsojka at seznam dot cz
2020-04-15 13:03   ` Andrea Corallo
2020-04-14 10:03 ` akrl at gcc dot gnu.org
2020-04-15 13:03 ` andrea.corallo at arm dot com
2020-04-18 16:27 ` law at redhat dot com
2020-04-20 12:30 ` cvs-commit 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).