public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "vries at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/26683] FAIL: gdb.base/info-types-c++.exp: info types
Date: Wed, 30 Sep 2020 15:05:46 +0000	[thread overview]
Message-ID: <bug-26683-4717-x6IfrP56gG@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-26683-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=26683

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
Difference in output:
...
$ diff -u 1 2
--- 1   2020-09-30 17:02:12.704346332 +0200
+++ 2   2020-09-30 17:00:04.920629054 +0200
@@ -1,13 +1,11 @@
 File /home/vries/gdb_versions/devel/src/gdb/testsuite/gdb.base/info-types.c:
 98:    CL;
-42:    anon_struct_t;
-65:    anon_union_t;
 21:    baz_t;
 33:    enum_t;
 56:    union_t;
 52:    typedef enum {...} anon_enum_t;
-45:    typedef anon_struct_t anon_struct_t;
-68:    typedef anon_union_t anon_union_t;
+45:    typedef struct {...} anon_struct_t;
+68:    typedef union {...} anon_union_t;
 28:    typedef baz_t baz;
 31:    typedef baz_t * baz_ptr;
 27:    typedef baz_t baz_t;
@@ -20,8 +18,8 @@
 16:    typedef int my_int_t;
 104:   typedef CL * my_ptr;
 54:    typedef enum {...} nested_anon_enum_t;
-47:    typedef anon_struct_t nested_anon_struct_t;
-70:    typedef anon_union_t nested_anon_union_t;
+47:    typedef struct {...} nested_anon_struct_t;
+70:    typedef union {...} nested_anon_union_t;
 30:    typedef baz_t nested_baz;
 29:    typedef baz_t nested_baz_t;
 39:    typedef enum_t nested_enum_t;
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2020-09-30 15:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30 14:10 [Bug gdb/26683] New: " vries at gcc dot gnu.org
2020-09-30 14:51 ` [Bug gdb/26683] " vries at gcc dot gnu.org
2020-09-30 15:05 ` vries at gcc dot gnu.org [this message]
2020-09-30 15:10 ` vries at gcc dot gnu.org
2020-09-30 15:48 ` vries at gcc dot gnu.org
2020-09-30 17:05 ` tromey at sourceware dot org
2020-09-30 19:47 ` [Bug symtab/26683] " vries at gcc dot gnu.org
2020-09-30 19:49 ` cvs-commit at gcc dot gnu.org
2020-09-30 19:49 ` vries at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-26683-4717-x6IfrP56gG@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).