public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "realsong at hotmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
Date: Thu, 14 Oct 2004 08:57:00 -0000	[thread overview]
Message-ID: <20041014085659.17995.realsong@hotmail.com> (raw)

gcc-3.4.2
../gcc-3.4.2/configure --with-gnu-as --enable-languages=c,c++,objc
make bootstrap

How to post my attachement?
=================================================================

make[7]: Entering directory `/usr/hjs/gcc-3.4.2-obj/i386-pc-
sco3.2v5.0.5/pic/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /usr/hjs/gcc-
3.4.2-obj/gcc/xgcc -shared-libgcc -B/usr/hjs/gcc-3.4.2-obj/gcc/ -nostdinc++ -
L/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/src -
L/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/src/.libs -
B/usr/local/i386-pc-sco3.2v5.0.5/bin/ -B/usr/local/i386-pc-sco3.2v5.0.5/lib/ -
isystem /usr/local/i386-pc-sco3.2v5.0.5/include -isystem /usr/local/i386-pc-
sco3.2v5.0.5/sys-include  -fPIC -I/usr/hjs/gcc-3.4.2/libstdc++-v3/../gcc -
I/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/include/i386-pc-
sco3.2v5.0.5 -I/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-
v3/include -I/usr/hjs/gcc-3.4.2/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2  -
fPIC -fno-implicit-templates  -Wall -W -Wwrite-strings -Wcast-qual  -
fdiagnostics-show-location=once  -ffunction-sections -fdata-sections  -c -o 
eh_alloc.lo ../../../../../gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc
/usr/hjs/gcc-3.4.2-obj/gcc/xgcc -shared-libgcc -B/usr/hjs/gcc-3.4.2-obj/gcc/ -
nostdinc++ -L/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/src -
L/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/src/.libs -
B/usr/local/i386-pc-sco3.2v5.0.5/bin/ -B/usr/local/i386-pc-sco3.2v5.0.5/lib/ -
isystem /usr/local/i386-pc-sco3.2v5.0.5/include -isystem /usr/local/i386-pc-
sco3.2v5.0.5/sys-include -fPIC -I/usr/hjs/gcc-3.4.2/libstdc++-v3/../gcc -
I/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/include/i386-pc-
sco3.2v5.0.5 -I/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-
v3/include -I/usr/hjs/gcc-3.4.2/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -
fPIC -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual -
fdiagnostics-show-location=once -ffunction-sections -fdata-sections -
c ../../../../../gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc -o eh_alloc.o
In file included from ../../../../../gcc-3.4.2/libstdc++-
v3/libsupc++/eh_alloc.cc:34:
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/include/cstring: 
In function `void* std::memchr(void*, int, size_t)':
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-
v3/include/cstring:101: error: `void* std::memchr(void*, int, size_t)' 
conflicts with previous using declaration `void* memchr(void*, int, size_t)'
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/include/cstring: 
In function `char* std::strchr(char*, int)':
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-
v3/include/cstring:107: error: `char* std::strchr(char*, int)' conflicts with 
previous using declaration `char* strchr(char*, int)'
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/include/cstring: 
In function `char* std::strpbrk(char*, const char*)':
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-
v3/include/cstring:113: error: `char* std::strpbrk(char*, const char*)' 
conflicts with previous using declaration `char* strpbrk(char*, const char*)'
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/include/cstring: 
In function `char* std::strrchr(char*, int)':
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-
v3/include/cstring:119: error: `char* std::strrchr(char*, int)' conflicts with 
previous using declaration `char* strrchr(char*, int)'
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-v3/include/cstring: 
In function `char* std::strstr(char*, const char*)':
/usr/hjs/gcc-3.4.2-obj/i386-pc-sco3.2v5.0.5/pic/libstdc++-
v3/include/cstring:125: error: `char* std::strstr(char*, const char*)' 
conflicts with previous using declaration `char* strstr(char*, const char*)'
make[7]: *** [eh_alloc.lo] Error 1
make[7]: Leaving directory `/usr/hjs/gcc-3.4.2-obj/i386-pc-
sco3.2v5.0.5/pic/libstdc++-v3/libsupc++'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/usr/hjs/gcc-3.4.2-obj/i386-pc-
sco3.2v5.0.5/pic/libstdc++-v3'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/usr/hjs/gcc-3.4.2-obj/i386-pc-
sco3.2v5.0.5/pic/libstdc++-v3'
make[4]: *** [multi-do] Error 1
make[4]: Leaving directory `/usr/hjs/gcc-3.4.2-obj/i386-pc-
sco3.2v5.0.5/libstdc++-v3'
make[3]: *** [all-multi] Error 2
make[3]: Leaving directory `/usr/hjs/gcc-3.4.2-obj/i386-pc-
sco3.2v5.0.5/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/hjs/gcc-3.4.2-obj/i386-pc-
sco3.2v5.0.5/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/usr/hjs/gcc-3.4.2-obj'
make: *** [bootstrap] Error 2

-- 
           Summary: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: realsong at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-pc-sco3.2v5.0.5
  GCC host triplet: i386-pc-sco3.2v5.0.5
GCC target triplet: i386-pc-sco3.2v5.0.5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17995


             reply	other threads:[~2004-10-14  8:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-14  8:57 realsong at hotmail dot com [this message]
2004-10-14  9:15 ` [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
2004-10-14  9:18 ` realsong at hotmail dot com
2004-10-14  9:21 ` realsong at hotmail dot com
2004-10-14 13:22 ` pinskia at gcc dot gnu dot org
2004-10-15  1:23 ` realsong at hotmail dot com
2004-11-03  1:05 ` Jim_Brownfield at radical dot com
2004-11-03  1:07 ` Jim_Brownfield at radical dot com
2004-12-17 18:07 ` pmcnary at cameron dot net
2005-04-14  0:02 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041014085659.17995.realsong@hotmail.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).