public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug boehm-gc/32498]  New: declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids
@ 2007-06-25 14:47 rask at sygehus dot dk
  2007-06-25 14:49 ` [Bug boehm-gc/32498] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rask at sygehus dot dk @ 2007-06-25 14:47 UTC (permalink / raw)
  To: gcc-bugs

Configure string:

$ /n/12/rask/src/all/configure --target=powerpc-unknown-eabisim --with-newlib
--enable-sim --disable-libffi --disable-gdb --disable-nls

Build fails:

libtool: compile:  /home/rask/build/gcc-powerpc-unknown-eabisim/./gcc/xgcc
-B/home/rask/build/gcc-powerpc-unknown-eabisim/./gcc/ -nostdinc
-B/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/newlib/
-isystem
/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/newlib/targ-include
-isystem /n/12/rask/src/all/newlib/libc/include
-B/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/libgloss/rs6000
-L/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/libgloss/libnosys
-L/n/12/rask/src/all/libgloss/rs6000 -B/usr/local/powerpc-unknown-eabisim/bin/
-B/usr/local/powerpc-unknown-eabisim/lib/ -isystem
/usr/local/powerpc-unknown-eabisim/include -isystem
/usr/local/powerpc-unknown-eabisim/sys-include
-L/home/rask/build/gcc-powerpc-unknown-eabisim/./ld -DHAVE_CONFIG_H
-I/n/12/rask/src/all/boehm-gc/include -fexceptions -Iinclude -I././targ-include
-I.//libc/include -O2 -g -O2 -fexceptions -Iinclude -I././targ-include
-I.//libc/include -c /n/12/rask/src/all/boehm-gc/allchblk.c -o allchblk.o
In file included from /n/12/rask/src/all/boehm-gc/include/private/gc_priv.h:70,
                 from /n/12/rask/src/all/boehm-gc/allchblk.c:19:
/n/12/rask/src/all/boehm-gc/include/private/gcconfig.h:861: error: declaration
of '__end' as array of voids
/n/12/rask/src/all/boehm-gc/include/private/gcconfig.h:861: error: declaration
of '__dso_handle' as array of voids
make[3]: *** [allchblk.lo] Error 1
make[3]: Leaving directory
`/home/rask/build/gcc-powerpc-unknown-eabisim/powerpc-unknown-eabisim/boehm-gc'


-- 
           Summary: declaration of '__end' as array of voids, declaration of
                    '__dso_handle' as array of voids
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: boehm-gc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rask at sygehus dot dk
GCC target triplet: powerpc-unknown-eabisim


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


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

* [Bug boehm-gc/32498] declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids
  2007-06-25 14:47 [Bug boehm-gc/32498] New: declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids rask at sygehus dot dk
@ 2007-06-25 14:49 ` pinskia at gcc dot gnu dot org
  2008-02-09 14:08 ` [Bug boehm-gc/32498] [4.3 regression] " hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-06-25 14:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-06-25 14:49 -------
boehm-gc should not be enabled for the embedded ppc.  In fact all of libjava
should most likely not be enabled.


-- 


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


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

* [Bug boehm-gc/32498] [4.3 regression] declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids
  2007-06-25 14:47 [Bug boehm-gc/32498] New: declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids rask at sygehus dot dk
  2007-06-25 14:49 ` [Bug boehm-gc/32498] " pinskia at gcc dot gnu dot org
@ 2008-02-09 14:08 ` hp at gcc dot gnu dot org
  2008-02-09 20:40 ` [Bug boehm-gc/32498] " pinskia at gcc dot gnu dot org
  2008-02-10  0:06 ` hp at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-02-09 14:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2008-02-09 14:07 -------
Confirmed with r132182.  This is a regression: this target has built in the
past without manually disabling boehm-gc.  A fix seems obvious, and I don't
mean disable boehm-gc, which a ppc maintainer could do.


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-09 14:07:18
               date|                            |
            Summary|declaration of '__end' as   |[4.3 regression] declaration
                   |array of voids, declaration |of '__end' as array of
                   |of '__dso_handle' as array  |voids, declaration of
                   |of voids                    |'__dso_handle' as array of
                   |                            |voids


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


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

* [Bug boehm-gc/32498] declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids
  2007-06-25 14:47 [Bug boehm-gc/32498] New: declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids rask at sygehus dot dk
  2007-06-25 14:49 ` [Bug boehm-gc/32498] " pinskia at gcc dot gnu dot org
  2008-02-09 14:08 ` [Bug boehm-gc/32498] [4.3 regression] " hp at gcc dot gnu dot org
@ 2008-02-09 20:40 ` pinskia at gcc dot gnu dot org
  2008-02-10  0:06 ` hp at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-02-09 20:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-02-09 20:40 -------
I doubt this is a regression ...


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.3 regression] declaration|declaration of '__end' as
                   |of '__end' as array of      |array of voids, declaration
                   |voids, declaration of       |of '__dso_handle' as array
                   |'__dso_handle' as array of  |of voids
                   |voids                       |


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


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

* [Bug boehm-gc/32498] declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids
  2007-06-25 14:47 [Bug boehm-gc/32498] New: declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids rask at sygehus dot dk
                   ` (2 preceding siblings ...)
  2008-02-09 20:40 ` [Bug boehm-gc/32498] " pinskia at gcc dot gnu dot org
@ 2008-02-10  0:06 ` hp at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-02-10  0:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hp at gcc dot gnu dot org  2008-02-10 00:05 -------
Doubt as you like; the target built before but doesn't now. That's a
regression.


-- 


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


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

end of thread, other threads:[~2008-02-10  0:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-25 14:47 [Bug boehm-gc/32498] New: declaration of '__end' as array of voids, declaration of '__dso_handle' as array of voids rask at sygehus dot dk
2007-06-25 14:49 ` [Bug boehm-gc/32498] " pinskia at gcc dot gnu dot org
2008-02-09 14:08 ` [Bug boehm-gc/32498] [4.3 regression] " hp at gcc dot gnu dot org
2008-02-09 20:40 ` [Bug boehm-gc/32498] " pinskia at gcc dot gnu dot org
2008-02-10  0:06 ` hp 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).