public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
@ 2023-11-14  9:07 sjames at gcc dot gnu.org
  2023-11-14  9:08 ` [Bug target/112526] " sjames at gcc dot gnu.org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-14  9:07 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112526
           Summary: [14 regression] Miscompilation of ffmpeg test for -m32
                    since r14-4968-g89e5d902fc55ad
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
                CC: roger at nextmovesoftware dot com
  Target Milestone: ---

I noticed earlier that ffmpeg's test suite started failing in the 'camellia'
test.

I've not dug into this yet other than bisecting to r14-4968-g89e5d902fc55ad.
Needs x86_64-pc-linux-gnu-gcc -m32 (not tried native 32-bit x86).

It fails as (the ref'd .err file is the same as the long output underneath it):
```
/var/tmp/portage/media-video/ffmpeg-6.0.1/work/ffmpeg-6.0.1/tests/fate-run.sh
fate-camellia "" ""
"/var/tmp/portage/media-video/ffmpeg-6.0.1/work/ffmpeg-6.0.1-abi_x86_32.x86"
'run libavutil/tests/camellia' 'n
ull' '' '' '1' '' '' '' '' '' '' '' '' '' ''

/var/tmp/portage/media-video/ffmpeg-6.0.1/work/ffmpeg-6.0.1-abi_x86_32.x86/libavutil/tests/camellia
Test camellia failed. Look at tests/data/fate/camellia.err for details.
0 67 d0
1 67 ad
2 31 5d
3 38 69
4 54 7e
5 96 27
6 69 89
7 73 81
8 08 a8
9 57 2b
10 06 24
11 56 09
12 48 44
13 ea f7
14 be 51
15 43 a1
0 01 bc
1 23 aa
2 45 43
3 67 36
4 89 51
5 ab e3
6 cd dd
7 ef fb
8 fe 55
9 dc 9f
10 ba f1
11 98 ea
12 76 f8
13 54 c5
14 32 c9
15 10 39
0 b4 cc
1 99 40
2 34 11
3 01 5a
4 b3 a7
5 e9 90
6 96 98
7 f8 b7
8 4e 34
9 e5 f2
10 ce c8
11 e7 1d
12 d7 b0
11 e7 1d
12 d7 b0
13 9b 4e
14 09 30
15 b9 a3
0 01 79
1 23 90
2 45 41
3 67 b1
4 89 95
5 ab 9b
6 cd 13
7 ef 21
8 fe 96
9 dc ac
10 ba 0b
11 98 4b
12 76 87
13 54 d4
14 32 80
15 10 07
0 9a 54
1 cc 2c
2 23 62
3 7d 5a
4 ff 33
5 16 61
6 d7 4e
7 6c c8
8 20 74
9 ef 34
10 7c e0
11 91 da
12 9e 75
13 3a ed
14 75 c5
15 09 d1
0 01 48
1 23 a8
2 45 0a
3 67 18
4 89 13
5 ab af
6 cd 69
7 ef 9a
8 fe 48
9 dc 0c
10 ba fe
11 98 94
12 76 9b
13 54 03
14 32 ba
15 10 3a
```

The large reproducer for now is:
```
git clone https://git.videolan.org/git/ffmpeg.git # also repro'd with 6.0.1
release
./configure --cc="gcc -m32" --disable-asm --disable-stripping
--extra-cflags="-march=znver2"
make -j$(nproc) V=1
make fate-camellia V=1
```

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
@ 2023-11-14  9:08 ` sjames at gcc dot gnu.org
  2023-11-14  9:28 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-14  9:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
ubsan doesn't find anything in the camellia test. The general test suite
suffers from an issue in the teardown code though.

I'll upload both binaries now.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
  2023-11-14  9:08 ` [Bug target/112526] " sjames at gcc dot gnu.org
@ 2023-11-14  9:28 ` rguenth at gcc dot gnu.org
  2023-11-14  9:30 ` jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-11-14  9:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Jakub is testing a fix.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
  2023-11-14  9:08 ` [Bug target/112526] " sjames at gcc dot gnu.org
  2023-11-14  9:28 ` rguenth at gcc dot gnu.org
@ 2023-11-14  9:30 ` jakub at gcc dot gnu.org
  2023-11-14  9:50 ` sjames at gcc dot gnu.org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-11-14  9:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Not for this, for the r14-5385 introduced issues.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-11-14  9:30 ` jakub at gcc dot gnu.org
@ 2023-11-14  9:50 ` sjames at gcc dot gnu.org
  2023-11-14 10:19 ` sjames at gcc dot gnu.org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-14  9:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Sam James <sjames at gcc dot gnu.org> ---
Created attachment 56581
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56581&action=edit
camellia-PR112526.tar.xz

