public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/36184]  New: gimple-tuples-branch fails bootstrap on Darwin
@ 2008-05-09  2:06 stanshebs at earthlink dot net
  2008-05-09 19:25 ` [Bug middle-end/36184] gimple-tuples-branch fails bootstrap on x86 Darwin pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: stanshebs at earthlink dot net @ 2008-05-09  2:06 UTC (permalink / raw)
  To: gcc-bugs

Per mailing list instructions and using a branch checkout from today,

../gimple-tuples-branch/configure --disable-libgomp --disable-libmudflap
make

on Darwin fails with an illegal instruction:

/Users/shebs/s/gcc/tuples/macosx/./prev-gcc/xgcc
-B/Users/shebs/s/gcc/tuples/macosx/./prev-gcc/
-B/usr/local/i386-apple-darwin9.2.2/bin/ -c  -g -O2 -fomit-frame-pointer
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros                                -Wno-overlength-strings
-Werror -Werror -Wno-return-type -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gimple-tuples-branch/gcc -I../../gimple-tuples-branch/gcc/.
-I../../gimple-tuples-branch/gcc/../include -I./../intl
-I../../gimple-tuples-branch/gcc/../libcpp/include 
-I../../gimple-tuples-branch/gcc/../libdecnumber
-I../../gimple-tuples-branch/gcc/../libdecnumber/dpd -I../libdecnumber 
insn-attrtab.c -o insn-attrtab.o
xgcc: Internal error: Illegal instruction (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [insn-attrtab.o] Error 1
make[2]: *** [all-stage3-gcc] Error 2
make[1]: *** [stage3-bubble] Error 2
make: *** [all] Error 2


-- 
           Summary: gimple-tuples-branch fails bootstrap on Darwin
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: stanshebs at earthlink dot net
 GCC build triplet: i386-apple-darwin9.2.2
  GCC host triplet: i386-apple-darwin9.2.2
GCC target triplet: i386-apple-darwin9.2.2


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


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

* [Bug middle-end/36184] gimple-tuples-branch fails bootstrap on x86 Darwin
  2008-05-09  2:06 [Bug bootstrap/36184] New: gimple-tuples-branch fails bootstrap on Darwin stanshebs at earthlink dot net
@ 2008-05-09 19:25 ` pinskia at gcc dot gnu dot org
  2008-05-28 18:52 ` pinskia at gcc dot gnu dot org
  2008-06-02 17:05 ` dnovillo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-09 19:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-05-09 19:24 -------
I will see what happens with this tomorrow when I get around to downloading the
tuples branch on to my laptop.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|bootstrap                   |middle-end
            Summary|gimple-tuples-branch fails  |gimple-tuples-branch fails
                   |bootstrap on Darwin         |bootstrap on x86 Darwin


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


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

* [Bug middle-end/36184] gimple-tuples-branch fails bootstrap on x86 Darwin
  2008-05-09  2:06 [Bug bootstrap/36184] New: gimple-tuples-branch fails bootstrap on Darwin stanshebs at earthlink dot net
  2008-05-09 19:25 ` [Bug middle-end/36184] gimple-tuples-branch fails bootstrap on x86 Darwin pinskia at gcc dot gnu dot org
@ 2008-05-28 18:52 ` pinskia at gcc dot gnu dot org
  2008-06-02 17:05 ` dnovillo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-28 18:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-05-28 18:51 -------
It should be mentioned this is a stack overflow.


-- 


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


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

* [Bug middle-end/36184] gimple-tuples-branch fails bootstrap on x86 Darwin
  2008-05-09  2:06 [Bug bootstrap/36184] New: gimple-tuples-branch fails bootstrap on Darwin stanshebs at earthlink dot net
  2008-05-09 19:25 ` [Bug middle-end/36184] gimple-tuples-branch fails bootstrap on x86 Darwin pinskia at gcc dot gnu dot org
  2008-05-28 18:52 ` pinskia at gcc dot gnu dot org
@ 2008-06-02 17:05 ` dnovillo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2008-06-02 17:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dnovillo at gcc dot gnu dot org  2008-06-02 17:04 -------
Fixed. http://gcc.gnu.org/ml/gcc-patches/2008-05/msg02061.html.


-- 

dnovillo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-09  2:06 [Bug bootstrap/36184] New: gimple-tuples-branch fails bootstrap on Darwin stanshebs at earthlink dot net
2008-05-09 19:25 ` [Bug middle-end/36184] gimple-tuples-branch fails bootstrap on x86 Darwin pinskia at gcc dot gnu dot org
2008-05-28 18:52 ` pinskia at gcc dot gnu dot org
2008-06-02 17:05 ` dnovillo 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).