[../../gpc/gcc-3.4.4/gcc/p/Make-lang.in:634 : p/declarations.o] Erreur 1

Paul Dufresne <[email protected]> Sun, 28 Feb 2021 13:37:20 -0500
Newsgroups gmane.comp.compilers.gpc
Message-ID <[email protected]>
--===============6671699819123440193==
Content-Type: multipart/alternative; 
	boundary="----=_Part_357851_1903150625.1614537440218"

------=_Part_357851_1903150625.1614537440218
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi!=20

Just tried to compiled gpc.



Used http://www.gnu-pascal.de/alpha/gpc-20050331-minimal.tar.bz2

and http://www.gnu-pascal.de/alpha/gcc-core-3.4.4.tar.bz2



Using:=20

paul@jacko:~/gpc-build$ gcc --version

gcc (Ubuntu 10.2.0-13ubuntu1) 10.2.0



And got:

[...]

In file included from ../../gpc/gcc-3.4.4/gcc/p/declarations.c:29:

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98pushdecl_imp=
ort=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1062:3: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A01062 |=C2=A0=C2=A0 gcc_assert (!PASCAL_DECL_WEAK (x));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1076:30: warning: comparison betwe=
en =E2=80=98enum tree_code=E2=80=99 and =E2=80=98enum pascal_tree_code=E2=
=80=99 [-Wenum-compare]

=C2=A01076 |=C2=A0=C2=A0 if (old && TREE_CODE (old) =3D=3D OPERATOR_DECL &&=
 TREE_CODE (x) =3D=3D OPERATOR_DECL)

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1076:64: warning: comparison betwe=
en =E2=80=98enum tree_code=E2=80=99 and =E2=80=98enum pascal_tree_code=E2=
=80=99 [-Wenum-compare]

=C2=A01076 |=C2=A0=C2=A0 if (old && TREE_CODE (old) =3D=3D OPERATOR_DECL &&=
 TREE_CODE (x) =3D=3D OPERATOR_DECL)

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~

In file included from ../../gpc/gcc-3.4.4/gcc/p/declarations.c:29:

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98declare_labe=
l=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1142:3: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A01142 |=C2=A0=C2=A0 gcc_assert (!EM (label));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98lookup_name=
=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1324:31: warning: comparison betwe=
en =E2=80=98enum tree_code=E2=80=99 and =E2=80=98enum pascal_tree_code=E2=
=80=99 [-Wenum-compare]

