public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/98374] New: No #include <langinfo.h> on windows. Bootstrapping failure
@ 2020-12-18 14:57 unlvsur at live dot com
  2020-12-18 15:12 ` [Bug libstdc++/98374] " ppalka at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: unlvsur at live dot com @ 2020-12-18 14:57 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98374
           Summary: No #include <langinfo.h> on windows. Bootstrapping
                    failure
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

libtool: compile: 
/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc/xgcc
-shared-libgcc
-B/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc
-nostdinc++
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src/.libs
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/libsupc++/.libs
-L/mingw64/x86_64-w64-mingw32/lib -L/mingw64/lib -isystem
/mingw64/x86_64-w64-mingw32/include -isystem /mingw64/include
-B/mingw64/x86_64-w64-mingw32/bin/ -B/mingw64/x86_64-w64-mingw32/lib/ -isystem
/mingw64/x86_64-w64-mingw32/include -isystem
/mingw64/x86_64-w64-mingw32/sys-include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/../libgcc
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include/x86_64-w64-mingw32
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/libsupc++
-I/mingw64/include -I/mingw64/include -std=gnu++17 -D_GLIBCXX_SHARED
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=cow-fs_dir.lo -fimplicit-templates -g -march=x86-64
-mtune=generic -O2 -pipe -c
../../../../../gcc-git/libstdc++-v3/src/c++17/cow-fs_dir.cc -o cow-fs_dir.o
../../../../../gcc-git/libstdc++-v3/src/c++17/floating_to_chars.cc:36:10: fatal
error: langinfo.h: No such file or directory
   36 | #include <langinfo.h>
      |          ^~~~~~~~~~~~
libtool: compile: 
/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc/xgcc
-shared-libgcc
-B/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc
-nostdinc++
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src/.libs
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/libsupc++/.libs
-L/mingw64/x86_64-w64-mingw32/lib -L/mingw64/lib -isystem
/mingw64/x86_64-w64-mingw32/include -isystem /mingw64/include
-B/mingw64/x86_64-w64-mingw32/bin/ -B/mingw64/x86_64-w64-mingw32/lib/ -isystem
/mingw64/x86_64-w64-mingw32/include -isystem
/mingw64/x86_64-w64-mingw32/sys-include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/../libgcc
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include/x86_64-w64-mingw32
-I/home/unlvs/mingw-gcc-mcf-gthrecompilation terminated.
ad/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/libsupc++
-I/mingw64/include -I/mingw64/include -std=gnu++17 -D_GLIBCXX_SHARED
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=cow-fs_ops.lo -fimplicit-templates -g -march=x86-64
-mtune=generic -O2 -pipe -c
../../../../../gcc-git/libstdc++-v3/src/c++17/cow-fs_ops.cc -o cow-fs_ops.o
libtool: compile: 
/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc/xgcc
-shared-libgcc
-B/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc
-nostdinc++
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src/.libs
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/libsupc++/.libs
-L/mingw64/x86_64-w64-mingw32/lib -L/mingw64/lib -isystem
/mingw64/x86_64-w64-mingw32/include -isystem /mingw64/include
-B/mingw64/x86_64-w64-mingw32/bin/ -B/mingw64/x86_64-w64-mingw32/lib/ -isystem
/mingw64/x86_64-w64-mingw32/include -isystem
/mingw64/x86_64-w64-mingw32/sys-include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/../libgcc
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include/x86_64-w64-mingw32
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/libsupc++
-I/mingw64/include -I/mingw64/include -std=gnu++17 -D_GLIBCXX_SHARED
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=ostream-inst.lo -fimplicit-templates -g -march=x86-64
-mtune=generic -O2 -pipe -c
../../../../../gcc-git/libstdc++-v3/src/c++17/ostream-inst.cc -o ostream-inst.o
libtool: compile: 
/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc/xgcc
-shared-libgcc
-B/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc
-nostdinc++
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src/.libs
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/libsupc++/.libs
-L/mingw64/x86_64-w64-mingw32/lib -L/mingw64/lib -isystem
/mingw64/x86_64-w64-mingw32/include -isystem /mingw64/include
-B/mingw64/x86_64-w64-mingw32/bin/ -B/mingw64/x86_64-w64-mingw32/lib/ -isystem
/mingw64/x86_64-w64-mingw32/include -isystem
/mingw64/x86_64-w64-mingw32/sys-include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/../libgcc
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include/x86_64-w64-mingw32
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/libsupc++
-I/mingw64/include -I/mingw64/include -std=gnu++17 -D_GLIBCXX_SHARED
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=string-inst.lo -fimplicit-templates -g -march=x86-64
-mtune=generic -O2 -pipe -c
../../../../../gcc-git/libstdc++-v3/src/c++17/string-inst.cc -o string-inst.o
libtool: compile: 
/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc/xgcc
-shared-libgcc
-B/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc
-nostdinc++
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src/.libs
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/libsupc++/.libs
-L/mingw64/x86_64-w64-mingw32/lib -L/mingw64/lib -isystem
/mingw64/x86_64-w64-mingw32/include -isystem /mingw64/include
-B/mingw64/x86_64-w64-mingw32/bin/ -B/mingw64/x86_64-w64-mingw32/lib/ -isystem
/mingw64/x86_64-w64-mingw32/include -isystem
/mingw64/x86_64-w64-mingw32/sys-include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/../libgcc
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include/x86_64-w64-mingw32
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/libsupc++
-I/mingw64/include -I/mingw64/include -std=gnu++17 -D_GLIBCXX_SHARED
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=cow-fs_path.lo -fimplicit-templates -g -march=x86-64
-mtune=generic -O2 -pipe -c
../../../../../gcc-git/libstdc++-v3/src/c++17/cow-fs_path.cc -o cow-fs_path.o
libtool: compile: 
/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc/xgcc
-shared-libgcc
-B/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/./gcc
-nostdinc++
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src/.libs
-L/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/libsupc++/.libs
-L/mingw64/x86_64-w64-mingw32/lib -L/mingw64/lib -isystem
/mingw64/x86_64-w64-mingw32/include -isystem /mingw64/include
-B/mingw64/x86_64-w64-mingw32/bin/ -B/mingw64/x86_64-w64-mingw32/lib/ -isystem
/mingw64/x86_64-w64-mingw32/include -isystem
/mingw64/x86_64-w64-mingw32/sys-include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/../libgcc
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include/x86_64-w64-mingw32
-I/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/include
-I/home/unlvs/mingw-gcc-mcf-gthread/src/gcc-git/libstdc++-v3/libsupc++
-I/mingw64/include -I/mingw64/include -std=gnu++17 -D_GLIBCXX_SHARED
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=cow-string-inst.lo -fimplicit-templates -g -march=x86-64
-mtune=generic -O2 -pipe -c
../../../../../gcc-git/libstdc++-v3/src/c++17/cow-string-inst.cc -o
cow-string-inst.o
make[5]: *** [Makefile:577: floating_to_chars.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory
'/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src/c++17'
make[4]: *** [Makefile:764: all-recursive] Error 1
make[4]: Leaving directory
'/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3/src'
make[3]: *** [Makefile:568: all-recursive] Error 1
make[3]: Leaving directory
'/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3'
make[2]: *** [Makefile:493: all] Error 2
make[2]: Leaving directory
'/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32/x86_64-w64-mingw32/libstdc++-v3'
make[1]: *** [Makefile:12181: all-target-libstdc++-v3] Error 2
make[1]: Leaving directory
'/home/unlvs/mingw-gcc-mcf-gthread/src/build-x86_64-w64-mingw32'
make: *** [Makefile:973: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

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

* [Bug libstdc++/98374] No #include <langinfo.h> on windows. Bootstrapping failure
  2020-12-18 14:57 [Bug libstdc++/98374] New: No #include <langinfo.h> on windows. Bootstrapping failure unlvsur at live dot com
@ 2020-12-18 15:12 ` ppalka at gcc dot gnu.org
  2020-12-18 16:04 ` ppalka at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ppalka at gcc dot gnu.org @ 2020-12-18 15:12 UTC (permalink / raw)
  To: gcc-bugs

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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |ppalka at gcc dot gnu.org
   Last reconfirmed|                            |2020-12-18
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

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

* [Bug libstdc++/98374] No #include <langinfo.h> on windows. Bootstrapping failure
  2020-12-18 14:57 [Bug libstdc++/98374] New: No #include <langinfo.h> on windows. Bootstrapping failure unlvsur at live dot com
  2020-12-18 15:12 ` [Bug libstdc++/98374] " ppalka at gcc dot gnu.org
