public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99601] New: [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32
@ 2021-03-15 14:22 nathan at gcc dot gnu.org
  2021-03-15 19:28 ` [Bug c++/99601] " cvs-commit at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-15 14:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99601
           Summary: [11 regression] g++.dg/modules/iostream-1_b.C on
                    x86_64 with -m32
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nathan at gcc dot gnu.org
  Target Milestone: ---

, FAIL: g++.dg/modules/builtin-3_a.C and FAIL: g++.dg/modules/iostream-1_b.C on
x86_64 with -m32

(perhaps similar to 99496?)

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

* [Bug c++/99601] [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32
  2021-03-15 14:22 [Bug c++/99601] New: [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32 nathan at gcc dot gnu.org
@ 2021-03-15 19:28 ` cvs-commit at gcc dot gnu.org
  2021-03-15 19:29 ` nathan at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-15 19:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Nathan Sidwell <nathan@gcc.gnu.org>:

https://gcc.gnu.org/g:770d3487ef18a71f65626c182625889eee29f580

commit r11-7679-g770d3487ef18a71f65626c182625889eee29f580
Author: Nathan Sidwell <nathan@acm.org>
Date:   Mon Mar 15 15:25:32 2021 -0400

    c++: Fix 2 testcases [PR 99601]

    I'd failed to correctly restrict some checks to lp64 x86 targets.

            PR c++/99601
            gcc/testsuite/
            * g++.dg/modules/builtin-3_a.C: Fix lp64 x86 detection.
            * g++.dg/modules/builtin-3_b.C: Fix lp64 x86 detection.

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

* [Bug c++/99601] [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32
  2021-03-15 14:22 [Bug c++/99601] New: [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32 nathan at gcc dot gnu.org
  2021-03-15 19:28 ` [Bug c++/99601] " cvs-commit at gcc dot gnu.org
@ 2021-03-15 19:29 ` nathan at gcc dot gnu.org
  2021-03-15 19:57 ` ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-03-15 19:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
fix the builtin fails:

 770d3487ef1 2021-03-15 | c++: Fix 2 testcases [PR 99601]

I'm not seeing the iostream fail thought

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

* [Bug c++/99601] [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32
  2021-03-15 14:22 [Bug c++/99601] New: [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32 nathan at gcc dot gnu.org
  2021-03-15 19:28 ` [Bug c++/99601] " cvs-commit at gcc dot gnu.org
  2021-03-15 19:29 ` nathan at gcc dot gnu.org
@ 2021-03-15 19:57 ` ubizjak at gmail dot com
  2021-03-15 23:26 ` cvs-commit at gcc dot gnu.org
  2021-03-16  8:13 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2021-03-15 19:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to CVS Commits from comment #1)
> The master branch has been updated by Nathan Sidwell <nathan@gcc.gnu.org>:
> 
> https://gcc.gnu.org/g:770d3487ef18a71f65626c182625889eee29f580
There is a typo in the selector:

+// { dg-final { scan-lang-dump {Wrote GMF:-[0-9]*
type_decl:'::__builtin_va_list'@builtins} module { { target x86_64-*-linux*
i>86-*-linux* } && lp64 } }

i>86-*-linux* should read i?86-*-linux*

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

* [Bug c++/99601] [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32
  2021-03-15 14:22 [Bug c++/99601] New: [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32 nathan at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-03-15 19:57 ` ubizjak at gmail dot com
@ 2021-03-15 23:26 ` cvs-commit at gcc dot gnu.org
  2021-03-16  8:13 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-15 23:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:1973beaf92c629f26df98eff33ab1bce7f3ea4ef

commit r11-7682-g1973beaf92c629f26df98eff33ab1bce7f3ea4ef
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Mar 16 00:24:15 2021 +0100

    testsuite: Fix up target selector syntax errors in modules/builtin-3*.C
[PR99601]

    Without this patch I'm seeing:
    ERROR: tcl error sourcing
/home/jakub/src/gcc/gcc/testsuite/g++.dg/modules/modules.exp.
    ERROR: unmatched open brace in list
        while executing
    "foreach op $tmp {
            switch [lindex $op 0] {
                "dg-options" {
                    set std_prefix "-std=gnu++"
                    if { [string match "*-std=*" [lindex $op 2]] } {
                        ..."
        (procedure "module-init" line 7)
        invoked from within
    "module-init $src"
        invoked from within
    "if [runtest_file_p $runtests $src] {
            set tests [lsort [find [file dirname $src]  [regsub {_a.[CHX]$}
[file tail $src] {_[a-z].[CHX]}]]]

            set std_lis..."
        ("foreach" body line 3)
        invoked from within
    "foreach src [lsort [find $srcdir/$subdir {*_a.[CHX}]] {
        # use the FOO_a.C name as the parallelization key
        if [runtest_file_p $runtests $src] {..."
        (file "/home/jakub/src/gcc/gcc/testsuite/g++.dg/modules/modules.exp"
line 304)
        invoked from within
    "source /home/jakub/src/gcc/gcc/testsuite/g++.dg/modules/modules.exp"
        ("uplevel" body line 1)
        invoked from within
    "uplevel #0 source
/home/jakub/src/gcc/gcc/testsuite/g++.dg/modules/modules.exp"
        invoked from within
    "catch "uplevel #0 source $test_file_name""

    2021-03-16  Jakub Jelinek  <jakub@redhat.com>

            PR c++/99601
            * g++.dg/modules/builtin-3_a.C: Fix target selector syntax errors.
            * g++.dg/modules/builtin-3_b.C: Likewise.

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

* [Bug c++/99601] [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32
  2021-03-15 14:22 [Bug c++/99601] New: [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32 nathan at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-03-15 23:26 ` cvs-commit at gcc dot gnu.org
@ 2021-03-16  8:13 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-03-16  8:13 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Target Milestone|---                         |11.0
         Resolution|---                         |FIXED

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixd.

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

end of thread, other threads:[~2021-03-16  8:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 14:22 [Bug c++/99601] New: [11 regression] g++.dg/modules/iostream-1_b.C on x86_64 with -m32 nathan at gcc dot gnu.org
2021-03-15 19:28 ` [Bug c++/99601] " cvs-commit at gcc dot gnu.org
2021-03-15 19:29 ` nathan at gcc dot gnu.org
2021-03-15 19:57 ` ubizjak at gmail dot com
2021-03-15 23:26 ` cvs-commit at gcc dot gnu.org
2021-03-16  8:13 ` rguenth 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).