From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DE31383F879; Fri, 15 May 2020 12:24:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DE31383F879 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/25996] wrap global arrays in namespace Date: Fri, 15 May 2020 12:24:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement 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: Fri, 15 May 2020 12:24:20 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25996 --- Comment #1 from Tom de Vries --- For a full test run, a total of 161 warnings in 34 test-cases. Test-cases: ... $ grep "^WARNING:.*defined global array" gdb.sum \ | sed 's%.*/gdb/testsuite/%%' \ | awk '{print $1}' \ | sort -u=20 gdb.ada/info_auto_lang.exp gdb.arch/amd64-byte.exp gdb.arch/amd64-dword.exp gdb.arch/amd64-word.exp gdb.arch/i386-biarch-core.exp gdb.arch/i386-byte.exp gdb.arch/i386-word.exp gdb.base/charset.exp gdb.base/consecutive-step-over.exp gdb.base/coredump-filter.exp gdb.base/many-completions.exp gdb.base/savedregs.exp gdb.base/step-over-syscall.exp gdb.base/term.exp gdb.base/watchpoint-unaligned.exp gdb.cp/classes.exp gdb.cp/cpexprs-debug-types.exp gdb.cp/cpexprs.exp gdb.cp/derivation.exp gdb.cp/inherit.exp gdb.cp/meth-typedefs.exp gdb.cp/nested-types.exp gdb.cp/ovldbreak.exp gdb.cp/ptype-flags.exp gdb.cp/rvalue-ref-overload.exp gdb.cp/virtfunc.exp gdb.dwarf2/clztest.exp gdb.dwarf2/typeddwarf.exp gdb.linespec/ls-errs.exp gdb.mi/mi2-var-child.exp gdb.mi/mi-var-cp.exp gdb.python/py-typeprint.exp gdb.threads/tls.exp gdb.xml/tdesc-regs.exp ... --=20 You are receiving this mail because: You are on the CC list for the bug.=