Re: gcc14 on MacOS 26

Robert Wyatt <[email protected]> Sat, 20 Sep 2025 20:51:56 -0500
Newsgroups gmane.os.apple.fink.beginners
Message-ID <[email protected]>
--===============0088832211939965692==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_A5151CAD-F222-409F-8949-446A954CCAAD"


--Apple-Mail=_A5151CAD-F222-409F-8949-446A954CCAAD
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Hello Hanspeter,

Each of gcc9, gcc11, gcc12 all fail with the following (I=E2=80=99m =
happy to attempt anyone=E2=80=99s patches they may be working on, but =
haven=E2=80=99t dug through all the notes yet):

@ROBERTs-Mac-mini ~ % fink list gcc; fink install gcc9; fink install =
gcc11; fink install gcc12
Information about 16159 packages read in 0 seconds.
     avr-gcc                                  4.9.2-1                    =
    GNU GCC for ATMEL AVR micro controllers
     broken-gcc                               3.3-1                      =
    [virtual package representing a broken gcc compiler]
     gcc11                                    11.4.0-1                   =
    GNU Compiler Collection Version 11
     gcc11-compiler                           11.4.0-1                   =
    Compiler Binaries for gcc11
     gcc11-shlibs                             11.4.0-1                   =
    Shared libraries for gcc11
     gcc12                                    12.2.0-3                   =
    GNU Compiler Collection Version 12
     gcc12-compiler                           12.2.0-3                   =
    Compiler Binaries for gcc12
     gcc12-shlibs                             12.2.0-3                   =
    Shared libraries for gcc12
 i   gcc14                                    14.2.0-2                   =
    GNU Compiler Collection Version 14
 i   gcc14-compiler                           14.2.0-2                   =
    Compiler Binaries for gcc14
 i   gcc14-shlibs                             14.2.0-2                   =
    Shared libraries for gcc14
     gcc4.2                                   4.2-0                      =
    [virtual package representing the gcc 4.2 compiler]
     gcc9                                     9.5.0-1                    =
    GNU Compiler Collection Version 9
     gcc9-compiler                            9.5.0-1                    =
    Compiler Binaries for gcc9
     gcc9-shlibs                              9.5.0-1                    =
    Shared libraries for gcc9
     m681x-gcc                                3.3.6-3                    =
    For Motorola 68hc11/12 micro controllers
     msp430-gcc                               4.6.3-20120406-2           =
    GNU GCC for for Texas Instruments MSP430 MCU

Building gcc9 (the others follow):

Various types of warnings about mktemp and
warning: unknown warning option '-Wshadow=3Dlocal' =
[-Wunknown-warning-option]

g++ -std=3Dgnu++98  -I../../gcc-9.5.0/libcpp -I. =
-I../../gcc-9.5.0/libcpp/../include -I../../gcc-9.5.0/libcpp/include =
-I/opt/sw/include -g  -W -Wall -Wno-narrowing -Wwrite-strings =
-Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions =
-fno-rtti -I../../gcc-9.5.0/libcpp -I. =
-I../../gcc-9.5.0/libcpp/../include -I../../gcc-9.5.0/libcpp/include =
-I/opt/sw/include  -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo =
../../gcc-9.5.0/libcpp/init.c
2 warnings generated.
*** Configuration arm-apple-darwin25.0.0 not supported
2 warnings generated.
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this =
behavior is deprecated [-Wdeprecated]
../../gcc-9.5.0/libcpp/lex.c:1718:8: warning: result of comparison =
against a string literal is unspecified (use an explicit string =
comparison function instead) [-Wstring-compare]
 1718 |               BUF_APPEND ("\\", 1);
      |               ^~~~~~~~~~~~~~~~~~~~
../../gcc-9.5.0/libcpp/lex.c:1688:30: note: expanded from macro =
'BUF_APPEND'
 1688 |             && (const uchar *)(STR) !=3D base                    =
 \
      |                ~~~~~~~~~~~~~~~~~~~~ ^
../../gcc-9.5.0/libcpp/lex.c:1727:5: warning: result of comparison =
against a string literal is unspecified (use an explicit string =
comparison function instead) [-Wstring-compare]
 1727 |                   BUF_APPEND (" ", 1);
      |                   ^~~~~~~~~~~~~~~~~~~
../../gcc-9.5.0/libcpp/lex.c:1688:30: note: expanded from macro =
'BUF_APPEND'
 1688 |             && (const uchar *)(STR) !=3D base                    =
 \
      |                ~~~~~~~~~~~~~~~~~~~~ ^
../../gcc-9.5.0/libcpp/lex.c:1730:8: warning: result of comparison =
against a string literal is unspecified (use an explicit string =
comparison function instead) [-Wstring-compare]
 1730 |               BUF_APPEND ("\n", 1);
      |               ^~~~~~~~~~~~~~~~~~~~
../../gcc-9.5.0/libcpp/lex.c:1688:30: note: expanded from macro =
'BUF_APPEND'
 1688 |             && (const uchar *)(STR) !=3D base                    =
 \
      |                ~~~~~~~~~~~~~~~~~~~~ ^
../../gcc-9.5.0/libcpp/lex.c:1753:5: warning: result of comparison =
against a string literal is unspecified (use an explicit string =
comparison function instead) [-Wstring-compare]
 1753 |                   BUF_APPEND ("??", 2);
      |                   ^~~~~~~~~~~~~~~~~~~~
../../gcc-9.5.0/libcpp/lex.c:1688:30: note: expanded from macro =
'BUF_APPEND'
 1688 |             && (const uchar *)(STR) !=3D base                    =
 \
      |                ~~~~~~~~~~~~~~~~~~~~ ^
../../gcc-9.5.0/libcpp/lex.c:1762:9: warning: result of comparison =
against a string literal is unspecified (use an explicit string =
comparison function instead) [-Wstring-compare]
 1762 |                       BUF_APPEND ("/", 1);
      |                       ^~~~~~~~~~~~~~~~~~~
../../gcc-9.5.0/libcpp/lex.c:1688:30: note: expanded from macro =
'BUF_APPEND'
 1688 |             && (const uchar *)(STR) !=3D base                    =
 \
      |                ~~~~~~~~~~~~~~~~~~~~ ^
9 warnings generated.
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this =
behavior is deprecated [-Wdeprecated]
../../gcc-9.5.0/libcpp/lex.c:3519:7: warning: 'sprintf' is deprecated: =
This function is provided for compatibility reasons only.  Due to =
security concerns inherent in the design of sprintf(3), it is highly =
recommended that you use snprintf(3) instead. =
[-Wdeprecated-declarations]
 3519 |       sprintf ((char *) result, "#%s ", dir_name);
      |       ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has =
