public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/54092] New: [4.8 Regression] Bootstrap fails on x86_64-apple-darwin10 while building Ada at stage 1
@ 2012-07-25 11:55 dominiq at lps dot ens.fr
  2012-07-25 14:43 ` [Bug bootstrap/54092] [4.8 Regression] Bootstrap fails " rth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-07-25 11:55 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54092
           Summary: [4.8 Regression] Bootstrap fails on
                    x86_64-apple-darwin10 while building Ada at stage 1
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: iains@gcc.gnu.org, rth@gcc.gnu.org
              Host: x86_64-apple-darwin10
            Target: x86_64-apple-darwin10
             Build: x86_64-apple-darwin10


Bootstrap fails on x86_64-apple-darwin10 while building Ada at stage 1 (likely
revision 189821):

g++ -c   -g -DIN_GCC   -fno-exceptions -fno-rtti -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual  -Wmissing-format-attribute -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -I..
-I. -Iada -I../../work/gcc -I../../work/gcc/ada -I../../work/gcc/../include
-I./../intl -I../../work/gcc/../libcpp/include -I/opt/mp/include 
-I../../work/gcc/../libdecnumber -I../../work/gcc/../libdecnumber/dpd
-I../libdecnumber -DCLOOG_INT_GMP  -I/opt/mp/include 
../../work/gcc/ada/gcc-interface/trans.c -o ada/trans.o
In file included from ../../work/gcc/libfuncs.h:24:0,
                 from ../../work/gcc/ada/gcc-interface/trans.c:34:
../../work/gcc/optabs.h:51:35: error: 'NUM_RTX_CODE' was not declared in this
scope
 extern const optab code_to_optab_[NUM_RTX_CODE];
                                   ^
../../work/gcc/optabs.h:52:19: error: use of enum 'rtx_code' without previous
declaration
 extern const enum rtx_code optab_to_code_[NUM_OPTABS];
                   ^
../../work/gcc/optabs.h:52:54: error: invalid type in declaration before ';'
token
 extern const enum rtx_code optab_to_code_[NUM_OPTABS];
                                                      ^
../../work/gcc/optabs.h:55:21: error: use of enum 'rtx_code' without previous
declaration
 code_to_optab (enum rtx_code code)
                     ^
../../work/gcc/optabs.h: In function 'optab code_to_optab(int)':
../../work/gcc/optabs.h:57:10: error: 'code_to_optab_' was not declared in this
scope
   return code_to_optab_[code];
          ^
../../work/gcc/optabs.h: At global scope:
../../work/gcc/optabs.h:60:20: error: use of enum 'rtx_code' without previous
declaration
 static inline enum rtx_code
                    ^
../../work/gcc/optabs.h:88:39: warning: 'expand_widen_pattern_expr' initialized
and declared 'extern' [enabled by default]
 extern rtx expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx
wide_op,
                                       ^
../../work/gcc/optabs.h:88:39: error: 'sepops' was not declared in this scope
../../work/gcc/optabs.h:88:55: error: expected primary-expression before 'op0'
 extern rtx expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx
wide_op,
                                                       ^
../../work/gcc/optabs.h:88:64: error: expected primary-expression before 'op1'
 extern rtx expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx
wide_op,
                                                                ^
../../work/gcc/optabs.h:88:73: error: expected primary-expression before
'wide_op'
 extern rtx expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx
wide_op,
                                                                         ^
../../work/gcc/optabs.h:89:43: error: expected primary-expression before
'target'
                                       rtx target, int unsignedp);
                                           ^
../../work/gcc/optabs.h:89:51: error: expected primary-expression before 'int'
                                       rtx target, int unsignedp);
                                                   ^
../../work/gcc/optabs.h:89:64: error: expression list treated as compound
expression in initializer [-fpermissive]
                                       rtx target, int unsignedp);
                                                                ^
../../work/gcc/optabs.h:97:10: error: use of enum 'optab_methods' without
previous declaration
     enum optab_methods);
          ^
../../work/gcc/optabs.h:101:12: error: use of enum 'optab_methods' without
previous declaration
       enum optab_methods methods);
            ^
../../work/gcc/optabs.h:104:10: error: use of enum 'optab_methods' without
previous declaration
     enum optab_methods);
          ^
../../work/gcc/optabs.h:108:25: error: use of enum 'optab_methods' without
previous declaration
          rtx, int, enum optab_methods);
                         ^
../../work/gcc/optabs.h:119:12: error: use of enum 'rtx_code' without previous
declaration
       enum rtx_code);
            ^
../../work/gcc/optabs.h:136:60: error: use of enum 'rtx_code' without previous
declaration
 extern void emit_unop_insn (enum insn_code, rtx, rtx, enum rtx_code);
                                                            ^
../../work/gcc/optabs.h:137:66: error: use of enum 'rtx_code' without previous
declaration
 extern bool maybe_emit_unop_insn (enum insn_code, rtx, rtx, enum rtx_code);
                                                                  ^
../../work/gcc/optabs.h:174:32: error: use of enum 'rtx_code' without previous
declaration
 extern int can_compare_p (enum rtx_code, enum machine_mode,
                                ^
../../work/gcc/optabs.h:237:35: warning: 'expand_vec_shift_expr' initialized
and declared 'extern' [enabled by default]
 extern rtx expand_vec_shift_expr (sepops, rtx);
                                   ^
../../work/gcc/optabs.h:237:35: error: 'sepops' was not declared in this scope
../../work/gcc/optabs.h:237:46: error: expected primary-expression before ')'
token
 extern rtx expand_vec_shift_expr (sepops, rtx);
                                              ^
../../work/gcc/optabs.h:237:46: error: expression list treated as compound
expression in initializer [-fpermissive]
../../work/gcc/optabs.h: In function 'void
create_integer_operand(expand_operand*, long int)':
../../work/gcc/optabs.h:453:61: error: 'GEN_INT' was not declared in this scope
   create_expand_operand (op, EXPAND_INTEGER, GEN_INT (intval), VOIDmode,
false);
                                                             ^


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

* [Bug bootstrap/54092] [4.8 Regression] Bootstrap fails while building Ada at stage 1
  2012-07-25 11:55 [Bug bootstrap/54092] New: [4.8 Regression] Bootstrap fails on x86_64-apple-darwin10 while building Ada at stage 1 dominiq at lps dot ens.fr
@ 2012-07-25 14:43 ` rth at gcc dot gnu.org
  2012-07-25 15:11 ` rth at gcc dot gnu.org
  2012-07-25 15:21 ` rth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rth at gcc dot gnu.org @ 2012-07-25 14:43 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-apple-darwin10       |
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-07-25
               Host|x86_64-apple-darwin10       |
         AssignedTo|unassigned at gcc dot       |rth at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1
            Summary|[4.8 Regression] Bootstrap  |[4.8 Regression] Bootstrap
                   |fails on                    |fails while building Ada at
                   |x86_64-apple-darwin10 while |stage 1
                   |building Ada at stage 1     |
              Build|x86_64-apple-darwin10       |

