This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [lno] bootstrap failure with -ftree-vectorize


> lno-branch bootstrap fails when I use BOOT_CFLAGS="-g -O2
> -ftree-vectorize -maltivec"

It's not due to the vectorizer; I get the same bootstrap failure if I use
BOOT_CFLAGS="-g -O2 -fscalar-evolutions"

dorit.



                                                                                                                                       
                      Devang Patel                                                                                                     
                      <dpatel@apple.com        To:       GCC List <gcc@gcc.gnu.org>                                                    
                      >                        cc:                                                                                     
                      Sent by:                 Subject:  [lno] bootstrap failure with -ftree-vectorize                                 
                      gcc-owner@gcc.gnu                                                                                                
                      .org                                                                                                             
                                                                                                                                       
                                                                                                                                       
                      28/05/2004 22:13                                                                                                 
                                                                                                                                       




lno-branch bootstrap fails when I use BOOT_CFLAGS="-g -O2
-ftree-vectorize -maltivec"

--
Devang

gengtype-lex.c:2444: warning: old-style function definition
gengtype-lex.c: In function `yy_get_previous_state':
gengtype-lex.c:2576: warning: old-style function definition
gengtype-lex.c: In function `input':
gengtype-lex.c:2689: warning: old-style function definition
stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin7.2.0/bin/ -c
-g -O2 -maltivec -ftree-vectorize -fdump-tree-vect-stats -DIN_GCC   -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition
-Werror -fno-common -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I.
-I. -I/Volumes/src/fsf.gcc.lno/gcc -I/Volumes/src/fsf.gcc.lno/gcc/.
-I/Volumes/src/fsf.gcc.lno/gcc/../include -I./../intl
-I/Volumes/src/fsf.gcc.lno/gcc/../libcpp/include
-I/Volumes/src/fsf.gcc.lno/gcc/../libbanshee/libcompat
-I/Volumes/src/fsf.gcc.lno/gcc/../libbanshee
-I/Volumes/src/fsf.gcc.lno/gcc/../libbanshee/points-to  \
  gengtype-yacc.c -o gengtype-yacc.o
/usr/share/bison.simple: In function `yyparse':
/usr/share/bison.simple:249: warning: old-style function definition
/usr/share/bison.simple:614: warning: comparison between signed and
unsigned
/usr/share/bison.simple:626: warning: comparison between signed and
unsigned
stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin7.2.0/bin/   -g
-O2 -maltivec -ftree-vectorize -fdump-tree-vect-stats -DIN_GCC   -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition
-Werror -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengtype \
  gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
./gengtype
/Volumes/src/fsf.gcc.lno/gcc/tree.h:2270: unidentified type `unsigned'
/Volumes/src/fsf.gcc.lno/gcc/dwarf2out.c:248: unidentified type `const'
/Volumes/src/fsf.gcc.lno/gcc/dwarf2out.c:248: parse error, expecting
`ID'
make[2]: *** [s-gtype] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]