This is the mail archive of the gcc-patches@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]

Bootstrap failure in tree-vectorizer.c with checking disabled


Dorit, Olga

Your recent patch has broken a non-checking bootstrap:

stage1/xgcc -Bstage1/ -B/home/rearnsha/gnu/testinstall/armv4l-unknown-linux
-gnu/bin/ -c   -O2 -g -mcpu=strongarm -DIN_GCC   -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long 
-Wno-variadic-macros -Wold-style-definition -Werror    -DHAVE_CONFIG_H    
-I. -I. -I/home/rearnsha/gnusrc/egcs/gcc -I/home/rearnsha/gnusrc/egcs/gcc/.
 -I/home/rearnsha/gnusrc/egcs/gcc/../include -I/home/rearnsha/gnusrc/egcs/g
cc/../libcpp/include  /home/rearnsha/gnusrc/egcs/gcc/tree-vectorizer.c -o 
tree-vectorizer.o
/home/rearnsha/gnusrc/egcs/gcc/tree-vectorizer.c: In function 
'vect_transform_loop':
/home/rearnsha/gnusrc/egcs/gcc/tree-vectorizer.c:3244: error: 
'vectorization_factor' undeclared (first use in this function)
/home/rearnsha/gnusrc/egcs/gcc/tree-vectorizer.c:3244: error: (Each 
undeclared identifier is reported only once

The declaration of vectorization_factor is wrapped in "#ifdef 
ENABLE_CHECKING", but the use is not.

R.



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