public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "seurer at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/99605] New: [11 regress] new test case g++.dg/modules/builtin-3_a.C fails for 32 bits
Date: Mon, 15 Mar 2021 14:39:23 +0000	[thread overview]
Message-ID: <bug-99605-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 99605
           Summary: [11 regress] new test case
                    g++.dg/modules/builtin-3_a.C fails for 32 bits
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:a5469584f61abeec98ff89347294f9ed72eca280, r11-6448
make  -k check-gcc RUNTESTFLAGS="--target_board=unix'{-m32}'
modules.exp=g++.dg/modules/builtin-3_a.C"
FAIL: g++.dg/modules/builtin-3_a.C -std=c++17  scan-lang-dump module "Wrote
fixed:[0-9]* pointer_type:'::__builtin_va_list'"
FAIL: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump module "Wrote
fixed:[0-9]* pointer_type:'::__builtin_va_list'"
# of expected passes            26
# of unexpected failures        2

This failure is only for 32 bit.

Executing on host:
/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/g++/../../xg++
-B/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/g++/../../
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/modules/builtin-3_a.C  -m32 
 -fdiagnostics-plain-output  -nostdinc++
-I/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/include/powerpc64-unknown-linux-gnu
-I/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/include
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/libsupc++
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/include/backward
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/testsuite/util -fmessage-length=0
-std=c++2a -pedantic-errors -Wno-long-long -fmodules-ts
-fdump-lang-module-blocks-alias-uid  -S -o builtin-3_a.s    (timeout = 300)
spawn -ignore SIGHUP
/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/g++/../../xg++
-B/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/g++/../../
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/modules/builtin-3_a.C -m32
-fdiagnostics-plain-output -nostdinc++
-I/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/include/powerpc64-unknown-linux-gnu
-I/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/include
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/libsupc++
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/include/backward
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/testsuite/util -fmessage-length=0
-std=c++2a -pedantic-errors -Wno-long-long -fmodules-ts
-fdump-lang-module-blocks-alias-uid -S -o builtin-3_a.s
PASS: g++.dg/modules/builtin-3_a.C -std=c++2a (test for excess errors)
PASS: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump-not module
"Cluster members:\\n  \\[0\\]=decl declaration '::__builtin_strlen'\\n 
\\[1\\]=binding '::__builtin_strlen'\\n"
PASS: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump module "Wrote
GMF:-[0-9]* function_decl:'::__builtin_strlen'@builtins"
PASS: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump module
"Writing:-[0-9]*'s named merge key \\(decl\\)
function_decl:'::__builtin_strlen'"
PASS: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump-not module
"Writing tree:-[0-9]* function_decl:'__builtin_strlen'\\(strlen\\)"
FAIL: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump module "Wrote
fixed:[0-9]* pointer_type:'::__builtin_va_list'"
PASS: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump-not module "
Cluster members:\\n  \\[0\\]=decl declaration '::va_list'\\n  \\[1\\]=binding
'::va_list'\\n"
PASS: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump module "Wrote
GMF:-[0-9]* type_decl:'::va_list'@builtins"
PASS: g++.dg/modules/builtin-3_a.C -std=c++2a  scan-lang-dump module
"Writing:-[0-9]*'s named merge key \\(decl\\) type_decl:'::va_list'"


commit a5469584f61abeec98ff89347294f9ed72eca280
Author: Nathan Sidwell <nathan@acm.org>
Date:   Mon Jan 4 07:45:36 2021 -0800

    c++: Add stdlib module test cases

             reply	other threads:[~2021-03-15 14:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 14:39 seurer at gcc dot gnu.org [this message]
2021-03-16  8:17 ` [Bug testsuite/99605] [11 regresson] " rguenth at gcc dot gnu.org
2021-04-08 13:06 ` [Bug testsuite/99605] [11 regression] " rguenth at gcc dot gnu.org
2021-04-08 14:37 ` seurer at gcc dot gnu.org
2021-04-08 17:06 ` nathan 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-99605-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.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).