Binaries were built with:
* bad: 89e5d902fc55ad375f149f25a84c516ad360a606 (r14-4968-g89e5d902fc55ad)
* good: 8697d3a1dcf32750a3b9dc007586eb5f9ba5f17a (r14-4967-g8697d3a1dcf327)

The bad object looks like camellia.o as:
rm ./libavutil/camellia.o ./libavutil/tests/camellia.o
./libavutil/tests/camellia -f ; gcc -m32 ... # rebuild camelia.o ; make
fate-camellia fixes it (and can toggle it on/off by changing -march)

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-11-14  9:50 ` sjames at gcc dot gnu.org
@ 2023-11-14 10:19 ` sjames at gcc dot gnu.org
  2023-11-14 10:20 ` sjames at gcc dot gnu.org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-14 10:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Sam James <sjames at gcc dot gnu.org> ---
Created attachment 56582
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56582&action=edit
reduced.c

First stab at a reduction.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2023-11-14 10:19 ` sjames at gcc dot gnu.org
@ 2023-11-14 10:20 ` sjames at gcc dot gnu.org
  2023-11-14 10:20 ` sjames at gcc dot gnu.org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-14 10:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Sam James <sjames at gcc dot gnu.org> ---
Created attachment 56583
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56583&action=edit
reduced.i

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2023-11-14 10:20 ` sjames at gcc dot gnu.org
@ 2023-11-14 10:20 ` sjames at gcc dot gnu.org
  2023-11-14 11:57 ` sjames at gcc dot gnu.org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-14 10:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Sam James <sjames at gcc dot gnu.org> ---
$ gcc uhoh-camellia.i -O2 -m32 -o uhoh ; ./uhoh
$ gcc uhoh-camellia.i -O2 -m32 -o uhoh -march=znver2 ; ./uhoh
Aborted (core dumped)

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2023-11-14 10:20 ` sjames at gcc dot gnu.org
@ 2023-11-14 11:57 ` sjames at gcc dot gnu.org
  2023-11-14 11:58 ` sjames at gcc dot gnu.org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-14 11:57 UTC (permalink / raw)
  To: gcc-bugs

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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56582|0                           |1
        is obsolete|                            |

--- Comment #8 from Sam James <sjames at gcc dot gnu.org> ---
Created attachment 56584
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56584&action=edit
reduced.c

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2023-11-14 11:57 ` sjames at gcc dot gnu.org
@ 2023-11-14 11:58 ` sjames at gcc dot gnu.org
  2023-11-15 15:16 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-14 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56583|0                           |1
        is obsolete|                            |