@ 2020-12-18 16:04 ` ppalka at gcc dot gnu.org
  2020-12-18 16:55 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ppalka at gcc dot gnu.org @ 2020-12-18 16:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Patch posted:
https://gcc.gnu.org/pipermail/gcc-patches/2020-December/562283.html

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

* [Bug libstdc++/98374] No #include <langinfo.h> on windows. Bootstrapping failure
  2020-12-18 14:57 [Bug libstdc++/98374] New: No #include <langinfo.h> on windows. Bootstrapping failure unlvsur at live dot com
  2020-12-18 15:12 ` [Bug libstdc++/98374] " ppalka at gcc dot gnu.org
  2020-12-18 16:04 ` ppalka at gcc dot gnu.org
@ 2020-12-18 16:55 ` cvs-commit at gcc dot gnu.org
  2020-12-19  2:01 ` unlvsur at live dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-12-18 16:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Patrick Palka <ppalka@gcc.gnu.org>:

https://gcc.gnu.org/g:d7bab388b818fc21dbb9111311e114ae33e11fff

commit r11-6259-gd7bab388b818fc21dbb9111311e114ae33e11fff
Author: Patrick Palka <ppalka@redhat.com>
Date:   Fri Dec 18 11:52:17 2020 -0500

    libstdc++: Fix build failure due to missing <langinfo.h> [PR98374]

    This should fix a build failure on Windows which lacks <langinfo.h>,
    from which we use nl_langinfo() to obtain the radix character of the
    current locale.  (We can't use the more portable localeconv() from
    <clocale> to obtain the radix character of the current locale here
    because it's not thread-safe, unfortunately.)

    This change means that on Windows and other such platforms, we'll just
    always assume the radix character used by printf is '.' when formatting
    a long double through it.

    libstdc++-v3/ChangeLog:

            PR libstdc++/98374
            * src/c++17/floating_to_chars.cc: Guard include of <langinfo.h>
            with __has_include.
            (__floating_to_chars_precision) [!defined(RADIXCHAR)]: Don't
            attempt to obtain the radix character of the current locale,
            just assume it's '.'.

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

* [Bug libstdc++/98374] No #include <langinfo.h> on windows. Bootstrapping failure
  2020-12-18 14:57 [Bug libstdc++/98374] New: No #include <langinfo.h> on windows. Bootstrapping failure unlvsur at live dot com
                   ` (2 preceding siblings ...)
  2020-12-18 16:55 ` cvs-commit at gcc dot gnu.org
@ 2020-12-19  2:01 ` unlvsur at live dot com
  2020-12-20 18:58 ` redi at gcc dot gnu.org
  2020-12-21  0:02 ` unlvsur at live dot com
  5 siblings, 0 replies; 7+ messages in thread