been explicitly marked deprecated here
  278 | __deprecated_msg("This function is provided for compatibility =
reasons only.  Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) instead.")
      | ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:48: note: expanded from =
macro '__deprecated_msg'
  227 |         #define __deprecated_msg(_msg) =
__attribute__((__deprecated__(_msg)))
      |                                                       ^
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this =
behavior is deprecated [-Wdeprecated]
make[2]: *** [configure-stage1-gcc] Error 1
make[2]: *** Waiting for unfinished jobs....
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this =
behavior is deprecated [-Wdeprecated]
../../gcc-9.5.0/libcpp/charset.c:1341:8: warning: variable 'overflow' =
set but not used [-Wunused-but-set-variable]
 1341 |   bool overflow =3D false;
      |        ^
../../gcc-9.5.0/libcpp/charset.c:1464:4: warning: 'sprintf' is =
deprecated: This function is provided for compatibility reasons only.  =
Due to security concerns inherent in the design of sprintf(3), it is =
highly recommended that you use snprintf(3) instead. =
[-Wdeprecated-declarations]
 1464 |           sprintf(buf, "%03o", (int) c);
      |           ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has =
been explicitly marked deprecated here
  278 | __deprecated_msg("This function is provided for compatibility =
reasons only.  Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) instead.")
      | ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:48: note: expanded from =
macro '__deprecated_msg'
  227 |         #define __deprecated_msg(_msg) =
__attribute__((__deprecated__(_msg)))
      |                                                       ^
In file included from ../../gcc-9.5.0/libcpp/charset.c:22:
../../gcc-9.5.0/libcpp/include/cpplib.h:897:14: warning: private field =
'm_line_table' is not used [-Wunused-private-field]
  897 |   line_maps *m_line_table;
      |              ^
In file included from ../../gcc-9.5.0/libcpp/pch.c:19:
../../gcc-9.5.0/libcpp/system.h:439:9: warning: keyword is hidden by =
macro definition [-Wkeyword-macro]
  439 | #define true 1
      |         ^
../../gcc-9.5.0/libcpp/system.h:440:9: warning: keyword is hidden by =
macro definition [-Wkeyword-macro]
  440 | #define false 0
      |         ^
In file included from ../../gcc-9.5.0/libcpp/symtab.c:23:
../../gcc-9.5.0/libcpp/system.h:439:9: warning: keyword is hidden by =
macro definition [-Wkeyword-macro]
  439 | #define true 1
      |         ^
../../gcc-9.5.0/libcpp/system.h:440:9: warning: keyword is hidden by =
macro definition [-Wkeyword-macro]
  440 | #define false 0
      |         ^
8 warnings generated.
2 warnings generated.
In file included from ../../gcc-9.5.0/libcpp/traditional.c:20:
../../gcc-9.5.0/libcpp/system.h:439:9: warning: keyword is hidden by =
macro definition [-Wkeyword-macro]
  439 | #define true 1
      |         ^
../../gcc-9.5.0/libcpp/system.h:440:9: warning: keyword is hidden by =
macro definition [-Wkeyword-macro]
  440 | #define false 0
      |         ^
In file included from ../../gcc-9.5.0/libcpp/init.c:22:
../../gcc-9.5.0/libcpp/system.h:439:9: warning: keyword is hidden by =
macro definition [-Wkeyword-macro]
  439 | #define true 1
      |         ^
../../gcc-9.5.0/libcpp/system.h:440:9: warning: keyword is hidden by =
macro definition [-Wkeyword-macro]
  440 | #define false 0
      |         ^
2 warnings generated.
5 warnings generated.
2 warnings generated.
2 warnings generated.
rm -f libcpp.a
ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o =
files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o =
symtab.o traditional.o
ranlib libcpp.a
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
### execution of /tmp/fink.QE2yo failed, exit code 2
### execution of /tmp/fink.Cskwm failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-gcc9-9.5.0-1

Building gcc11:

patching file 'gcc/config/aarch64/aarch64.c'
patch: **** misordered hunks! output would be garbled
### execution of /tmp/fink.wlW3p failed, exit code 2
### execution of /tmp/fink.a7vng failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-gcc11-11.4.0-1


Building gcc12:

These again:
warning: unknown warning option '-Wshadow=3Dlocal' =
[-Wunknown-warning-option]

=E2=80=A6 and the mktemp warnings and a vfork warning=E2=80=A6

Here I=E2=80=99ll include what I think is the last g++ line, but I=E2=80=99=
m happy to provide any amount of output you=E2=80=99d care to review. =
There are so many other warnings generated earlier but I didn=E2=80=99t =
include them for brevity.

g++ -std=3Dc++11  -fPIE -c  -DIN_GCC_FRONTEND -g -DIN_GCC    =
-fno-strict-aliasing -fno-exceptions -fno-rtti =
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings =
-Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual =
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings =
-fno-common  -DHAVE_CONFIG_H -I. -Icp -I../../gcc-12.2.0/gcc =
-I../../gcc-12.2.0/gcc/cp -I../../gcc-12.2.0/gcc/../include =
-I../../gcc-12.2.0/gcc/../libcpp/include =
-I../../gcc-12.2.0/gcc/../libcody -I/opt/sw/include -I/opt/sw/include  =
-I../../gcc-12.2.0/gcc/../libdecnumber =
-I../../gcc-12.2.0/gcc/../libdecnumber/dpd -I../libdecnumber =
-I../../gcc-12.2.0/gcc/../libbacktrace -I/opt/sw/include =
-I/opt/sw/include -o cp/optimize.o -MT cp/optimize.o -MMD -MP -MF =
cp/.deps/optimize.TPo ../../gcc-12.2.0/gcc/cp/optimize.cc =
<http://optimize.cc/>

...

