public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode
       [not found] <bug-92285-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-07 11:56 ` jakub at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-05-07 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.0                        |10.2

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.1 has been released.

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

* [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode
       [not found] <bug-92285-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode jakub at gcc dot gnu.org
@ 2020-07-23  6:51 ` rguenth at gcc dot gnu.org
  2020-07-23 11:16 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-23  6:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.2                        |10.3

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.2 is released, adjusting target milestone.

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

* [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode
       [not found] <bug-92285-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode jakub at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
@ 2020-07-23 11:16 ` redi at gcc dot gnu.org
  2020-11-04 12:47 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2020-07-23 11:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.3                        |10.0
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This was already fixed for 10.1, I just need to do some docs.

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

* [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode
       [not found] <bug-92285-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-07-23 11:16 ` redi at gcc dot gnu.org
@ 2020-11-04 12:47 ` cvs-commit at gcc dot gnu.org
  2020-11-04 12:55 ` redi at gcc dot gnu.org
  2021-11-05 23:18 ` timturnerc at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-11-04 12:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <redi@gcc.gnu.org>:

https://gcc.gnu.org/g:3ef33e756a65484a17abb95ef0d4133f80c014b1

commit r11-4720-g3ef33e756a65484a17abb95ef0d4133f80c014b1
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Nov 4 12:45:32 2020 +0000

    libstdc++: Document istreambuf_iterator base class change [PR 92285]

    libstdc++-v3/ChangeLog:

            PR libstdc++/92285
            * doc/xml/manual/evolution.xml: Document change to base class.
            * doc/html/manual/api.html: Regenerate.

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

* [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode
       [not found] <bug-92285-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-11-04 12:47 ` cvs-commit at gcc dot gnu.org
@ 2020-11-04 12:55 ` redi at gcc dot gnu.org
  2021-11-05 23:18 ` timturnerc at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2020-11-04 12:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Now documented too.

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

* [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode
       [not found] <bug-92285-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-11-04 12:55 ` redi at gcc dot gnu.org
@ 2021-11-05 23:18 ` timturnerc at yahoo dot com
  5 siblings, 0 replies; 6+ messages in thread
From: timturnerc at yahoo dot com @ 2021-11-05 23:18 UTC (permalink / raw)
  To: gcc-bugs

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

Tim Turner <timturnerc at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timturnerc at yahoo dot com

--- Comment #10 from Tim Turner <timturnerc at yahoo dot com> ---
no longer builds on aarch64 (native build) after updating to glibc-2.33. 
http://www-look-4.com/services/usb-type-a/

Due to a glibc 2.33 header file change, the file
http://the-hunters.org/category/computers/
nat/aarch64-linux-hw-point.c no longer builds on OSes using this version of
glibc.
https://komiya-dental.com/services/huawei-service/
An enum for PTRACE_SYSEMU is now provided by <sys/ptrace.h>.  In the 
past, PTRACE_SYSEMU was defined only in <asm/ptrace.h>.  This is
http://www.iu-bloomington.com/property/properties-in-turkey/
what it looks like...

In <asm/ptrace.h>: https://waytowhatsnext.com/crypto/cryptocurrency-taxes/

#define PTRACE_SYSEMU             31
http://www.wearelondonmade.com/health/check-ups/

In <sys/ptrace.h>:
http://www.jopspeech.com/services/surface-duo/
enum __ptrace_request
{ http://joerg.li/services/kia-rio-price/
  ...
  PTRACE_SYSEMU = 31,  
#define PT_SYSEMU PTRACE_SYSEMU

  ... http://connstr.net/services/mobile-games/
}

When <asm/ptrace.h> and <sys/ptrace.h> are both included in a source
http://fishingnewsletters.co.uk/category/computers/
file, we run into the following build problem when the former is
included before the latter: http://embermanchester.uk/tech/google-drive/

In file included from nat/aarch64-linux-hw-point.c:26:
http://www.go-mk-websites.co.uk/category/computers/
/usr/include/sys/ptrace.h:86:3: error: expected identifier before numeric
constant
   86 |   PTRACE_SYSEMU = 31,
http://www.slipstone.co.uk/technology/cars-interior/
      |   ^~~~~~~~~~~~~

(There are more errors after this one too.)
http://www.logoarts.co.uk/technology/robot-vacuums/
The file builds without error when <asm/ptrace.h> is included after
http://www.mconstantine.co.uk/category/computers/
<sys/ptrace.h>.  I found that this is already done in
http://www.acpirateradio.co.uk/health/transportation-security/ 
nat/aarch64-sve-linux-ptrace.h (which is included by
nat/aarch64-linux-ptrace.c).
http://www.compilatori.com/health/premium-subscription/

A commit for this bug is already on the trunk:
https://www.webb-dev.co.uk/computers/crypto-apps/

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

end of thread, other threads:[~2021-11-05 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92285-4@http.gcc.gnu.org/bugzilla/>
2020-05-07 11:56 ` [Bug libstdc++/92285] Layout of istreambuf_iterator subobject depends on -std mode jakub at gcc dot gnu.org
2020-07-23  6:51 ` rguenth at gcc dot gnu.org
2020-07-23 11:16 ` redi at gcc dot gnu.org
2020-11-04 12:47 ` cvs-commit at gcc dot gnu.org
2020-11-04 12:55 ` redi at gcc dot gnu.org
2021-11-05 23:18 ` timturnerc at yahoo dot com

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).