From: unlvsur at live dot com @ 2020-12-19  2:01 UTC (permalink / raw)
  To: gcc-bugs

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

cqwrteur <unlvsur at live dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from cqwrteur <unlvsur at live dot com> ---
(In reply to CVS Commits from comment #2)
> The master branch has been updated by Patrick Palka <ppalka@gcc.gnu.org>:
> 
> https://gcc.gnu.org/g:d7bab388b818fc21dbb9111311e114ae33e11fff
> 
> commit r11-6259-gd7bab388b818fc21dbb9111311e114ae33e11fff
> Author: Patrick Palka <ppalka@redhat.com>
> Date:   Fri Dec 18 11:52:17 2020 -0500
> 
>     libstdc++: Fix build failure due to missing <langinfo.h> [PR98374]
>     
>     This should fix a build failure on Windows which lacks <langinfo.h>,
>     from which we use nl_langinfo() to obtain the radix character of the
>     current locale.  (We can't use the more portable localeconv() from
>     <clocale> to obtain the radix character of the current locale here
>     because it's not thread-safe, unfortunately.)
>     
>     This change means that on Windows and other such platforms, we'll just
>     always assume the radix character used by printf is '.' when formatting
>     a long double through it.
>     
>     libstdc++-v3/ChangeLog:
>     
>             PR libstdc++/98374
>             * src/c++17/floating_to_chars.cc: Guard include of <langinfo.h>
>             with __has_include.
>             (__floating_to_chars_precision) [!defined(RADIXCHAR)]: Don't
>             attempt to obtain the radix character of the current locale,
>             just assume it's '.'.

Fixed

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

* [Bug libstdc++/98374] No #include <langinfo.h> on windows. Bootstrapping failure
  2020-12-18 14:57 [Bug libstdc++/98374] New: No #include <langinfo.h> on windows. Bootstrapping failure unlvsur at live dot com
                   ` (3 preceding siblings ...)
  2020-12-19  2:01 ` unlvsur at live dot com
@ 2020-12-20 18:58 ` redi at gcc dot gnu.org
  2020-12-21  0:02 ` unlvsur at live dot com
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2020-12-20 18:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jwakely at redhat dot com          |

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Please stop adding random unrelated people to the CC list of your bugs.

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

* [Bug libstdc++/98374] No #include <langinfo.h> on windows. Bootstrapping failure
  2020-12-18 14:57 [Bug libstdc++/98374] New: No #include <langinfo.h> on windows. Bootstrapping failure unlvsur at live dot com
                   ` (4 preceding siblings ...)
  2020-12-20 18:58 ` redi at gcc dot gnu.org
@ 2020-12-21  0:02 ` unlvsur at live dot com
  5 siblings, 0 replies; 7+ messages in thread
From: unlvsur at live dot com @ 2020-12-21  0:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from cqwrteur <unlvsur at live dot com> ---
(In reply to Jonathan Wakely from comment #4)
> Please stop adding random unrelated people to the CC list of your bugs.

bugs for libstdc++. CC you. What's wrong with it?

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

end of thread, other threads:[~2020-12-21  0:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 14:57 [Bug libstdc++/98374] New: No #include <langinfo.h> on windows. Bootstrapping failure unlvsur at live dot com
2020-12-18 15:12 ` [Bug libstdc++/98374] " ppalka at gcc dot gnu.org
2020-12-18 16:04 ` ppalka at gcc dot gnu.org
2020-12-18 16:55 ` cvs-commit at gcc dot gnu.org
2020-12-19  2:01 ` unlvsur at live dot com
2020-12-20 18:58 ` redi at gcc dot gnu.org
2020-12-21  0:02 ` unlvsur at live 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).