=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:687:55: error: too many =
arguments provided to function-like macro invocation
  687 | inline _LIBCPP_HIDE_FROM_ABI bool islower(_CharT __c, const =
locale& __loc) {
      |                                                       ^
../../gcc-12.2.0/gcc/../include/safe-ctype.h:134:9: note: macro =
'islower' defined here
  134 | #define islower(c) do_not_use_islower_with_safe_ctype
      |         ^
fatal error: too many errors emitted, stopping now [-ferror-limit=3D]
In file included from ../../gcc-12.2.0/gcc/cp/method.cc:30:
../../gcc-12.2.0/gcc/cgraph.h:1686:1: warning: 'cgraph_edge' defined as =
a class here but previously declared as a struct; this is valid, but may =
result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1686 | class GTY((chain_next ("%h.next_caller"), chain_prev =
("%h.prev_caller"),
      | ^
../../gcc-12.2.0/gcc/cgraph.h:855:1: note: did you mean class here?
  855 | struct cgraph_edge;
      | ^~~~~~
      | class
../../gcc-12.2.0/gcc/coretypes.h:144:1: note: did you mean class here?
  144 | struct cgraph_edge;
      | ^~~~~~
      | class
In file included from ../../gcc-12.2.0/gcc/cp/method.cc:30:
../../gcc-12.2.0/gcc/cgraph.h:2212:10: warning: struct 'cgraph_edge' was =
previously declared as a class; this is valid, but may result in linker =
errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2212 |   friend struct cgraph_edge;
      |          ^
../../gcc-12.2.0/gcc/cgraph.h:1687:16: note: previous use is here
 1687 |            for_user)) cgraph_edge
      |                       ^
../../gcc-12.2.0/gcc/cgraph.h:2212:10: note: did you mean class here?
 2212 |   friend struct cgraph_edge;
      |          ^~~~~~
      |          class
../../gcc-12.2.0/gcc/cgraph.h:2623:32: warning: struct 'cgraph_edge' was =
previously declared as a class; this is valid, but may result in linker =
errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2623 | void initialize_inline_failed (struct cgraph_edge *);
      |                                ^
../../gcc-12.2.0/gcc/cgraph.h:1687:16: note: previous use is here
 1687 |            for_user)) cgraph_edge
      |                       ^
../../gcc-12.2.0/gcc/cgraph.h:2623:32: note: did you mean class here?
 2623 | void initialize_inline_failed (struct cgraph_edge *);
      |                                ^~~~~~
      |                                class
../../gcc-12.2.0/gcc/cgraph.h:2624:28: warning: struct 'cgraph_edge' was =
previously declared as a class; this is valid, but may result in linker =
errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2624 | bool speculation_useful_p (struct cgraph_edge *e, bool =
anticipate_inlining);
      |                            ^
../../gcc-12.2.0/gcc/cgraph.h:1687:16: note: previous use is here
 1687 |            for_user)) cgraph_edge
      |                       ^
../../gcc-12.2.0/gcc/cgraph.h:2624:28: note: did you mean class here?
 2624 | bool speculation_useful_p (struct cgraph_edge *e, bool =
anticipate_inlining);
      |                            ^~~~~~
      |                            class
20 errors generated.
In file included from ../../gcc-12.2.0/gcc/cp/logic.cc:41:
In file included from ../../gcc-12.2.0/gcc/cp/cp-tree.h:40:
In file included from ../../gcc-12.2.0/gcc/c-family/c-common.h:24:
../../gcc-12.2.0/gcc/../libcpp/include/cpplib.h:1507:1: warning: =
'cpp_char_column_policy' defined as a struct here but previously =
declared as a class; this is valid, but may result in linker errors =
under the Microsoft C++ ABI [-Wmismatched-tags]
 1507 | struct cpp_char_column_policy
      | ^
../../gcc-12.2.0/gcc/input.h:64:1: note: did you mean struct here?
   64 | class cpp_char_column_policy;
      | ^~~~~
      | struct
make[3]: *** [cp/mapper-client.o] Error 1
make[3]: *** Waiting for unfinished jobs....
../../gcc-12.2.0/gcc/cp/mangle.cc:4590:3: warning: 'sprintf' is =
deprecated: This function is provided for compatibility reasons only.  =
Due to security concerns inherent in the design of sprintf(3), it is =
highly recommended that you use snprintf(3) instead. =
[-Wdeprecated-declarations]
 4590 |   sprintf (var_name, "%s%s%s", prefix, IDENTIFIER_POINTER =
(class_id), postfix);
      |   ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has =
been explicitly marked deprecated here
  278 | __deprecated_msg("This function is provided for compatibility =
reasons only.  Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended thatIn file included from  =
../../gcc-12.2.0/gcc/cp/logic.ccy:o41u:
In file included from ../../gcc-12.2.0/gcc/cp/cp-tree.h:41:
In file included from ../../gcc-12.2.0/gcc/diagnostic.h:24 :
us../../gcc-12.2.0/gcc/pretty-print.he: 430s:n3p:r inwarning: 'sprintf' =
is deprecated: This function is provided for compatibility reasons only. =
 Due to security concerns inherent in the design of sprintf(3), it is =
highly recommended that you use snprintf(3) instead. =
[-Wdeprecated-declarations]
tf(3)   430 |   pp_scalar (pp, HOST_WIDE_INT_PRINT_DEC, i);
      |   ^
../../gcc-12.2.0/gcc/pretty-print.h:329:7: note: expanded from macro =
'pp_scalar'
  329 |       sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
      |       ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has =
been explicitly marked deprecated here
  278 | __deprecated_imnssg("This tfead.")
      | ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:48: note: expanded from =
macro '__deprecated_msg'
unction   i227s |          p#rdoevfiidneed for compatibility reasons =
only.  D ue _t_od eprecated_msg(_mssg)e cu_r_iatttributy concerns =
inhe__((__deprecated__(_msg)))
      |                                                       ^
erent in the design of sprintf(3), it is highly recommended that you use =
snprintf(3) instead.")
      | ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:48: note: expanded from =
macro '__deprecated_msg'
  227 |         #define __deprecated_msg(_msg) =
__attribute__((__deprecated__(_msg)))
      |                                                       ^
In file included from ../../gcc-12.2.0/gcc/cp/module.cc:208:
In file included from ../../gcc-12.2.0/gcc/system.h:233:
In file included from =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:363:
In file included from =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:208:
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:478:3: error: =
'__abi_tag__' attribute only applies to structs, variables, functions, =
and namespaces
  478 |   _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { =
return do_toupper(__c); }
      |   ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:540:22: note: expanded =
from macro '_LIBCPP_HIDE_FROM_ABI'
  540 |       =
__attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
      |                      ^
In file included from ../../gcc-12.2.0/gcc/cp/module.cc:208:
In file included from ../../gcc-12.2.0/gcc/system.h:233:
In file included from =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:363:
In file included from =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:208:
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:478:57: error: expected =
';' at end of declaration list
  478 |   _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { =
return do_toupper(__c); }
      |                                                         ^

=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has =
been explicitly marked deprecated here
  278 | __deprecated_msg("This function is provided for compatibility =
reasons only.  Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) instead.")
      | ^
=
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:48: note: expanded from =
macro '__deprecated_msg'
  227 |         #define __deprecated_msg(_msg) =
__attribute__((__deprecated__(_msg)))
      |                                                       ^
10 warnings generated.
/bin/sh ../../gcc-12.2.0/gcc/../move-if-change tmp-attrtab.cc    =
insn-attrtab.cc
/bin/sh ../../gcc-12.2.0/gcc/../move-if-change tmp-dfatab.cc     =
insn-dfatab.cc
/bin/sh ../../gcc-12.2.0/gcc/../move-if-change tmp-latencytab.cc =
insn-latencytab.cc
echo timestamp > s-attrtab
rm gcc.pod
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
### execution of /tmp/fink.He3dW failed, exit code 2
### execution of /tmp/fink.sHqsx failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/opt/sw/bin/dpkg-lockwait -r fink-buildlock-gcc12-12.2.0-3



Please let me know if you have questions or suggestions! I included gcc9 =
because something I was testing required it=E2=80=A6 maybe r? Anyway, =
kind regards.




> On Sep 19, 2025, at 8:08=E2=80=AFPM, [email protected] wrote:
>=20
> Dear Robert Wyatt,
>=20
> It is interested thing, if realized by such looked easily operation.
>=20
> By the way, how about gcc11, gcc12 on MacOS 26.  I am afraid no one =
has been able to realize them on Sequoia.  If it is able to do, many =
applications pending on Sequoia required gcc12, gcc11 might be alive. =
Have you ever done the same operation for Sequoia?
>=20
> (Quote)
>=20
> I was able to install gcc14 onto MacOS 26 after adding 15.0 to the =
Distribution line in the info file:
>=20
> (Unquote)
>=20
> Ref) Fink-users Digest, Vol 231, Issue 3
>=20
> _______________________________________________
> Fink-beginners mailing list
> [email protected] =
<mailto:[email protected]>
> List archive:
> https://sourceforge.net/p/fink/mailman/fink-users/
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-beginners


