public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/44428]  New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: Insn `*' will never be issued
@ 2010-06-05 18:16 dominiq at lps dot ens dot fr
  2010-06-05 22:58 ` [Bug bootstrap/44428] " segher at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-06-05 18:16 UTC (permalink / raw)
  To: gcc-bugs

Bootstrapping revision 160319 on powerpc-apple-darwin9 failed at stage 1 with:

...
gcc   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
-Wold-style-definition -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE  -o
build/genautomata \
            build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o
build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o
build/errors.o ../build-powerpc-apple-darwin9/libiberty/libiberty.a -lm
build/genautomata ../../gcc-4.6-work/gcc/config/rs6000/rs6000.md \
          insn-conditions.md > tmp-automata.c
genautomata: Automaton `ppc8540_most': Insn `ppc8540_multiply' will never be
issued
genautomata: Automaton `ppc8540_most': Insn `ppc8540_float' will never be
issued
genautomata: Automaton `ppc8540_most': Insn `ppc8540_float_vector' will never
be issued
genautomata: Automaton `ppc8540_most': Insn `ppc8540_complex_vector' will never
be issued
...
genautomata: Automaton `power6bu': Insn `power6-crlogical' will never be issued
genautomata: Automaton `power6bu': Insn `power6-delayedcr' will never be issued
genautomata: Automaton `power6bu': Insn `power6-mfcr' will never be issued
genautomata: Automaton `power6bu': Insn `power6-mfcrf' will never be issued
genautomata: Automaton `power6bu': Insn `power6-mtcr' will never be issued
make[3]: *** [s-automata] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2

gcc version 4.0.1 (Apple Inc. build 5493)

see http://gcc.gnu.org/ml/gcc-regression/2010-06/msg00118.html for details.


-- 
           Summary: [4.6 Regression] Bootstrap failure for powerpc-apple-
                    darwin9: Insn `*' will never be issued
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


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


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

* [Bug bootstrap/44428] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: Insn `*' will never be issued
  2010-06-05 18:16 [Bug bootstrap/44428] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: Insn `*' will never be issued dominiq at lps dot ens dot fr
@ 2010-06-05 22:58 ` segher at gcc dot gnu dot org
  2010-06-06  8:00 ` dominiq at lps dot ens dot fr
  2010-06-06 11:39 ` segher at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: segher at gcc dot gnu dot org @ 2010-06-05 22:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from segher at gcc dot gnu dot org  2010-06-05 22:57 -------
Patch posted at http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00449.html


-- 

segher at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |segher at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-05 22:57:53
               date|                            |


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


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

* [Bug bootstrap/44428] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: Insn `*' will never be issued
  2010-06-05 18:16 [Bug bootstrap/44428] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: Insn `*' will never be issued dominiq at lps dot ens dot fr
  2010-06-05 22:58 ` [Bug bootstrap/44428] " segher at gcc dot gnu dot org
@ 2010-06-06  8:00 ` dominiq at lps dot ens dot fr
  2010-06-06 11:39 ` segher at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-06-06  8:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dominiq at lps dot ens dot fr  2010-06-06 08:00 -------
> Patch posted at http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00449.html

With this patch I am at stage 2, so this pr is a duplicate of pr44427 and
fixed.


*** This bug has been marked as a duplicate of 44427 ***


-- 

dominiq at lps dot ens dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug bootstrap/44428] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: Insn `*' will never be issued
  2010-06-05 18:16 [Bug bootstrap/44428] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: Insn `*' will never be issued dominiq at lps dot ens dot fr
  2010-06-05 22:58 ` [Bug bootstrap/44428] " segher at gcc dot gnu dot org
  2010-06-06  8:00 ` dominiq at lps dot ens dot fr
@ 2010-06-06 11:39 ` segher at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: segher at gcc dot gnu dot org @ 2010-06-06 11:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from segher at gcc dot gnu dot org  2010-06-06 11:39 -------
Subject: Bug 44428

Author: segher
Date: Sun Jun  6 11:38:46 2010
New Revision: 160338

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160338
Log:
gcc/ChangeLog
2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>

        PR bootstrap/44427
        PR bootstrap/44428
        genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
        endianness-independent.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genautomata.c


-- 


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


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

end of thread, other threads:[~2010-06-06 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-05 18:16 [Bug bootstrap/44428] New: [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: Insn `*' will never be issued dominiq at lps dot ens dot fr
2010-06-05 22:58 ` [Bug bootstrap/44428] " segher at gcc dot gnu dot org
2010-06-06  8:00 ` dominiq at lps dot ens dot fr
2010-06-06 11:39 ` segher 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).