public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/52471] New: ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD
@ 2012-03-03 19:19 kyle at arbyte dot us
  2012-03-04 22:39 ` [Bug bootstrap/52471] " kyle at arbyte dot us
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kyle at arbyte dot us @ 2012-03-03 19:19 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52471
           Summary: ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: kyle@arbyte.us


Created attachment 26819
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26819
libgcc2.i

While bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD (an unsupported
platform; see #39572) I get an internal compiler error.

Configured with:
../gcc/configure --program-suffix=-4.7.0-rc1 --enable-threads

In directory /storage/gcc470rc1/obj/x86_64-unknown-openbsd4.8/libgcc

/storage/gcc470rc1/obj/./gcc/xgcc -B/storage/gcc470rc1/obj/./gcc/
-B/usr/local/x86_64-unknown-openbsd4.8/bin/
-B/usr/local/x86_64-unknown-openbsd4.8/lib/ -isystem
/usr/local/x86_64-unknown-openbsd4.8/include -isystem
/usr/local/x86_64-unknown-openbsd4.8/sys-include    -g -O2 -O2  -g -O2 -DIN_GCC
  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include   -fpic -pthread -g -DIN_LIBGCC2
-fbuilding-libgcc -fno-stack-protector   -fpic -pthread -I. -I. -I../.././gcc
-I../../../gcc/libgcc -I../../../gcc/libgcc/. -I../../../gcc/libgcc/../gcc
-I../../../gcc/libgcc/../include  -DHAVE_CC_TLS  -o _fixunsxfdi.o -MT
_fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c
../../../gcc/libgcc/libgcc2.c
../../../gcc/libgcc/libgcc2.c: In function '__fixunsxfti':
../../../gcc/libgcc/libgcc2.c:1281:1: internal compiler error: vector
VEC(dw_cfi_ref,gc) grow domain error, in update_row_reg_save at dwarf2cfi.c:454


This ICE occurs whether I'm using the bootstrapping compiler (gcc 4.7.0), the
previous gcc I built (gcc 4.6.2), or the system compiler (gcc 4.2.1).

Attached find the libgcc2.i produced from
/storage/gcc470rc1/obj/./gcc/xgcc -v -save-temps

I did NOT encounter this problem while bootstrapping gcc 4.6.2.



APPENDIX
--------
Here are my source edits to enable bootstrapping on x86_64 OpenBSD.  I haven't
been able to obtain a release from my employer to submit these myself, but
hopefully they are trivial enough that it is appropriate for someone else to do
the copy and paste:

     libgcc/config.host - add x86_64, same as i[34567]86.

 i[34567]86-*-openbsd*)
        ;;
+x86_64-*-openbsd*)
+       ;;


     gcc/config.gcc - add x86_64, same as i[34567]86.

i[34567]86-*-openbsd*)
        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
        tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h
i386/openbsdelf.h"
        extra_options="${extra_options} openbsd.opt"
        gas=yes
        gnu_ld=yes
        ;;
+x86_64-*-openbsd*)
+       tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
+       tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h
i386/openbsdelf.h"
+       extra_options="${extra_options} openbsd.opt"
+       gas=yes
+       gnu_ld=yes
+       ;;


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

* [Bug bootstrap/52471] ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD
  2012-03-03 19:19 [Bug bootstrap/52471] New: ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD kyle at arbyte dot us
@ 2012-03-04 22:39 ` kyle at arbyte dot us
  2012-03-04 22:46 ` kyle at arbyte dot us
  2012-03-07  2:15 ` kyle at arbyte dot us
  2 siblings, 0 replies; 4+ messages in thread
From: kyle at arbyte dot us @ 2012-03-04 22:39 UTC (permalink / raw)
  To: gcc-bugs

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

Kyle Markley <kyle at arbyte dot us> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26819|0                           |1
        is obsolete|                            |

--- Comment #1 from Kyle Markley <kyle at arbyte dot us> 2012-03-04 22:39:07 UTC ---
Created attachment 26830
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26830
minimized.i

Minimized .i file to provoke ICE


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

* [Bug bootstrap/52471] ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD
  2012-03-03 19:19 [Bug bootstrap/52471] New: ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD kyle at arbyte dot us
  2012-03-04 22:39 ` [Bug bootstrap/52471] " kyle at arbyte dot us
@ 2012-03-04 22:46 ` kyle at arbyte dot us
  2012-03-07  2:15 ` kyle at arbyte dot us
  2 siblings, 0 replies; 4+ messages in thread
From: kyle at arbyte dot us @ 2012-03-04 22:46 UTC (permalink / raw)
  To: gcc-bugs

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

Kyle Markley <kyle at arbyte dot us> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.6.2
      Known to fail|                            |4.7.0

--- Comment #2 from Kyle Markley <kyle at arbyte dot us> 2012-03-04 22:46:24 UTC ---
I minimized the failing source; this command line provokes the ICE:
/storage/gcc470rc1/obj/./gcc/cc1 -fpreprocessed minimized.i -g

The ICE goes away if I remove the -g switch, or if I use cc1 from gcc 4.6.2. 
This ICE is unique to the bootstrapped cc1 for gcc 4.7.0.


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

* [Bug bootstrap/52471] ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD
  2012-03-03 19:19 [Bug bootstrap/52471] New: ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD kyle at arbyte dot us
  2012-03-04 22:39 ` [Bug bootstrap/52471] " kyle at arbyte dot us
  2012-03-04 22:46 ` kyle at arbyte dot us
@ 2012-03-07  2:15 ` kyle at arbyte dot us
  2 siblings, 0 replies; 4+ messages in thread
From: kyle at arbyte dot us @ 2012-03-07  2:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Kyle Markley <kyle at arbyte dot us> 2012-03-07 02:15:15 UTC ---
Another note for my appendix about edits to get things going on x86_64-openbsd.
 I needed to #include <sys/time.h> in gcc/libiberty/stack-limit.c before
including sys/resource.h.  I don't know the "correct" way to do this in a
platform-specific manner.


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

end of thread, other threads:[~2012-03-07  2:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-03 19:19 [Bug bootstrap/52471] New: ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD kyle at arbyte dot us
2012-03-04 22:39 ` [Bug bootstrap/52471] " kyle at arbyte dot us
2012-03-04 22:46 ` kyle at arbyte dot us
2012-03-07  2:15 ` kyle at arbyte dot us

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