--Apple-Mail=_A5151CAD-F222-409F-8949-446A954CCAAD
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html aria-label=3D"message body"><head><meta http-equiv=3D"content-type" =
content=3D"text/html; charset=3Dutf-8"></head><body =
style=3D"overflow-wrap: break-word; -webkit-nbsp-mode: space; =
line-break: after-white-space;">Hello Hanspeter,<div><br></div><div>Each =
of gcc9, gcc11, gcc12 all fail with the following (I=E2=80=99m happy to =
attempt anyone=E2=80=99s patches they may be working on, but haven=E2=80=99=
t dug through all the notes yet):</div><div><br></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">@ROBERTs-Mac-mini =
~ % fink list gcc; fink install gcc9; fink install gcc11; fink install =
gcc12</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">Information about =
16159 packages read in 0 seconds.</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; avr-gcc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
4.9.2-1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; GNU GCC for ATMEL AVR micro controllers</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; broken-gcc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.3-1&nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; [virtual package representing a broken gcc =
compiler]</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc11&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
11.4.0-1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; GNU Compiler Collection Version 11</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc11-compiler &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 11.4.0-1 &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Compiler =
Binaries for gcc11</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc11-shlibs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 11.4.0-1 &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Shared =
libraries for gcc11</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc12&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
12.2.0-3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; GNU Compiler Collection Version 12</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc12-compiler &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12.2.0-3 &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Compiler =
Binaries for gcc12</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc12-shlibs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 12.2.0-3 &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Shared =
libraries for gcc12</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;i &nbsp; =
gcc14&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 14.2.0-2 =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; GNU Compiler Collection Version 14</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;i &nbsp; =
gcc14-compiler &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 14.2.0-2 &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Compiler Binaries for =
gcc14</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;i &nbsp; =
gcc14-shlibs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 14.2.0-2 &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Shared libraries =
for gcc14</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc4.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
4.2-0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; [virtual package representing the gcc 4.2 =
compiler]</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc9 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
9.5.0-1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; GNU Compiler Collection Version 9</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc9-compiler&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 9.5.0-1&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
Compiler Binaries for gcc9</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; gcc9-shlibs&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 9.5.0-1&nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; Shared libraries for gcc9</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; m681x-gcc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.3.6-3&nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; For Motorola 68hc11/12 micro controllers</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; =
&nbsp; msp430-gcc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.6.3-20120406-2 =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GNU GCC for for Texas =
Instruments MSP430 MCU</span></p></div><div><br></div><div>Building gcc9 =
(the others follow):</div><blockquote style=3D"margin: 0 0 0 40px; =
border: none; padding: 0px;"><div><br></div><div>Various types of =
warnings about mktemp and</div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>unknown warning =
option '-Wshadow=3Dlocal' =
[-Wunknown-warning-option]</b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b><br></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">g++ -std=3Dgnu++98&nbsp; -I../../gcc-9.5.0/libcpp =
-I. -I../../gcc-9.5.0/libcpp/../include -I../../gcc-9.5.0/libcpp/include =
-I/opt/sw/include -g&nbsp; -W -Wall -Wno-narrowing -Wwrite-strings =
-Wmissing-format-attribute -pedantic -Wno-long-long&nbsp; =
-fno-exceptions -fno-rtti -I../../gcc-9.5.0/libcpp -I. =
-I../../gcc-9.5.0/libcpp/../include -I../../gcc-9.5.0/libcpp/include =
-I/opt/sw/include&nbsp; -c -o init.o -MT init.o -MMD -MP -MF =
.deps/init.Tpo ../../gcc-9.5.0/libcpp/init.c</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">2 warnings =
generated.</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><u>*** Configuration arm-apple-darwin25.0.0 not =
supported</u></span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">2 warnings generated.</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">clang++: =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>treating 'c' =
input as 'c++' when in C++ mode, this behavior is deprecated =
[-Wdeprecated]</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1718:8: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>result of =
comparison against a string literal is unspecified (use an explicit =
string comparison function instead) =
[-Wstring-compare]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1718 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; BUF_APPEND (</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">"\\"</span><span =
style=3D"font-variant-ligatures: no-common-ligatures">, </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">1</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">);</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^~~~~~~~~~~~~~~~~~~~</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1688:30: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">expanded from macro =
'BUF_APPEND'</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1688 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &amp;&amp; (</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">const</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> uchar *)(STR) !=3D =
base &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; \</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; ~~~~~~~~~~~~~~~~~~~~ ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1727:5: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>result of =
comparison against a string literal is unspecified (use an explicit =
string comparison function instead) =
[-Wstring-compare]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1727 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; BUF_APPEND (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #39c026">" =
"</span><span style=3D"font-variant-ligatures: no-common-ligatures">, =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #39c026">1</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">);</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^~~~~~~~~~~~~~~~~~~</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1688:30: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">expanded from macro =
'BUF_APPEND'</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1688 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &amp;&amp; (</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">const</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> uchar *)(STR) !=3D =
base &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; \</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; ~~~~~~~~~~~~~~~~~~~~ ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1730:8: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>result of =
comparison against a string literal is unspecified (use an explicit =
string comparison function instead) =
[-Wstring-compare]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1730 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; BUF_APPEND (</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">"\n"</span><span =
style=3D"font-variant-ligatures: no-common-ligatures">, </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">1</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">);</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^~~~~~~~~~~~~~~~~~~~</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1688:30: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">expanded from macro =
'BUF_APPEND'</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1688 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &amp;&amp; (</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">const</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> uchar *)(STR) !=3D =
base &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; \</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; ~~~~~~~~~~~~~~~~~~~~ ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1753:5: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>result of =
comparison against a string literal is unspecified (use an explicit =
string comparison function instead) =
[-Wstring-compare]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1753 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; BUF_APPEND (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">"??"</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">, </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">2</span><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">);</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^~~~~~~~~~~~~~~~~~~~</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1688:30: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">expanded from macro =
'BUF_APPEND'</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1688 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &amp;&amp; (</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">const</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> uchar *)(STR) !=3D =
base &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; \</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; ~~~~~~~~~~~~~~~~~~~~ ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1762:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>result of =
comparison against a string literal is unspecified (use an explicit =
string comparison function instead) =
[-Wstring-compare]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1762 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BUF_APPEND (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">"/"</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">, </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">1</span><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">);</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^~~~~~~~~~~~~~~~~~~</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:1688:30: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">expanded from macro =
'BUF_APPEND'</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1688 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &amp;&amp; (</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">const</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> uchar *)(STR) !=3D =
base &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; \</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; ~~~~~~~~~~~~~~~~~~~~ ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">9 warnings =
generated.</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">clang++: </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#db27da"><b>warning: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>treating 'c' input as 'c++' when in C++ mode, =
this behavior is deprecated =
[-Wdeprecated]</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/lex.c:3519:7: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>'sprintf' is =
deprecated: This function is provided for compatibility reasons =
only.&nbsp; Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) instead. =
[-Wdeprecated-declarations]</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;3519 | =
&nbsp; &nbsp; &nbsp; sprintf ((</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">char</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> *) result, </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">"#%s "</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">, dir_name);</span></p></div><div><p style=3D"margin:=
 0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>&nbsp; &nbsp; &nbsp; ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">'sprintf' has been explicitly marked deprecated =
here</span></p></div><div><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; 278 | =
__deprecated_msg(</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">"This function is provided for compatibility =
reasons only.&nbsp; Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) =
instead."</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">)</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; | </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: =
#39c026"><b>^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:4=
8: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #38b9c7"><b>note: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures">expanded from =
macro '__deprecated_msg'</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 227 | &nbsp; &nbsp; &nbsp; &nbsp; #define =
__deprecated_msg(_msg) </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">__attribute__</span><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">((__deprecated__(_msg)))</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">clang++: =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>treating 'c' =
input as 'c++' when in C++ mode, this behavior is deprecated =
[-Wdeprecated]</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">make[2]: *** [configure-stage1-gcc] Error =
1</span></p></div><div><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">make[2]: *** Waiting for unfinished =
jobs....</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">clang++: </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#db27da"><b>warning: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>treating 'c' input as 'c++' when in C++ mode, =
this behavior is deprecated =
[-Wdeprecated]</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/charset.c:1341:8: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>variable =
'overflow' set but not used =
[-Wunused-but-set-variable]</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;1341 | =
&nbsp; </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">bool</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> overflow =3D =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #39c026">false</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">;</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; |&nbsp;</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b> &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/charset.c:1464:4: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>'sprintf' is =
deprecated: This function is provided for compatibility reasons =
only.&nbsp; Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) instead. =
[-Wdeprecated-declarations]</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;1464 | =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sprintf(buf, </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">"%03o"</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">, (</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">int</span><span =
style=3D"font-variant-ligatures: no-common-ligatures">) =
c);</span></p></div><div><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin:=
 0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">'sprintf' has been explicitly marked deprecated =
here</span></p></div><div><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; 278 | =
__deprecated_msg(</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">"This function is provided for compatibility =
reasons only.&nbsp; Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) =
instead."</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">)</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; | </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: =
#39c026"><b>^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:4=
8: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #38b9c7"><b>note: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures">expanded from =
macro '__deprecated_msg'</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 227 | &nbsp; &nbsp; &nbsp; &nbsp; #define =
__deprecated_msg(_msg) </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">__attribute__</span><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">((__deprecated__(_msg)))</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">In file included =
from ../../gcc-9.5.0/libcpp/charset.c:22:</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/include/cpplib.h:897:14: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>private field =
'm_line_table' is not used =
[-Wunused-private-field]</b><b></b></span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; 897 | =
&nbsp; line_maps *m_line_table;</span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^</b><b></b></span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-9.5.0/libcpp/pch.c:19:</span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/system.h:439:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>keyword is =
hidden by macro definition =
[-Wkeyword-macro]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 439 | #define </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">true</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">1</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/system.h:440:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>keyword is =
hidden by macro definition =
[-Wkeyword-macro]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 440 | #define </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">false</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">0</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-9.5.0/libcpp/symtab.c:23:</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/system.h:439:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>keyword is =
hidden by macro definition =
[-Wkeyword-macro]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 439 | #define </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">true</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">1</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/system.h:440:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>keyword is =
hidden by macro definition =
[-Wkeyword-macro]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 440 | #define </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">false</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">0</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">8 warnings generated.</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">2 warnings =
generated.</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-9.5.0/libcpp/traditional.c:20:</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/system.h:439:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>keyword is =
hidden by macro definition =
[-Wkeyword-macro]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 439 | #define </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">true</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">1</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/system.h:440:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>keyword is =
hidden by macro definition =
[-Wkeyword-macro]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 440 | #define </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">false</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">0</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-9.5.0/libcpp/init.c:22:</span></p></div><div><p style=3D"margin:=
 0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/system.h:439:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>keyword is =
hidden by macro definition =
[-Wkeyword-macro]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 439 | #define </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">true</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">1</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-9.5.0/libcpp/system.h:440:9: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>keyword is =
hidden by macro definition =
[-Wkeyword-macro]</b><b></b></span></p></div><div><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 440 | #define </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">false</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">0</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">2 warnings generated.</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">5 warnings =
generated.</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">2 warnings generated.</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">2 warnings =
generated.</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">rm -f libcpp.a</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">ar cru libcpp.a =
charset.o directives.o directives-only.o errors.o expr.o files.o =
identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o =
traditional.o</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">ranlib libcpp.a</span></p></div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">make[1]: *** =
[stage1-bubble] Error 2</span></p></div><div><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">make: *** [bootstrap] Error =
2</span></p></div><div><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">### execution of /tmp/fink.QE2yo failed, exit code =
2</span></p></div><div><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">### execution of /tmp/fink.Cskwm failed, exit code =
2</span></p></div><div><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">Removing runtime =
build-lock...</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">Removing build-lock =
package...</span></p></div><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">/opt/sw/bin/dpkg-lockwait -r =
fink-buildlock-gcc9-9.5.0-1</span></p></div></blockquote><div><p =
style=3D"margin: 0px; font-width: normal; font-size: 11px; line-height: =
normal; font-family: Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">












































































































</span></p></div><div><br></div><div>Building =
gcc11:</div><div><br></div><blockquote style=3D"margin: 0 0 0 40px; =
border: none; padding: 0px;"><div><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">patching file =
'gcc/config/aarch64/aarch64.c'</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">patch: **** =
misordered hunks! output would be garbled</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">### execution of =
/tmp/fink.wlW3p failed, exit code 2</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">### execution of =
/tmp/fink.a7vng failed, exit code 2</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">Removing runtime =
build-lock...</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">Removing =
build-lock package...</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">/opt/sw/bin/dpkg-lockwait -r =
fink-buildlock-gcc11-11.4.0-1</span></p></div><div><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><br></span></div></blockquote><div><br></div><div>Bui=
lding gcc12:</div><div><br></div><blockquote style=3D"margin: 0 0 0 =
40px; border: none; padding: 0px;"><div>These again:</div><div><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#db27da"><b>warning: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>unknown warning option '-Wshadow=3Dlocal' =
[-Wunknown-warning-option]</b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b><br></b></span></p><p style=3D"margin: 0px; =
font-width: normal; line-height: normal; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures;"><b><font color=3D"#000000" face=3D"Menlo"><span =
style=3D"caret-color: rgb(0, 0, 0); font-size: 11px;">=E2=80=A6</span><spa=
n style=3D"font-size: 11px;">&nbsp;and the mktemp warnings and a =
v</span></font></b></span><font color=3D"#000000" face=3D"Menlo"><b><span =
style=3D"font-size: 11px;">fork warning=E2=80=A6</span></b></font></p><p =
style=3D"margin: 0px; font-width: normal; line-height: normal; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures;"><b><font color=3D"#000000" face=3D"Menlo"><span =
style=3D"font-size: 11px;"><br></span></font></b></span></p><p =
style=3D"margin: 0px; font-width: normal; line-height: normal; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures;"><b><font color=3D"#000000" face=3D"Menlo"><span =
style=3D"font-size: 11px;">Here I=E2=80=99ll include what I think is the =
last g++ line, but I=E2=80=99m happy to provide any amount of output =
you=E2=80=99d care to review. There are so many other warnings generated =
earlier but I didn=E2=80=99t include them for =
brevity.</span></font></b></span></p><p style=3D"margin: 0px; =
font-width: normal; line-height: normal; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures;"><b><font color=3D"#000000" face=3D"Menlo"><span =
style=3D"font-size: 11px;"><br></span></font></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">g++ =
-std=3Dc++11&nbsp; -fPIE -c&nbsp; -DIN_GCC_FRONTEND -g -DIN_GCC&nbsp; =
&nbsp; -fno-strict-aliasing -fno-exceptions -fno-rtti =
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings =
-Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual =
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings =
-fno-common&nbsp; -DHAVE_CONFIG_H -I. -Icp -I../../gcc-12.2.0/gcc =
-I../../gcc-12.2.0/gcc/cp -I../../gcc-12.2.0/gcc/../include =
-I../../gcc-12.2.0/gcc/../libcpp/include =
-I../../gcc-12.2.0/gcc/../libcody -I/opt/sw/include =
-I/opt/sw/include&nbsp; -I../../gcc-12.2.0/gcc/../libdecnumber =
-I../../gcc-12.2.0/gcc/../libdecnumber/dpd -I../libdecnumber =
-I../../gcc-12.2.0/gcc/../libbacktrace -I/opt/sw/include =
-I/opt/sw/include -o cp/optimize.o -MT cp/optimize.o -MMD -MP -MF =
cp/.deps/optimize.TPo ../../gcc-12.2.0/gcc/cp/<a =
href=3D"http://optimize.cc">optimize.cc</a></span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><br></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">...</span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><br></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:6=
87:55: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #ca3323"><b>error: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>too many =
arguments provided to function-like macro =
invocation</b><b></b></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 687 | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">inline</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> _LIBCPP_HIDE_FROM_ABI </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">bool</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> islower(_CharT __c, </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">const</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> locale&amp; __loc) {</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/../include/safe-ctype.h:134:9=
: </b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">macro 'islower' defined here</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; 134 | =
#define islower(c) do_not_use_islower_with_safe_ctype</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; ^</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #ca3323"><b>fatal error: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>too many errors =
emitted, stopping now [-ferror-limit=3D]</b><b></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">In file included =
from ../../gcc-12.2.0/gcc/cp/method.cc:30:</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:1686:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>'cgraph_edge' =
defined as a class here but previously declared as a struct; this is =
valid, but may result in linker errors under the Microsoft C++ ABI =
[-Wmismatched-tags]</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1686 | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">class</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> GTY((chain_next (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">"%h.next_caller"</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">), chain_prev (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">"%h.prev_caller"</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">),</span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>^</b><b></b></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:855:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">did you mean class here?</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; 855 | =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #5620f4">struct</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cgraph_edge;</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>^~~~~~</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">class</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/coretypes.h:144:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">did you mean class here?</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; 144 | =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #5620f4">struct</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cgraph_edge;</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>^~~~~~</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">class</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/cp/method.cc:30:</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:2212:10: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>struct =
'cgraph_edge' was previously declared as a class; this is valid, but may =
result in linker errors under the Microsoft C++ ABI =
[-Wmismatched-tags]</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;2212 | &nbsp; </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">friend</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">struct</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> =
cgraph_edge;</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; =
^</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:1687:16: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">previous use is here</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1687 |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; for_user)) cgraph_edge</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:2212:10: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">did you mean class here?</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;2212 | =
&nbsp; </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">friend</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">struct</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cgraph_edge;</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; =
^~~~~~</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> &nbsp; &nbsp; &nbsp; &nbsp; class</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:2623:32: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>struct =
'cgraph_edge' was previously declared as a class; this is valid, but may =
result in linker errors under the Microsoft C++ ABI =
[-Wmismatched-tags]</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;2623 | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">void</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> initialize_inline_failed (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">struct</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cgraph_edge *);</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:1687:16: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">previous use is here</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1687 |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; for_user)) cgraph_edge</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:2623:32: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">did you mean class here?</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;2623 | =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #5620f4">void</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> initialize_inline_failed (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">struct</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cgraph_edge *);</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^~~~~~</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
class</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:2624:28: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>struct =
'cgraph_edge' was previously declared as a class; this is valid, but may =
result in linker errors under the Microsoft C++ ABI =
[-Wmismatched-tags]</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;2624 | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">bool</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> speculation_useful_p (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">struct</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cgraph_edge *e, </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">bool</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> anticipate_inlining);</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:1687:16: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">previous use is here</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1687 |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; for_user)) cgraph_edge</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cgraph.h:2624:28: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">did you mean class here?</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;2624 | =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #5620f4">bool</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> speculation_useful_p (</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">struct</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cgraph_edge *e, </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">bool</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> anticipate_inlining);</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
^~~~~~</b><b></b></span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; class</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">20 errors =
generated.</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/cp/logic.cc:41:</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/cp/cp-tree.h:40:</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/c-family/c-common.h:24:</span></p><p style=3D"margin:=
 0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/../libcpp/include/cpplib.h:15=
07:1: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>'cpp_char_column_policy' defined as a struct =
here but previously declared as a class; this is valid, but may result =
in linker errors under the Microsoft C++ ABI =
[-Wmismatched-tags]</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;1507 | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">struct</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cpp_char_column_policy</span></p><p style=3D"margin:=
 0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>^</b><b></b></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/input.h:64:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">did you mean struct here?</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp;&nbsp; 64 | =
</span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #5620f4">class</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> cpp_char_column_policy;</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; | </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026"><b>^~~~~</b><b></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; &nbsp; =
&nbsp; | </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #39c026">struct</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">make[3]: *** [cp/mapper-client.o] Error =
1</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">make[3]: *** Waiting for unfinished =
jobs....</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/cp/mangle.cc:4590:3: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>'sprintf' is =
deprecated: This function is provided for compatibility reasons =
only.&nbsp; Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) instead. =
[-Wdeprecated-declarations]</b><b></b></span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp;4590 | &nbsp; sprintf (var_name, </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">"%s%s%s"</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">, prefix, IDENTIFIER_POINTER (class_id), =
postfix);</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>&nbsp; ^</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">'sprintf' has been explicitly marked deprecated =
here</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; 278 | =
__deprecated_msg(</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">"This function is provided for compatibility =
reasons only.&nbsp; Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended thatIn file included from&nbsp; =
../../gcc-12.2.0/gcc/cp/logic.ccy:o41u:</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/cp/cp-tree.h:41:</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/diagnostic.h:24 :</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: =
#39c026">u<b>s../../gcc-12.2.0/gcc/pretty-print.he: 430s:n3p:r =
i</b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures">n</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #db27da"><b>warning: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>'sprintf' is =
deprecated: This function is provided for compatibility reasons =
only.&nbsp; Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) instead. =
[-Wdeprecated-declarations]</b><b></b></span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">tf(3) &nbsp; 430 | &nbsp; pp_scalar (pp, =
HOST_WIDE_INT_PRINT_DEC, i);</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>&nbsp; ^</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>../../gcc-12.2.0/gcc/pretty-print.h:329:7: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">expanded from macro 'pp_scalar'</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">&nbsp; 329 | =
&nbsp; &nbsp; &nbsp; sprintf (pp_buffer (PP)-&gt;digit_buffer, FORMAT, =
SCALAR); \</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>&nbsp; &nbsp; &nbsp; ^</b><b></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">'sprintf' has been explicitly marked deprecated =
here</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 278 | __deprecated_imnssg(</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026">"This tfead."</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">)</span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>^</b><b></b></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:4=
8: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #38b9c7"><b>note: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures">expanded from =
macro '__deprecated_msg'</span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">unction &nbsp; i227s |&nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; p#rdoevfiidneed for compatibility reasons only.&nbsp; D ue _t_od =
eprecated_msg(_mssg)e c</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">u_r_iatttributy concerns =
inhe__</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">((__deprecated__(_msg)))</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">erent in the =
design of sprintf(3), it is highly recommended that you use snprintf(3) =
instead.")</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>^</b><b></b></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:4=
8: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #38b9c7"><b>note: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures">expanded from =
macro '__deprecated_msg'</span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 227 | &nbsp; &nbsp; &nbsp; &nbsp; #define =
__deprecated_msg(_msg) </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">__attribute__</span><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">((__deprecated__(_msg)))</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">In file included =
from ../../gcc-12.2.0/gcc/cp/module.cc:208:</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/system.h:233:</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:363:</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">In file included =
from =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:208:</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:4=
78:3: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #ca3323"><b>error: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>'__abi_tag__' =
attribute only applies to structs, variables, functions, and =
namespaces</b><b></b></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 478 | &nbsp; _LIBCPP_HIDE_FROM_ABI char_type =
toupper(char_type __c) </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">const</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> { </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">return</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> do_toupper(__c); }</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>&nbsp; ^</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:5=
40:22: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #38b9c7"><b>note: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures">expanded from =
macro '_LIBCPP_HIDE_FROM_ABI'</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 540 | &nbsp; &nbsp; &nbsp; </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">__attribute__</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE)=
)))</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; =
|&nbsp;</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/cp/module.cc:208:</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
../../gcc-12.2.0/gcc/system.h:233:</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">In file included from =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:363:</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">In file included =
from =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel=
oper/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:208:</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:4=
78:57: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #ca3323"><b>error: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>expected ';' at =
end of declaration list</b><b></b></span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 478 | &nbsp; _LIBCPP_HIDE_FROM_ABI char_type =
toupper(char_type __c) </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">const</span><span =
style=3D"font-variant-ligatures: no-common-ligatures"> { </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#5620f4">return</span><span style=3D"font-variant-ligatures: =
no-common-ligatures"> do_toupper(__c); }</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><br></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: =
</b></span><span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #38b9c7"><b>note: </b></span><span style=3D"font-variant-ligatures:=
 no-common-ligatures">'sprintf' has been explicitly marked deprecated =
here</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(57, 192, 38);"><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">&nbsp; 278 | =
__deprecated_msg(</span><span style=3D"font-variant-ligatures: =
no-common-ligatures">"This function is provided for compatibility =
reasons only.&nbsp; Due to security concerns inherent in the design of =
sprintf(3), it is highly recommended that you use snprintf(3) =
instead."</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #000000">)</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#39c026"><b>^</b><b></b></span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures"><b>/Applications/Xcode.app/Contents/Developer/Platfor=
ms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:227:4=
8: </b></span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #38b9c7"><b>note: </b></span><span =
style=3D"font-variant-ligatures: no-common-ligatures">expanded from =
macro '__deprecated_msg'</span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">&nbsp; 227 | &nbsp; &nbsp; &nbsp; &nbsp; #define =
__deprecated_msg(_msg) </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #5620f4">__attribute__</span><span =
style=3D"font-variant-ligatures: =
no-common-ligatures">((__deprecated__(_msg)))</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(57, 192, 38);"><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: =
#000000">&nbsp; &nbsp; &nbsp; | </span><span =
style=3D"font-variant-ligatures: no-common-ligatures"><b>&nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b><b></b></span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">10 warnings =
generated.</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">/bin/sh ../../gcc-12.2.0/gcc/../move-if-change =
tmp-attrtab.cc&nbsp; &nbsp; insn-attrtab.cc</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">/bin/sh ../../gcc-12.2.0/gcc/../move-if-change =
tmp-dfatab.cc &nbsp; &nbsp; insn-dfatab.cc</span></p><p style=3D"margin: =
0px; font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">/bin/sh ../../gcc-12.2.0/gcc/../move-if-change =
tmp-latencytab.cc insn-latencytab.cc</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">echo timestamp &gt; s-attrtab</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">rm =
gcc.pod</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">make[2]: *** [all-stage1-gcc] Error 2</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">make[1]: *** =
[stage1-bubble] Error 2</span></p><p style=3D"margin: 0px; font-style: =
normal; font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">make: *** [bootstrap] Error 2</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">### execution of =
/tmp/fink.He3dW failed, exit code 2</span></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">### execution of /tmp/fink.sHqsx failed, exit code =
2</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">Removing runtime build-lock...</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-width: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal; color: rgb(0, 0, 0);"><span =
style=3D"font-variant-ligatures: no-common-ligatures">Removing =
build-lock package...</span></p><p style=3D"margin: 0px; font-width: =
normal; line-height: normal; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: no-common-ligatures;">
































































































































































































































































































































































































































































































































































































































































































































</span></p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal; color: =
rgb(0, 0, 0);"><span style=3D"font-variant-ligatures: =
no-common-ligatures">/opt/sw/bin/dpkg-lockwait -r =
fink-buildlock-gcc12-12.2.0-3</span></p><p style=3D"margin: 0px; =
font-width: normal; line-height: normal; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures;"><b><font color=3D"#000000" face=3D"Menlo"><span =
style=3D"font-size: =
11px;"><br></span></font></b></span></p></div><div><br></div></blockquote>=
<div><br></div><div>Please let me know if you have questions or =
suggestions! I included gcc9 because something I was testing required =
it=E2=80=A6 maybe r? Anyway, kind =
regards.</div><div><br></div><div><br></div><div><br =
id=3D"lineBreakAtBeginningOfMessage"><div><br><blockquote =
type=3D"cite"><div>On Sep 19, 2025, at 8:08=E2=80=AFPM, [email protected] =
wrote:</div><br class=3D"Apple-interchange-newline"><div><meta =
http-equiv=3D"content-type" content=3D"text/html; charset=3Dus-ascii"><div=
 style=3D"overflow-wrap: break-word; -webkit-nbsp-mode: space; =
line-break: after-white-space;"><font face=3D"Menlo" style=3D"font-size: =
14px;">Dear Robert Wyatt,</font><div><font face=3D"Menlo" =
style=3D"font-size: 14px;"><br></font></div><div><font face=3D"Menlo" =
style=3D"font-size: 14px;">It is interested thing, if realized by such =
looked&nbsp;easily&nbsp;operation.</font></div><div><font face=3D"Menlo" =
style=3D"font-size: 14px;"><br></font></div><div><font face=3D"Menlo" =
style=3D"font-size: 14px;">By the way, how about gcc11, gcc12 =
on&nbsp;</font><font face=3D"Menlo"><span style=3D"font-size: =
14px;">MacOS 26</span></font><font face=3D"Menlo" style=3D"font-size: =
14px;">. &nbsp;I am afraid no one has been able to realize them on =
Sequoia. &nbsp;If it is able to do, many applications pending on Sequoia =
required gcc12, gcc11 might be alive. Have you ever done the same =
operation for Sequoia?<br></font><div><font face=3D"Menlo" =
style=3D"font-size: 14px;"><br></font><div><font face=3D"Menlo" =
style=3D"font-size: 14px;">(Quote)</font></div><div><font face=3D"Menlo" =
style=3D"font-size: 14px;"><br><meta http-equiv=3D"content-type" =
content=3D"text/html; charset=3Dus-ascii"></font><div =
style=3D"overflow-wrap: break-word; -webkit-nbsp-mode: space; =
line-break: after-white-space;"><font face=3D"Menlo" style=3D"font-size: =
14px;">I was able to install gcc14 onto MacOS 26 after adding 15.0 to =
the Distribution line in the info file:</font><div><font face=3D"Menlo" =
style=3D"font-size: 14px;"><br></font></div><div><font face=3D"Menlo" =
style=3D"font-size: 14px;">(Unquote)</font></div><div><font face=3D"Menlo"=
 style=3D"font-size: 14px;"><br></font></div><div><font =
face=3D"Menlo"><span style=3D"font-size: =
14px;">Ref)&nbsp;</span></font><span style=3D"font-size: 14px;"><font =
face=3D"Menlo">Fink-users Digest, Vol 231, Issue =
3</font></span></div><div><div style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-width: normal; line-height: normal; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"></div></div></div></div><div><div =
style=3D"overflow-wrap: break-word; -webkit-nbsp-mode: space; =
line-break: after-white-space;"><div><div style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-width: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: =
normal;"><br></div></div></div></div></div>_______________________________=
________________<br>Fink-beginners mailing list<br><a =
href=3D"mailto:[email protected]">Fink-beginners@lists.=
sourceforge.net</a><br>List archive:<br><a =
href=3D"https://sourceforge.net/p/fink/mailman/fink-users/">https://source=
forge.net/p/fink/mailman/fink-users/</a><br>Subscription =
management:<br><a =
href=3D"https://lists.sourceforge.net/lists/listinfo/fink-beginners">https=
://lists.sourceforge.net/lists/listinfo/fink-beginners</a></div></div></di=
v></blockquote></div><br></div></body></html>=

--Apple-Mail=_A5151CAD-F222-409F-8949-446A954CCAAD--


--===============0088832211939965692==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============0088832211939965692==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners
--===============0088832211939965692==--