=C2=A01324 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 if (t && (TREE_CODE (t) =
=3D=3D OPERATOR_DECL && PASCAL_BUILTIN_OPERATOR (t)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~

In file included from ../../gpc/gcc-3.4.4/gcc/p/declarations.c:29:

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98get_unique_i=
dentifier=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1490:3: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A01490 |=C2=A0=C2=A0 gcc_assert (*template >=3D 'a' && *template <=3D '=
z');

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98check_identi=
fier=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1557:7: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A01557 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc_assert (DECL_INITIAL (=
decl));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~=
~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98lookup_c_typ=
e=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:70:71: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 70 | #define gcc_unreachable() (assert_fail ("unreachable code=
", __FILE__, __PRETTY_FUNCTION__, __LINE__))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0 ^~~~~~~~~~~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1625:3: note: in expansion of macr=
o =E2=80=98gcc_unreachable=E2=80=99

=C2=A01625 |=C2=A0=C2=A0 gcc_unreachable ();

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98make_real=E2=
=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1636:3: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A01636 |=C2=A0=C2=A0 gcc_assert (r > 0);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1638:3: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A01638 |=C2=A0=C2=A0 gcc_assert (TREE_TYPE (res) =3D=3D double_type_nod=
e);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98init_decl_pr=
ocessing=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1816:3: error: =E2=80=98set_word_s=
ize=E2=80=99 undeclared (first use in this function); did you mean =E2=80=
=98set_mem_size=E2=80=99?

=C2=A01816 |=C2=A0=C2=A0 set_word_size =3D set_alignment =3D TYPE_PRECISION=
 (long_unsigned_type_node);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~~~~

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 set_mem_size

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1816:3: note: each undeclared iden=
tifier is reported only once for each function it appears in

../../gpc/gcc-3.4.4/gcc/p/declarations.c:1817:3: error: =E2=80=98set_words_=
big_endian=E2=80=99 undeclared (first use in this function)

=C2=A01817 |=C2=A0=C2=A0 set_words_big_endian =3D 0;

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~~~~~~~~~~~

In file included from ../../gpc/gcc-3.4.4/gcc/p/declarations.c:29:

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98find_duplica=
te_fields=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2082:9: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A02082 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc_assert (du=
p);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98declare_rout=
ine=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2419:3: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A02419 |=C2=A0=C2=A0 gcc_assert (!EM (d));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98build_operat=
or_heading=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2530:34: warning: implicit convers=
ion from =E2=80=98enum pascal_tree_code=E2=80=99 to =E2=80=98enum tree_code=
=E2=80=99 [-Wenum-conversion]

=C2=A02530 |=C2=A0=C2=A0 placeholder_decl =3D build_decl (OPERATOR_DECL, na=
me, void_type_node);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 ^~~~~~~~~~~~~

In file included from ../../gpc/gcc-3.4.4/gcc/p/declarations.c:29:

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98start_routin=
e=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2714:9: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A02714 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc_assert (ID=
ENTIFIER_IS_BUILT_IN (TREE_VALUE (dir), p_attribute));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2753:3: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A02753 |=C2=A0=C2=A0 gcc_assert (!EM (decl));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2798:7: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A02798 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc_assert (!DECL_RTL_SET_=
P (parm));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~=
~~~~

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2824:5: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A02824 |=C2=A0=C2=A0=C2=A0=C2=A0 gcc_assert (!resvar);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2851:11: note: in expansion of mac=
ro =E2=80=98gcc_assert=E2=80=99

=C2=A02851 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gc=
c_assert (TREE_CODE (v) =3D=3D COMPONENT_REF);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98finish_routi=
ne=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:74:101: warning: right-hand operand of comm=
a expression has no effect [-Wunused-value]

=C2=A0=C2=A0 74 | #define abort_confused() (error ("confused by previous er=
rors, bailing out"), exit (FATAL_EXIT_CODE), 0)

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:2952:5: note: in expansion of macr=
o =E2=80=98abort_confused=E2=80=99

=C2=A02952 |=C2=A0=C2=A0=C2=A0=C2=A0 abort_confused ();

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98declare_type=
s=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:3110:9: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A03110 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc_assert (!E=
M (decl));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98shadow_one_l=
evel=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:3129:3: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A03129 |=C2=A0=C2=A0 gcc_assert (TYPE_SIZE (TREE_TYPE (element)) && !PA=
SCAL_TYPE_UNDISCRIMINATED_SCHEMA (TREE_TYPE (element)));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98declare_vari=
ables=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:3451:11: note: in expansion of mac=
ro =E2=80=98gcc_assert=E2=80=99

=C2=A03451 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gc=
c_assert (!init);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:3578:7: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A03578 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc_assert (!EM (d));

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~=
~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98new_string_b=
y_model=E2=80=99:

../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]

=C2=A0=C2=A0 68 |=C2=A0=C2=A0 ((void) ((expression) ? 0 : (assert_fail (#ex=
pression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~=
~~~~~

../../gpc/gcc-3.4.4/gcc/p/declarations.c:3659:7: note: in expansion of macr=
o =E2=80=98gcc_assert=E2=80=99

=C2=A03659 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcc_assert (isstring);

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~=
~~~~

make[1]: *** [../../gpc/gcc-3.4.4/gcc/p/Make-lang.in:634 : p/declarations.o=
] Erreur 1

make[1]=C2=A0: on quitte le r=C3=A9pertoire =C2=AB=C2=A0/home/paul/gpc-buil=
d/gcc=C2=A0=C2=BB

make: *** [Makefile:23375 : all-gcc] Erreur 2

paul@jacko:~/gpc-build$=20



So isstring is undefined?
------=_Part_357851_1903150625.1614537440218
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>=
<meta content=3D"text/html;charset=3DUTF-8" http-equiv=3D"Content-Type"></h=
ead><body ><div style=3D"font-family: Verdana, Arial, Helvetica, sans-serif=
; font-size: 10pt;"><div>Hi! <br></div><div>Just tried to compiled gpc.<br>=
</div><div><br></div><div>Used <a target=3D"_blank" href=3D"http://www.gnu-=
pascal.de/alpha/gpc-20050331-minimal.tar.bz2">http://www.gnu-pascal.de/alph=
a/gpc-20050331-minimal.tar.bz2</a><br></div><div>and <a target=3D"_blank" h=
ref=3D"http://www.gnu-pascal.de/alpha/gcc-core-3.4.4.tar.bz2">http://www.gn=
u-pascal.de/alpha/gcc-core-3.4.4.tar.bz2</a><br></div><div><br></div><div>U=
sing: <br></div><div>paul@jacko:~/gpc-build$ gcc --version<br></div><div>gc=
c (Ubuntu 10.2.0-13ubuntu1) 10.2.0<br></div><div><br></div><div>And got:<br=
></div><div>[...]<br></div><div>In file included from ../../gpc/gcc-3.4.4/g=
cc/p/declarations.c:29:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declaration=
s.c: In function =E2=80=98pushdecl_import=E2=80=99:<br></div><div>../../gpc=
/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=80=98__PR=
ETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]<br></div><div>&=
nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0 : (assert_fail (#exp=
ression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&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;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<=
br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c:1062:3: note: in exp=
ansion of macro =E2=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;1062 |&nbs=
p;&nbsp; gcc_assert (!PASCAL_DECL_WEAK (x));<br></div><div>&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; |&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/g=
cc/p/declarations.c:1076:30: warning: comparison between =E2=80=98enum tree=
_code=E2=80=99 and =E2=80=98enum pascal_tree_code=E2=80=99 [-Wenum-compare]=
<br></div><div>&nbsp;1076 |&nbsp;&nbsp; if (old &amp;&amp; TREE_CODE (old) =
=3D=3D OPERATOR_DECL &amp;&amp; TREE_CODE (x) =3D=3D OPERATOR_DECL)<br></di=
v><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~<br></div=
><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c:1076:64: warning: comparison=
 between =E2=80=98enum tree_code=E2=80=99 and =E2=80=98enum pascal_tree_cod=
e=E2=80=99 [-Wenum-compare]<br></div><div>&nbsp;1076 |&nbsp;&nbsp; if (old =
&amp;&amp; TREE_CODE (old) =3D=3D OPERATOR_DECL &amp;&amp; TREE_CODE (x) =
=3D=3D OPERATOR_DECL)<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~<=
br></div><div>In file included from ../../gpc/gcc-3.4.4/gcc/p/declarations.=
c:29:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =
=E2=80=98declare_label=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/gp=
c.h:68:68: warning: ISO C does not support =E2=80=98__PRETTY_FUNCTION__=E2=
=80=99 predefined identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 68 |&n=
bsp;&nbsp; ((void) ((expression) ? 0 : (assert_fail (#expression, __FILE__,=
 __PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&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;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>../.=
./gpc/gcc-3.4.4/gcc/p/declarations.c:1142:3: note: in expansion of macro =
=E2=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;1142 |&nbsp;&nbsp; gcc_ass=
ert (!EM (label));<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbs=
p; ^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In fu=
nction =E2=80=98lookup_name=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc=
/p/declarations.c:1324:31: warning: comparison between =E2=80=98enum tree_c=
ode=E2=80=99 and =E2=80=98enum pascal_tree_code=E2=80=99 [-Wenum-compare]<b=
r></div><div>&nbsp;1324 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (t &amp;&a=
mp; (TREE_CODE (t) =3D=3D OPERATOR_DECL &amp;&amp; PASCAL_BUILTIN_OPERATOR =
(t)))<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp; ^~<br></div><div>In file included from ../../gpc/gcc-3.4.4/gcc/p/de=
clarations.c:29:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In=
 function =E2=80=98get_unique_identifier=E2=80=99:<br></div><div>../../gpc/=
gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=80=98__PRE=
TTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]<br></div><div>&n=
bsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0 : (assert_fail (#expr=
ession, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&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;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<b=
r></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c:1490:3: note: in expa=
nsion of macro =E2=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;1490 |&nbsp=
;&nbsp; gcc_assert (*template &gt;=3D 'a' &amp;&amp; *template &lt;=3D 'z')=
;<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; ^~~~~~~~~~<br>=
</div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98c=
heck_identifier=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:=
68: warning: ISO C does not support =E2=80=98__PRETTY_FUNCTION__=E2=80=99 p=
redefined identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 68 |&nbsp;&nbs=
p; ((void) ((expression) ? 0 : (assert_fail (#expression, __FILE__, __PRETT=
Y_FUNCTION__, __LINE__), 0)))<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>../../gpc/gc=
c-3.4.4/gcc/p/declarations.c:1557:7: note: in expansion of macro =E2=80=98g=
cc_assert=E2=80=99<br></div><div>&nbsp;1557 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp; gcc_assert (DECL_INITIAL (decl));<br></div><div>&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>.=
./../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98lookup_c_type=
=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:70:71: warning: IS=
O C does not support =E2=80=98__PRETTY_FUNCTION__=E2=80=99 predefined ident=
ifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 70 | #define gcc_unreachable(=
) (assert_fail ("unreachable code", __FILE__, __PRETTY_FUNCTION__, __LINE__=
))<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/g=
cc/p/declarations.c:1625:3: note: in expansion of macro =E2=80=98gcc_unreac=
hable=E2=80=99<br></div><div>&nbsp;1625 |&nbsp;&nbsp; gcc_unreachable ();<b=
r></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; ^~~~~~~~~~~~~~~<b=
r></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=
=98make_real=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68:=
 warning: ISO C does not support =E2=80=98__PRETTY_FUNCTION__=E2=80=99 pred=
efined identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 68 |&nbsp;&nbsp; =
((void) ((expression) ? 0 : (assert_fail (#expression, __FILE__, __PRETTY_F=
UNCTION__, __LINE__), 0)))<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>../../gpc/gcc-3=
.4.4/gcc/p/declarations.c:1636:3: note: in expansion of macro =E2=80=98gcc_=
assert=E2=80=99<br></div><div>&nbsp;1636 |&nbsp;&nbsp; gcc_assert (r &gt; 0=
);<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; ^~~~~~~~~~<br=
></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not =
support =E2=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpeda=
ntic]<br></div><div>&nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0=
 : (assert_fail (#expression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0))=
)<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 ^~~~~~~~~~~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c=
:1638:3: note: in expansion of macro =E2=80=98gcc_assert=E2=80=99<br></div>=
<div>&nbsp;1638 |&nbsp;&nbsp; gcc_assert (TREE_TYPE (res) =3D=3D double_typ=
e_node);<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; ^~~~~~~=
~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=
=80=98init_decl_processing=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc/=
p/declarations.c:1816:3: error: =E2=80=98set_word_size=E2=80=99 undeclared =
(first use in this function); did you mean =E2=80=98set_mem_size=E2=80=99?<=
br></div><div>&nbsp;1816 |&nbsp;&nbsp; set_word_size =3D set_alignment =3D =
TYPE_PRECISION (long_unsigned_type_node);<br></div><div>&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp; |&nbsp;&nbsp; ^~~~~~~~~~~~~<br></div><div>&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp; |&nbsp;&nbsp; set_mem_size<br></div><div>../../gpc/gcc-3.4.4/gcc/=
p/declarations.c:1816:3: note: each undeclared identifier is reported only =
once for each function it appears in<br></div><div>../../gpc/gcc-3.4.4/gcc/=
p/declarations.c:1817:3: error: =E2=80=98set_words_big_endian=E2=80=99 unde=
clared (first use in this function)<br></div><div>&nbsp;1817 |&nbsp;&nbsp; =
set_words_big_endian =3D 0;<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&=
nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~~<br></div><div>In file included from ../../=
gpc/gcc-3.4.4/gcc/p/declarations.c:29:<br></div><div>../../gpc/gcc-3.4.4/gc=
c/p/declarations.c: In function =E2=80=98find_duplicate_fields=E2=80=99:<br=
></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not =
support =E2=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpeda=
ntic]<br></div><div>&nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0=
 : (assert_fail (#expression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0))=
)<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 ^~~~~~~~~~~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c=
:2082:9: note: in expansion of macro =E2=80=98gcc_assert=E2=80=99<br></div>=
<div>&nbsp;2082 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc_asser=
t (dup);<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/g=
cc/p/declarations.c: In function =E2=80=98declare_routine=E2=80=99:<br></di=
v><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not suppo=
rt =E2=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]=
<br></div><div>&nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0 : (a=
ssert_fail (#expression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))<br>=
</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~=
~~~~~~~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c:2419=
:3: note: in expansion of macro =E2=80=98gcc_assert=E2=80=99<br></div><div>=
&nbsp;2419 |&nbsp;&nbsp; gcc_assert (!EM (d));<br></div><div>&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp; |&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4=
/gcc/p/declarations.c: In function =E2=80=98build_operator_heading=E2=80=99=
:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c:2530:34: warning: =
implicit conversion from =E2=80=98enum pascal_tree_code=E2=80=99 to =E2=80=
=98enum tree_code=E2=80=99 [-Wenum-conversion]<br></div><div>&nbsp;2530 |&n=
bsp;&nbsp; placeholder_decl =3D build_decl (OPERATOR_DECL, name, void_type_=
node);<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~<br></div><div>In file included fro=
m ../../gpc/gcc-3.4.4/gcc/p/declarations.c:29:<br></div><div>../../gpc/gcc-=
3.4.4/gcc/p/declarations.c: In function =E2=80=98start_routine=E2=80=99:<br=
></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not =
support =E2=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpeda=
ntic]<br></div><div>&nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0=
 : (assert_fail (#expression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0))=
)<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 ^~~~~~~~~~~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c=
:2714:9: note: in expansion of macro =E2=80=98gcc_assert=E2=80=99<br></div>=
<div>&nbsp;2714 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc_asser=
t (IDENTIFIER_IS_BUILT_IN (TREE_VALUE (dir), p_attribute));<br></div><div>&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; ^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warnin=
g: ISO C does not support =E2=80=98__PRETTY_FUNCTION__=E2=80=99 predefined =
identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void)=
 ((expression) ? 0 : (assert_fail (#expression, __FILE__, __PRETTY_FUNCTION=
__, __LINE__), 0)))<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gc=
c/p/declarations.c:2753:3: note: in expansion of macro =E2=80=98gcc_assert=
=E2=80=99<br></div><div>&nbsp;2753 |&nbsp;&nbsp; gcc_assert (!EM (decl));<b=
r></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; ^~~~~~~~~~<br></d=
iv><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not supp=
ort =E2=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic=
]<br></div><div>&nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0 : (=
assert_fail (#expression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))<br=
></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~=
~~~~~~~~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c:279=
8:7: note: in expansion of macro =E2=80=98gcc_assert=E2=80=99<br></div><div=
>&nbsp;2798 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc_assert (!DECL_RTL_SET=
_P (parm));<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.=
h:68:68: warning: ISO C does not support =E2=80=98__PRETTY_FUNCTION__=E2=80=
=99 predefined identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 68 |&nbsp=
;&nbsp; ((void) ((expression) ? 0 : (assert_fail (#expression, __FILE__, __=
PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>../../g=
pc/gcc-3.4.4/gcc/p/declarations.c:2824:5: note: in expansion of macro =E2=
=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;2824 |&nbsp;&nbsp;&nbsp;&nbsp=
; gcc_assert (!resvar);<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp=
;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.=
h:68:68: warning: ISO C does not support =E2=80=98__PRETTY_FUNCTION__=E2=80=
=99 predefined identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 68 |&nbsp=
;&nbsp; ((void) ((expression) ? 0 : (assert_fail (#expression, __FILE__, __=
PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>../../g=
pc/gcc-3.4.4/gcc/p/declarations.c:2851:11: note: in expansion of macro =E2=
=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;2851 |&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc_assert (TREE_CODE (v) =3D=3D COMP=
ONENT_REF);<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>../../=
gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=80=98finish_routine=E2=
=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc/p/gpc.h:74:101: warning: righ=
t-hand operand of comma expression has no effect [-Wunused-value]<br></div>=
<div>&nbsp;&nbsp; 74 | #define abort_confused() (error ("confused by previo=
us errors, bailing out"), exit (FATAL_EXIT_CODE), 0)<br></div><div>&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/decla=
rations.c:2952:5: note: in expansion of macro =E2=80=98abort_confused=E2=80=
=99<br></div><div>&nbsp;2952 |&nbsp;&nbsp;&nbsp;&nbsp; abort_confused ();<b=
r></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~=
~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In functi=
on =E2=80=98declare_types=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc/p=
/gpc.h:68:68: warning: ISO C does not support =E2=80=98__PRETTY_FUNCTION__=
=E2=80=99 predefined identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 68 =
|&nbsp;&nbsp; ((void) ((expression) ? 0 : (assert_fail (#expression, __FILE=
__, __PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>.=
./../gpc/gcc-3.4.4/gcc/p/declarations.c:3110:9: note: in expansion of macro=
 =E2=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;3110 |&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc_assert (!EM (decl));<br></div><div>&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In funct=
ion =E2=80=98shadow_one_level=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/g=
cc/p/gpc.h:68:68: warning: ISO C does not support =E2=80=98__PRETTY_FUNCTIO=
N__=E2=80=99 predefined identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; =
68 |&nbsp;&nbsp; ((void) ((expression) ? 0 : (assert_fail (#expression, __F=
ILE__, __PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&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;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><di=
v>../../gpc/gcc-3.4.4/gcc/p/declarations.c:3129:3: note: in expansion of ma=
cro =E2=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;3129 |&nbsp;&nbsp; gcc=
_assert (TYPE_SIZE (TREE_TYPE (element)) &amp;&amp; !PASCAL_TYPE_UNDISCRIMI=
NATED_SCHEMA (TREE_TYPE (element)));<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp; |&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/dec=
larations.c: In function =E2=80=98declare_variables=E2=80=99:<br></div><div=
>../../gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=
=80=98__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]<br></=
div><div>&nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0 : (assert_=
fail (#expression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))<br></div>=
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~=
~~~~~~~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c:3451:11: n=
ote: in expansion of macro =E2=80=98gcc_assert=E2=80=99<br></div><div>&nbsp=
;3451 |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc_ass=
ert (!init);<br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>../..=
/gpc/gcc-3.4.4/gcc/p/gpc.h:68:68: warning: ISO C does not support =E2=80=98=
__PRETTY_FUNCTION__=E2=80=99 predefined identifier [-Wpedantic]<br></div><d=
iv>&nbsp;&nbsp; 68 |&nbsp;&nbsp; ((void) ((expression) ? 0 : (assert_fail (=
#expression, __FILE__, __PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~=
~~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c:3578:7: note: in=
 expansion of macro =E2=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;3578 |=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc_assert (!EM (d));<br></div><div>&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~=
~~<br></div><div>../../gpc/gcc-3.4.4/gcc/p/declarations.c: In function =E2=
=80=98new_string_by_model=E2=80=99:<br></div><div>../../gpc/gcc-3.4.4/gcc/p=
/gpc.h:68:68: warning: ISO C does not support =E2=80=98__PRETTY_FUNCTION__=
=E2=80=99 predefined identifier [-Wpedantic]<br></div><div>&nbsp;&nbsp; 68 =
|&nbsp;&nbsp; ((void) ((expression) ? 0 : (assert_fail (#expression, __FILE=
__, __PRETTY_FUNCTION__, __LINE__), 0)))<br></div><div>&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~~~~~<br></div><div>.=
./../gpc/gcc-3.4.4/gcc/p/declarations.c:3659:7: note: in expansion of macro=
 =E2=80=98gcc_assert=E2=80=99<br></div><div>&nbsp;3659 |&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; gcc_assert (isstring);<br></div><div>&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~<br></div><div>m=
ake[1]: *** [../../gpc/gcc-3.4.4/gcc/p/Make-lang.in:634 : p/declarations.o]=
 Erreur 1<br></div><div>make[1]&nbsp;: on quitte le r=C3=A9pertoire =C2=AB&=
nbsp;/home/paul/gpc-build/gcc&nbsp;=C2=BB<br></div><div>make: *** [Makefile=
:23375 : all-gcc] Erreur 2<br></div><div>paul@jacko:~/gpc-build$ <br></div>=
<div><br></div><div>So isstring is undefined?<br></div><div><br></div><br><=
div data-zbluepencil-ignore=3D"true" id=3D""><p style=3D""><br></p></div><d=
iv><br></div></div><br></body></html>
------=_Part_357851_1903150625.1614537440218--



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

_______________________________________________
Gpc mailing list
[email protected]
https://www.g-n-u.de/mailman/listinfo/gpc

--===============6671699819123440193==--