public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/81321] Segmentation fault - va_list boost_any - gcc5.4.0 - gcc-snapshot
       [not found] <bug-81321-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-02  5:53 ` pinskia at gcc dot gnu.org
  2021-12-02  5:55 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-02  5:53 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-invalid-code         |ice-on-valid-code,
                   |                            |needs-bisection,
                   |                            |needs-reduction
      Known to fail|                            |4.9.4, 5.4.0, 6.1.0, 6.4.0
      Known to work|                            |7.1.0

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Looks to be fixed in GCC 7.1.0+

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

* [Bug c++/81321] Segmentation fault - va_list boost_any - gcc5.4.0 - gcc-snapshot
       [not found] <bug-81321-4@http.gcc.gnu.org/bugzilla/>
  2021-12-02  5:53 ` [Bug c++/81321] Segmentation fault - va_list boost_any - gcc5.4.0 - gcc-snapshot pinskia at gcc dot gnu.org
@ 2021-12-02  5:55 ` pinskia at gcc dot gnu.org
  2021-12-02  6:45 ` pinskia at gcc dot gnu.org
  2021-12-02  7:09 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-02  5:55 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-reduction             |

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reducing ...

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

* [Bug c++/81321] Segmentation fault - va_list boost_any - gcc5.4.0 - gcc-snapshot
       [not found] <bug-81321-4@http.gcc.gnu.org/bugzilla/>
  2021-12-02  5:53 ` [Bug c++/81321] Segmentation fault - va_list boost_any - gcc5.4.0 - gcc-snapshot pinskia at gcc dot gnu.org
  2021-12-02  5:55 ` pinskia at gcc dot gnu.org
@ 2021-12-02  6:45 ` pinskia at gcc dot gnu.org
  2021-12-02  7:09 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-02  6:45 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-bisection             |

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I almost positive it is the same issue as PR 72809 (though using typeinfo
instead of throw).

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

* [Bug c++/81321] Segmentation fault - va_list boost_any - gcc5.4.0 - gcc-snapshot
       [not found] <bug-81321-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-12-02  6:45 ` pinskia at gcc dot gnu.org
@ 2021-12-02  7:09 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-02  7:09 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Yes it is the same.
Reduced testcase:
typedef __builtin_va_list __gnuc_va_list;
namespace std { 
  class type_info   {    };
}
template<class t>
void f(t)
{
  typeid(t);
}
typedef __gnuc_va_list va_list;
void calla(::va_list l) {
  f(l);
}

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

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

end of thread, other threads:[~2021-12-02  7:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-81321-4@http.gcc.gnu.org/bugzilla/>
2021-12-02  5:53 ` [Bug c++/81321] Segmentation fault - va_list boost_any - gcc5.4.0 - gcc-snapshot pinskia at gcc dot gnu.org
2021-12-02  5:55 ` pinskia at gcc dot gnu.org
2021-12-02  6:45 ` pinskia at gcc dot gnu.org
2021-12-02  7:09 ` pinskia 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).