public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/35486]  New: Can't build gimple-tuples-branch
@ 2008-03-06 19:45 mstein at phenix dot rootshell dot be
  2008-03-06 20:01 ` [Bug other/35486] " dnovillo at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mstein at phenix dot rootshell dot be @ 2008-03-06 19:45 UTC (permalink / raw)
  To: gcc-bugs

Hi!
I get this when building gimple-tuples-branch (rev 132972) on x86_64/debian 4:

echo '[c]' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-lang.c' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-tree.h' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-decl.c' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-common.c' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-common.h' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-pragma.h' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-pragma.c' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-objc-common.c' >> tmp-gi.list
echo '/home/mstein/svn/gimple-tuples-branch/gcc/c-parser.c' >> tmp-gi.list
/bin/sh /home/mstein/svn/gimple-tuples-branch/gcc/../move-if-change tmp-gi.list
gtyp-input.list
echo timestamp > s-gtyp-input
build/gengtype /home/mstein/svn/gimple-tuples-branch/gcc gtyp-input.list
make[3]: *** [s-gtype] Segmentation fault
make[3]: Leaving directory `/home/mstein/obj/gimple-tuples-branch/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/mstein/obj/gimple-tuples-branch'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/mstein/obj/gimple-tuples-branch'
make: *** [bootstrap] Error 2


-- 
           Summary: Can't build gimple-tuples-branch
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mstein at phenix dot rootshell dot be
  GCC host triplet: x86_64-unknown-linux-gnu


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


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

* [Bug other/35486] Can't build gimple-tuples-branch
  2008-03-06 19:45 [Bug other/35486] New: Can't build gimple-tuples-branch mstein at phenix dot rootshell dot be
@ 2008-03-06 20:01 ` dnovillo at gcc dot gnu dot org
  2008-05-05  5:50 ` pinskia at gcc dot gnu dot org
  2008-05-09 10:00 ` belyshev at depni dot sinp dot msu dot ru
  2 siblings, 0 replies; 4+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2008-03-06 20:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dnovillo at gcc dot gnu dot org  2008-03-06 20:01 -------

Thanks.  This is known and I'm working on a fix.  In the meantime, you can get
a clean build of the branch if you configure with --disable-bootstrap
--disable-libmudflap --disable-libgomp --enable-languages=c,fortran.


-- 


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


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

* [Bug other/35486] Can't build gimple-tuples-branch
  2008-03-06 19:45 [Bug other/35486] New: Can't build gimple-tuples-branch mstein at phenix dot rootshell dot be
  2008-03-06 20:01 ` [Bug other/35486] " dnovillo at gcc dot gnu dot org
@ 2008-05-05  5:50 ` pinskia at gcc dot gnu dot org
  2008-05-09 10:00 ` belyshev at depni dot sinp dot msu dot ru
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-05  5:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-05-05 05:50 -------
I don't think this is true any more.  The tuples branch should now be able to
bootstrap without any issues.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug other/35486] Can't build gimple-tuples-branch
  2008-03-06 19:45 [Bug other/35486] New: Can't build gimple-tuples-branch mstein at phenix dot rootshell dot be
  2008-03-06 20:01 ` [Bug other/35486] " dnovillo at gcc dot gnu dot org
  2008-05-05  5:50 ` pinskia at gcc dot gnu dot org
@ 2008-05-09 10:00 ` belyshev at depni dot sinp dot msu dot ru
  2 siblings, 0 replies; 4+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2008-05-09 10:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from belyshev at depni dot sinp dot msu dot ru  2008-05-09 09:59 -------
Fixed long ago.


-- 

belyshev at depni dot sinp dot msu dot ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |belyshev at depni dot sinp
                   |                            |dot msu dot ru
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-05-09 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-06 19:45 [Bug other/35486] New: Can't build gimple-tuples-branch mstein at phenix dot rootshell dot be
2008-03-06 20:01 ` [Bug other/35486] " dnovillo at gcc dot gnu dot org
2008-05-05  5:50 ` pinskia at gcc dot gnu dot org
2008-05-09 10:00 ` belyshev at depni dot sinp dot msu dot ru

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