public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
@ 2004-10-14  8:57 realsong at hotmail dot com
  2004-10-14  9:15 ` [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: realsong at hotmail dot com @ 2004-10-14  8:57 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
@ 2004-10-14  9:15 ` realsong at hotmail dot com
  2004-10-14  9:18 ` realsong at hotmail dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: realsong at hotmail dot com @ 2004-10-14  9:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From realsong at hotmail dot com  2004-10-14 09:15 -------
Created an attachment (id=7347)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7347&action=view)
original name is math.h

gcc-3.4.2
../gcc-3.4.2/configure --with-gnu-as --enable-languages=c,c++,objc
make bootstrap
=======================
stage1/xgcc -Bstage1/ -B/usr/local/i386-pc-sco3.2v5.0.5/bin/ -c   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wold-style-definition     -DHAVE_CONFIG_H
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.4.2/gcc -I../../gcc-3.4.2/gcc/.
-I../../gcc-3.4.2/gcc/../include  ../../gcc-3.4.2/gcc/genautomata.c -o
genautomata.o
In file included from ../../gcc-3.4.2/gcc/genautomata.c:112:
include/math.h:10:1: unterminated #ifndef
make[2]: *** [genautomata.o] Error 1
make[2]: Leaving directory `/usr/hjs/gcc-3.4.2-obj/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/hjs/gcc-3.4.2-obj/gcc'
make: *** [bootstrap] Error 2

-- 


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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
  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
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: realsong at hotmail dot com @ 2004-10-14  9:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From realsong at hotmail dot com  2004-10-14 09:18 -------
Created an attachment (id=7348)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7348&action=view)
original name is math.h

compare with

http://gcc.gnu.org/bugzilla/attachment.cgi?id=7347&action=view


-- 


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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
  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
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: realsong at hotmail dot com @ 2004-10-14  9:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From realsong at hotmail dot com  2004-10-14 09:21 -------
Created an attachment (id=7349)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7349&action=view)
nohup output

command output.
the command was "nohup make bootstrap".

-- 


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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
                   ` (2 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-14 13:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-14 13:22 -------
The second one looks like a bug in SCO's math.h.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
           Keywords|                            |build


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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
                   ` (3 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: realsong at hotmail dot com @ 2004-10-15  1:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From realsong at hotmail dot com  2004-10-15 01:23 -------
Created an attachment (id=7354)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7354&action=view)
original name is math.h

I checked it out and found no problem in SCO's math.h.:)
Thanks!

-- 


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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
                   ` (4 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Jim_Brownfield at radical dot com @ 2004-11-03  1:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Jim_Brownfield at radical dot com  2004-11-03 01:05 -------
Created an attachment (id=7462)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7462&action=view)
auto-edited math.h file

I'm having the same problem trying to build gcc on sco 3.2 5.0.6 i386

It appears there's an unmatched "#ifndef __GNUC__" at line 618

The file was generated from configure with the following command:

../configure --prefix=/usr/gnu --with-gnu-as --with-as=/usr/gnu/bin/as
--enable-shared

-- 


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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
                   ` (5 preceding siblings ...)
  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
  8 siblings, 0 replies; 10+ messages in thread
From: Jim_Brownfield at radical dot com @ 2004-11-03  1:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Jim_Brownfield at radical dot com  2004-11-03 01:07 -------
Sorry, that's building gcc 3.4.2.

-- 


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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
                   ` (6 preceding siblings ...)
  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
  8 siblings, 0 replies; 10+ messages in thread
From: pmcnary at cameron dot net @ 2004-12-17 18:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pmcnary at cameron dot net  2004-12-17 18:07 -------
I have same problems building on OSR5 with UP3 and MP3.
math.h unmatch #ENDIF
same error as above for eh_alloc.cc
Exact problem building 3.4.2

Building 3.3.x problem with math.h and unmatched #ENDIF
and build stops compiling at eh_alloc.cc with syntax error
at end of file

-- 


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


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

* [Bug libstdc++/17995] gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34
  2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
                   ` (7 preceding siblings ...)
  2004-12-17 18:07 ` pmcnary at cameron dot net
@ 2005-04-14  0:02 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-14  0:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-14 00:02 -------
*** Bug 21011 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david dot sullivan at
                   |                            |activant dot com


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


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

end of thread, other threads:[~2005-04-14  0:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-14  8:57 [Bug libstdc++/17995] New: gcc-3.4.2/libstdc++-v3/libsupc++/eh_alloc.cc:34 realsong at hotmail dot com
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

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).