public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/110859] New: [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc
@ 2023-07-31 14:44 carlos.seo at linaro dot org
  2023-07-31 21:07 ` [Bug libstdc++/110859] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: carlos.seo at linaro dot org @ 2023-07-31 14:44 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110859
           Summary: [14 Regression] New FAIL:
                    23_containers/vector/bool/110807.cc
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: carlos.seo at linaro dot org
  Target Milestone: ---

Commit f30e62b0ee05befd20863466d1fb55a34d15c228 introduced a new failure:

FAIL: 23_containers/vector/bool/110807.cc (test for excess errors)

Confirmed on arm linux by the CI -
https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-arm-build/488/

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

* [Bug libstdc++/110859] [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc
  2023-07-31 14:44 [Bug libstdc++/110859] New: [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc carlos.seo at linaro dot org
@ 2023-07-31 21:07 ` pinskia at gcc dot gnu.org
  2023-07-31 21:09 ` [Bug middle-end/110859] " pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-07-31 21:07 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |seurer at gcc dot gnu.org

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 110863 has been marked as a duplicate of this bug. ***

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

* [Bug middle-end/110859] New FAIL: 23_containers/vector/bool/110807.cc
  2023-07-31 14:44 [Bug libstdc++/110859] New: [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc carlos.seo at linaro dot org
  2023-07-31 21:07 ` [Bug libstdc++/110859] " pinskia at gcc dot gnu.org
@ 2023-07-31 21:09 ` pinskia at gcc dot gnu.org
  2023-10-07 18:13 ` danglin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-07-31 21:09 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |!LP64
            Summary|[14 Regression] New FAIL:   |New FAIL:
                   |23_containers/vector/bool/1 |23_containers/vector/bool/1
                   |10807.cc                    |10807.cc

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It is a new testcase and see also bug 110807 comment #8 where it was known to
fail in this case ...

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

* [Bug middle-end/110859] New FAIL: 23_containers/vector/bool/110807.cc
  2023-07-31 14:44 [Bug libstdc++/110859] New: [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc carlos.seo at linaro dot org
  2023-07-31 21:07 ` [Bug libstdc++/110859] " pinskia at gcc dot gnu.org
  2023-07-31 21:09 ` [Bug middle-end/110859] " pinskia at gcc dot gnu.org
@ 2023-10-07 18:13 ` danglin at gcc dot gnu.org
  2023-11-06 12:39 ` redi at gcc dot gnu.org
  2023-11-11  1:00 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2023-10-07 18:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
FAIL: 23_containers/vector/bool/110807.cc  -std=gnu++17 (test for excess
errors)
Excess errors:
/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/include/bits/stl_algobase.h:440:
warning: 'void* __builtin_memmove(void*, const void*, unsigned int)' writing
between 5 and 268435455 bytes into a region of size 4 overflows the destination
[-Wstringop-overflow=]

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

* [Bug middle-end/110859] New FAIL: 23_containers/vector/bool/110807.cc
  2023-07-31 14:44 [Bug libstdc++/110859] New: [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc carlos.seo at linaro dot org
                   ` (2 preceding siblings ...)
  2023-10-07 18:13 ` danglin at gcc dot gnu.org
@ 2023-11-06 12:39 ` redi at gcc dot gnu.org
  2023-11-11  1:00 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2023-11-06 12:39 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2023-11-06

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
bug 110807 comment 11 has some analysis of this failure (which I admittedly
don't understand).

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

* [Bug middle-end/110859] New FAIL: 23_containers/vector/bool/110807.cc
  2023-07-31 14:44 [Bug libstdc++/110859] New: [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc carlos.seo at linaro dot org
                   ` (3 preceding siblings ...)
  2023-11-06 12:39 ` redi at gcc dot gnu.org
@ 2023-11-11  1:00 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2023-11-11  1:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Should be fixed at r14-5260-ge39b3e02c27bd7

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

end of thread, other threads:[~2023-11-11  1:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 14:44 [Bug libstdc++/110859] New: [14 Regression] New FAIL: 23_containers/vector/bool/110807.cc carlos.seo at linaro dot org
2023-07-31 21:07 ` [Bug libstdc++/110859] " pinskia at gcc dot gnu.org
2023-07-31 21:09 ` [Bug middle-end/110859] " pinskia at gcc dot gnu.org
2023-10-07 18:13 ` danglin at gcc dot gnu.org
2023-11-06 12:39 ` redi at gcc dot gnu.org
2023-11-11  1:00 ` redi 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).