public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/95395] New: gcc.dg/builtin-bswap-11.c FAILs
@ 2020-05-28 20:12 ro at gcc dot gnu.org
  2020-05-28 20:14 ` [Bug middle-end/95395] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2020-05-28 20:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95395
           Summary: gcc.dg/builtin-bswap-11.c FAILs
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc-sun-solaris2.11

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

* [Bug middle-end/95395] gcc.dg/builtin-bswap-11.c FAILs
  2020-05-28 20:12 [Bug middle-end/95395] New: gcc.dg/builtin-bswap-11.c FAILs ro at gcc dot gnu.org
@ 2020-05-28 20:14 ` ro at gcc dot gnu.org
  2020-06-01 23:05 ` ebotcazou at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2020-05-28 20:14 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
                 CC|                            |ebotcazou at gcc dot gnu.org

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
The new gcc.dg/builtin-bswap-11.c test FAILs on 64-bit SPARC:

+FAIL: gcc.dg/builtin-bswap-11.c (internal compiler error)
+FAIL: gcc.dg/builtin-bswap-11.c (test for excess errors)
+UNRESOLVED: gcc.dg/builtin-bswap-11.c compilation failed to produce executable

Excess errors:
during RTL pass: expand
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.dg/builtin-bswap-11.c:47:9:
internal compiler error: in expand_builtin_bswap, at builtins.c:5890
0x6371c3 expand_builtin_bswap
        /vol/gcc/src/hg/master/local/gcc/builtins.c:5890
0x6539f3 expand_builtin(tree_node*, rtx_def*, rtx_def*, machine_mode, int)
        /vol/gcc/src/hg/master/local/gcc/builtins.c:7992
0x7f042b expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
        /vol/gcc/src/hg/master/local/gcc/expr.c:11132
0x7fd97f store_expr(tree_node*, rtx_def*, int, bool, bool)
        /vol/gcc/src/hg/master/local/gcc/expr.c:5752
0x800867 expand_assignment(tree_node*, tree_node*, bool)
        /vol/gcc/src/hg/master/local/gcc/expr.c:5514
0x68ad8b expand_call_stmt
        /vol/gcc/src/hg/master/local/gcc/cfgexpand.c:2701
0x68ad8b expand_gimple_stmt_1
        /vol/gcc/src/hg/master/local/gcc/cfgexpand.c:3682
0x68ad8b expand_gimple_stmt
        /vol/gcc/src/hg/master/local/gcc/cfgexpand.c:3847
0x68c7a3 expand_gimple_basic_block
        /vol/gcc/src/hg/master/local/gcc/cfgexpand.c:5887
0x68f677 execute
        /vol/gcc/src/hg/master/local/gcc/cfgexpand.c:6571

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

* [Bug middle-end/95395] gcc.dg/builtin-bswap-11.c FAILs
  2020-05-28 20:12 [Bug middle-end/95395] New: gcc.dg/builtin-bswap-11.c FAILs ro at gcc dot gnu.org
  2020-05-28 20:14 ` [Bug middle-end/95395] " ro at gcc dot gnu.org
@ 2020-06-01 23:05 ` ebotcazou at gcc dot gnu.org
  2020-06-01 23:06 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-06-01 23:05 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-06-01
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Likewise on Linux.

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

* [Bug middle-end/95395] gcc.dg/builtin-bswap-11.c FAILs
  2020-05-28 20:12 [Bug middle-end/95395] New: gcc.dg/builtin-bswap-11.c FAILs ro at gcc dot gnu.org
  2020-05-28 20:14 ` [Bug middle-end/95395] " ro at gcc dot gnu.org
  2020-06-01 23:05 ` ebotcazou at gcc dot gnu.org
@ 2020-06-01 23:06 ` ebotcazou at gcc dot gnu.org
  2020-06-02 11:17 ` cvs-commit at gcc dot gnu.org
  2020-06-02 11:25 ` ebotcazou at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-06-01 23:06 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |ebotcazou at gcc dot gnu.org

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Fixing.

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

* [Bug middle-end/95395] gcc.dg/builtin-bswap-11.c FAILs
  2020-05-28 20:12 [Bug middle-end/95395] New: gcc.dg/builtin-bswap-11.c FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-06-01 23:06 ` ebotcazou at gcc dot gnu.org
@ 2020-06-02 11:17 ` cvs-commit at gcc dot gnu.org
  2020-06-02 11:25 ` ebotcazou at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-06-02 11:17 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:0bd4508f86889995f6864bf50773bd6859951007

commit r11-825-g0bd4508f86889995f6864bf50773bd6859951007
Author: Eric Botcazou <ebotcazou@gcc.gnu.org>
Date:   Tue Jun 2 13:14:55 2020 +0200

    Fix bits/bytes confusion in latest change to expand_unop

    gcc/ChangeLog:
            PR middle-end/95395
            * optabs.c (expand_unop): Fix bits/bytes confusion in latest
change.

            * tree-pretty-print.c (dump_generic_node) <ARRAY_TYPE>: Print
quals.

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

* [Bug middle-end/95395] gcc.dg/builtin-bswap-11.c FAILs
  2020-05-28 20:12 [Bug middle-end/95395] New: gcc.dg/builtin-bswap-11.c FAILs ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-06-02 11:17 ` cvs-commit at gcc dot gnu.org
@ 2020-06-02 11:25 ` ebotcazou at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-06-02 11:25 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Thanks for reporting the problem.

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

end of thread, other threads:[~2020-06-02 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 20:12 [Bug middle-end/95395] New: gcc.dg/builtin-bswap-11.c FAILs ro at gcc dot gnu.org
2020-05-28 20:14 ` [Bug middle-end/95395] " ro at gcc dot gnu.org
2020-06-01 23:05 ` ebotcazou at gcc dot gnu.org
2020-06-01 23:06 ` ebotcazou at gcc dot gnu.org
2020-06-02 11:17 ` cvs-commit at gcc dot gnu.org
2020-06-02 11:25 ` ebotcazou 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).