--- Comment #1 from Richard Henderson <rth at gcc dot gnu.org> 2012-07-25 14:43:13 UTC ---
Happens everywhere, not just darwin.  Mine.


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

* [Bug bootstrap/54092] [4.8 Regression] Bootstrap fails while building Ada at stage 1
  2012-07-25 11:55 [Bug bootstrap/54092] New: [4.8 Regression] Bootstrap fails on x86_64-apple-darwin10 while building Ada at stage 1 dominiq at lps dot ens.fr
  2012-07-25 14:43 ` [Bug bootstrap/54092] [4.8 Regression] Bootstrap fails " rth at gcc dot gnu.org
@ 2012-07-25 15:11 ` rth at gcc dot gnu.org
  2012-07-25 15:21 ` rth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rth at gcc dot gnu.org @ 2012-07-25 15:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Richard Henderson <rth at gcc dot gnu.org> 2012-07-25 15:10:53 UTC ---
Author: rth
Date: Wed Jul 25 15:10:44 2012
New Revision: 189853

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189853
Log:
PR bootstrap/54092

        * libfuncs.h: Don't include optabs.h.
        (struct libfunc_entry): Use "int" for op, mode1, mode2 members.
        * optabs.c (hash_libfunc): Don't cast members to int.
        * Makefile.in (LIBFUNCS_H): Don't include OPTABS_H.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/libfuncs.h
    trunk/gcc/optabs.c


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

* [Bug bootstrap/54092] [4.8 Regression] Bootstrap fails while building Ada at stage 1
  2012-07-25 11:55 [Bug bootstrap/54092] New: [4.8 Regression] Bootstrap fails on x86_64-apple-darwin10 while building Ada at stage 1 dominiq at lps dot ens.fr
  2012-07-25 14:43 ` [Bug bootstrap/54092] [4.8 Regression] Bootstrap fails " rth at gcc dot gnu.org
  2012-07-25 15:11 ` rth at gcc dot gnu.org
@ 2012-07-25 15:21 ` rth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rth at gcc dot gnu.org @ 2012-07-25 15:21 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

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

--- Comment #3 from Richard Henderson <rth at gcc dot gnu.org> 2012-07-25 15:20:50 UTC ---
Fixed.


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-25 11:55 [Bug bootstrap/54092] New: [4.8 Regression] Bootstrap fails on x86_64-apple-darwin10 while building Ada at stage 1 dominiq at lps dot ens.fr
2012-07-25 14:43 ` [Bug bootstrap/54092] [4.8 Regression] Bootstrap fails " rth at gcc dot gnu.org
2012-07-25 15:11 ` rth at gcc dot gnu.org
2012-07-25 15:21 ` rth at gcc dot gnu.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).