public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libquadmath/101954] New: ssize_t unknown for picolibc
@ 2021-08-17 23:00 unlvsur at live dot com
  2021-08-17 23:35 ` [Bug libquadmath/101954] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2021-08-17 23:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101954
           Summary: ssize_t unknown for picolibc
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libquadmath
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

../../../../../gcc/libquadmath/printf/quadmath-printf.c: In function
'__quadmath_do_pad':
../../../../../gcc/libquadmath/printf/quadmath-printf.c:63:3: error: unknown
type name 'ssize_t'; did you mean '_ssize_
'?
   63 |   ssize_t i;
      |   ^~~~~~~
      |   _ssize_t

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

* [Bug libquadmath/101954] ssize_t unknown for picolibc
  2021-08-17 23:00 [Bug libquadmath/101954] New: ssize_t unknown for picolibc unlvsur at live dot com
@ 2021-08-17 23:35 ` pinskia at gcc dot gnu.org
  2021-08-17 23:36 ` unlvsur at live dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-17 23:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-08-17
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |WAITING

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
ssize_t should be defined in stdint.h, why is it not?

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

* [Bug libquadmath/101954] ssize_t unknown for picolibc
  2021-08-17 23:00 [Bug libquadmath/101954] New: ssize_t unknown for picolibc unlvsur at live dot com
  2021-08-17 23:35 ` [Bug libquadmath/101954] " pinskia at gcc dot gnu.org
@ 2021-08-17 23:36 ` unlvsur at live dot com
  2021-08-17 23:36 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2021-08-17 23:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from cqwrteur <unlvsur at live dot com> ---
(In reply to Andrew Pinski from comment #1)
> ssize_t should be defined in stdint.h, why is it not?

i do not know. it defines _ssize_t in sys/_types.h

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

* [Bug libquadmath/101954] ssize_t unknown for picolibc
  2021-08-17 23:00 [Bug libquadmath/101954] New: ssize_t unknown for picolibc unlvsur at live dot com
  2021-08-17 23:35 ` [Bug libquadmath/101954] " pinskia at gcc dot gnu.org
  2021-08-17 23:36 ` unlvsur at live dot com
@ 2021-08-17 23:36 ` pinskia at gcc dot gnu.org
  2021-08-17 23:38 ` unlvsur at live dot com
  2021-08-18  7:49 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-17 23:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Also how did you configure gcc?

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

* [Bug libquadmath/101954] ssize_t unknown for picolibc
  2021-08-17 23:00 [Bug libquadmath/101954] New: ssize_t unknown for picolibc unlvsur at live dot com
                   ` (2 preceding siblings ...)
  2021-08-17 23:36 ` pinskia at gcc dot gnu.org
@ 2021-08-17 23:38 ` unlvsur at live dot com
  2021-08-18  7:49 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2021-08-17 23:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from cqwrteur <unlvsur at live dot com> ---
Created attachment 51314
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51314&action=edit
config file

here is the config file

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

* [Bug libquadmath/101954] ssize_t unknown for picolibc
  2021-08-17 23:00 [Bug libquadmath/101954] New: ssize_t unknown for picolibc unlvsur at live dot com
                   ` (3 preceding siblings ...)
  2021-08-17 23:38 ` unlvsur at live dot com
@ 2021-08-18  7:49 ` schwab@linux-m68k.org
  4 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2021-08-18  7:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Andreas Schwab <schwab@linux-m68k.org> ---
ssize_t is a POSIX extension defined in <sys/types.h>.

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

end of thread, other threads:[~2021-08-18  7:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 23:00 [Bug libquadmath/101954] New: ssize_t unknown for picolibc unlvsur at live dot com
2021-08-17 23:35 ` [Bug libquadmath/101954] " pinskia at gcc dot gnu.org
2021-08-17 23:36 ` unlvsur at live dot com
2021-08-17 23:36 ` pinskia at gcc dot gnu.org
2021-08-17 23:38 ` unlvsur at live dot com
2021-08-18  7:49 ` schwab@linux-m68k.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).