public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors)
       [not found] <bug-85074-4@http.gcc.gnu.org/bugzilla/>
@ 2021-02-22 15:35 ` cvs-commit at gcc dot gnu.org
  2021-02-22 15:38 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-02-22 15:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by John David Anglin <danglin@gcc.gnu.org>:

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

commit r11-7323-gd789cf134b7e04ffd90e9512e3e591bd16dc6655
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Mon Feb 22 15:32:34 2021 +0000

    Add mi_thunk support for vcalls on hppa.

    gcc/ChangeLog:

            PR target/85074
            * config/pa/pa.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define as
            hook_bool_const_tree_hwi_hwi_const_tree_true.
            (pa_asm_output_mi_thunk): Add support for nonzero vcall_offset.

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

* [Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors)
       [not found] <bug-85074-4@http.gcc.gnu.org/bugzilla/>
  2021-02-22 15:35 ` [Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors) cvs-commit at gcc dot gnu.org
@ 2021-02-22 15:38 ` cvs-commit at gcc dot gnu.org
  2021-02-22 15:44 ` danglin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-02-22 15:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by John David Anglin
<danglin@gcc.gnu.org>:

https://gcc.gnu.org/g:89b7f2b821e0a158fee586b3d655f9a7d925b9c3

commit r10-9382-g89b7f2b821e0a158fee586b3d655f9a7d925b9c3
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Mon Feb 22 15:37:22 2021 +0000

    Add mi_thunk support for vcalls on hppa.

    gcc/ChangeLog:

            PR target/85074
            * config/pa/pa.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define as
            hook_bool_const_tree_hwi_hwi_const_tree_true.
            (pa_asm_output_mi_thunk): Add support for nonzero vcall_offset.

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

* [Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors)
       [not found] <bug-85074-4@http.gcc.gnu.org/bugzilla/>
  2021-02-22 15:35 ` [Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors) cvs-commit at gcc dot gnu.org
  2021-02-22 15:38 ` cvs-commit at gcc dot gnu.org
@ 2021-02-22 15:44 ` danglin at gcc dot gnu.org
  2021-03-07 17:45 ` cvs-commit at gcc dot gnu.org
  2021-03-07 17:56 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2021-02-22 15:44 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> ---
Fixed on master and gcc-10.

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

* [Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors)
       [not found] <bug-85074-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-02-22 15:44 ` danglin at gcc dot gnu.org
@ 2021-03-07 17:45 ` cvs-commit at gcc dot gnu.org
  2021-03-07 17:56 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-07 17:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by John David Anglin
<danglin@gcc.gnu.org>:

https://gcc.gnu.org/g:4f01123ca27e648611016d00c3ed95945f27ab30

commit r9-9272-g4f01123ca27e648611016d00c3ed95945f27ab30
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sun Mar 7 17:44:49 2021 +0000

    Add mi_thunk support for vcalls on hppa.

    gcc/ChangeLog:

            PR target/85074
            * config/pa/pa.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define as
            hook_bool_const_tree_hwi_hwi_const_tree_true.
            (pa_asm_output_mi_thunk): Add support for nonzero vcall_offset.

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

* [Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors)
       [not found] <bug-85074-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-03-07 17:45 ` cvs-commit at gcc dot gnu.org
@ 2021-03-07 17:56 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-07 17:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by John David Anglin
<danglin@gcc.gnu.org>:

https://gcc.gnu.org/g:8d2f7f40629cc5d0b4f27ee8aadc98c212876959

commit r8-10786-g8d2f7f40629cc5d0b4f27ee8aadc98c212876959
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sun Mar 7 17:55:32 2021 +0000

    Add mi_thunk support for vcalls on hppa.

    gcc/ChangeLog:

            PR target/85074
            * config/pa/pa.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define as
            hook_bool_const_tree_hwi_hwi_const_tree_true.
            (pa_asm_output_mi_thunk): Add support for nonzero vcall_offset.

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

end of thread, other threads:[~2021-03-07 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-85074-4@http.gcc.gnu.org/bugzilla/>
2021-02-22 15:35 ` [Bug target/85074] FAIL: g++.dg/torture/pr81812.C (test for excess errors) cvs-commit at gcc dot gnu.org
2021-02-22 15:38 ` cvs-commit at gcc dot gnu.org
2021-02-22 15:44 ` danglin at gcc dot gnu.org
2021-03-07 17:45 ` cvs-commit at gcc dot gnu.org
2021-03-07 17:56 ` 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).