--- Comment #9 from Sam James <sjames at gcc dot gnu.org> ---
Created attachment 56585
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56585&action=edit
reduced.i

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2023-11-14 11:58 ` sjames at gcc dot gnu.org
@ 2023-11-15 15:16 ` jakub at gcc dot gnu.org
  2023-11-15 16:11 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-11-15 15:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-11-15
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think
--- gcc/config/i386/i386.md.jj  2023-11-14 21:38:38.667046713 +0100
+++ gcc/config/i386/i386.md     2023-11-15 16:06:30.638353592 +0100
@@ -9918,7 +9918,10 @@
    && REGNO (operands[0]) != REGNO (operands[3])
    && (REGNO (operands[0]) == REGNO (operands[4])
        || REGNO (operands[0]) == REGNO (operands[5])
-       || peep2_reg_dead_p (3, operands[0]))"
+       || peep2_reg_dead_p (3, operands[0]))
+   && (REGNO (operands[2]) == REGNO (operands[4])
+       || REGNO (operands[2]) == REGNO (operands[5])
+       || peep2_reg_dead_p (3, operands[2]))"
   [(set (match_dup 2) (match_dup 1))
    (parallel [(set (match_dup 4)
                   (mult:DWIH (match_dup 2) (match_dup 3)))
ought to fix this.  Unlike the normal imul case where the destination is always
%[re]dx:%[re]ax and operands[2] must be %[re]ax, so it is naturally dead at the
end and all we need is verify operands[0], in the mulx case the destination is
arbitrary pair of registers, so we need to check that both operands[0] and
operands[2] (the latter must be %[re]dx) are dead so that we can optimize,
because we stop initializing operands[0] altogether and set operands[2] to the
immediate rather than the previous value.

The question is if I manage to create a small reproducer or not for the
testsuite.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2023-11-15 15:16 ` jakub at gcc dot gnu.org
@ 2023-11-15 16:11 ` jakub at gcc dot gnu.org
  2023-11-16  7:33 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-11-15 16:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 56593
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56593&action=edit
gcc14-pr112526.patch

Full untested fix.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2023-11-15 16:11 ` jakub at gcc dot gnu.org
@ 2023-11-16  7:33 ` cvs-commit at gcc dot gnu.org
  2023-11-16  7:34 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-11-16  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

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

commit r14-5519-gf158bd511df1f55ebbbc0df3dee52c4400291984
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Nov 16 08:33:18 2023 +0100

    i386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -> mov imm,%rdx; mulx %rdi
peephole2 [PR112526]

    The following testcase is miscompiled on x86_64 since PR110551 r14-4968
    commit.  That commit added 2 peephole2s, one for
    mov imm,%rXX; mov %rYY,%rax; mulq %rXX -> mov imm,%rax; mulq %rYY
    which I believe is ok, and another one for
    mov imm,%rXX; mov %rYY,%rdx; mulx %rXX, %rZZ, %rWW -> mov imm,%rdx; mulx
%rYY, %rZZ, %rWW
    which is wrong.  Both peephole2s verify that %rXX above is dead at
    the end of the pattern, by checking if %rXX is either one of the
    registers overwritten in the multiplication (%rdx:%rax in the first
    case, the 2 destination registers of mulx in the latter case), because
    we no longer set %rXX to that immediate (we set %rax resp. %rdx to it
    instead) when the peephole2 replaces it.  But, we also need to ensure
    that the other register previously set to the value of %rYY and newly
    to imm isn't used after the multiplication, and neither of the peephole2s
    does that.  Now, for the first one (at least assuming in the % pattern
    the matching operand (i.e. hardcoded %rax resp. %rdx) after RA will always
go
    first) I think it is always the case, because operands[2] if it must be
%rax
    register will be overwritten by mulq writing to %rdx:%rax.  But in the
    second case, there is no reason why %rdx couldn't be used after the
pattern,
    and if it is (like in the testcase), we can't make those changes.
    So, the patch checks similarly to operands[0] that operands[2] (which ought
    to be %rdx if RA puts the % match_dup operand first and nothing swaps it
    afterwards) is either the same register as one of the destination registers
    of mulx or dies at the end of the multiplication.

    2023-11-16  Jakub Jelinek  <jakub@redhat.com>

            PR target/112526
            * config/i386/i386.md
            (mov imm,%rax; mov %rdi,%rdx; mulx %rax -> mov imm,%rdx; mulx
%rdi):
            Verify in define_peephole2 that operands[2] dies or is overwritten
            at the end of multiplication.

            * gcc.target/i386/bmi2-pr112526.c: New test.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2023-11-16  7:33 ` cvs-commit at gcc dot gnu.org
@ 2023-11-16  7:34 ` jakub at gcc dot gnu.org
  2023-11-16 16:28 ` sjames at gcc dot gnu.org
  2023-11-22 10:34 ` jakub at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-11-16  7:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Should be fixed now.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2023-11-16  7:34 ` jakub at gcc dot gnu.org
@ 2023-11-16 16:28 ` sjames at gcc dot gnu.org
  2023-11-22 10:34 ` jakub at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-11-16 16:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from Sam James <sjames at gcc dot gnu.org> ---
Created attachment 56606
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56606&action=edit
reduced_smaller.c

Here's a smaller (cvise'd) C testcase. I can add it to the testsuite if it's
ok.

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

* [Bug target/112526] [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad
  2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
                   ` (13 preceding siblings ...)
  2023-11-16 16:28 ` sjames at gcc dot gnu.org
@ 2023-11-22 10:34 ` jakub at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-11-22 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zsojka at seznam dot cz

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
*** Bug 112518 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2023-11-22 10:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14  9:07 [Bug target/112526] New: [14 regression] Miscompilation of ffmpeg test for -m32 since r14-4968-g89e5d902fc55ad sjames at gcc dot gnu.org
2023-11-14  9:08 ` [Bug target/112526] " sjames at gcc dot gnu.org
2023-11-14  9:28 ` rguenth at gcc dot gnu.org
2023-11-14  9:30 ` jakub at gcc dot gnu.org
2023-11-14  9:50 ` sjames at gcc dot gnu.org
2023-11-14 10:19 ` sjames at gcc dot gnu.org
2023-11-14 10:20 ` sjames at gcc dot gnu.org
2023-11-14 10:20 ` sjames at gcc dot gnu.org
2023-11-14 11:57 ` sjames at gcc dot gnu.org
2023-11-14 11:58 ` sjames at gcc dot gnu.org
2023-11-15 15:16 ` jakub at gcc dot gnu.org
2023-11-15 16:11 ` jakub at gcc dot gnu.org
2023-11-16  7:33 ` cvs-commit at gcc dot gnu.org
2023-11-16  7:34 ` jakub at gcc dot gnu.org
2023-11-16 16:28 ` sjames at gcc dot gnu.org
2023-11-22 10:34 ` 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).