From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7EAC3982E26; Wed, 30 Sep 2020 15:05:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7EAC3982E26 From: "vries at gcc dot gnu.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 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2020 15:05:47 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26683 --- Comment #2 from Tom de Vries --- 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; ... --=20 You are receiving this mail because: You are on the CC list for the bug.=