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]

[committed] Re: Build failure with --disable-checking


On Oct 14, 2004, at 8:07 PM, Andrew Pinski wrote:
On Oct 14, 2004, at 8:04 PM, Matt Austern wrote:

Known problem?

../../fsf/gcc/tree-vectorizer.c: In function `vect_transform_loop':
../../fsf/gcc/tree-vectorizer.c:3244: error: `vectorization_factor' undeclared (first use in this function)
../../fsf/gcc/tree-vectorizer.c:3244: error: (Each undeclared identifier is reported only once
../../fsf/gcc/tree-vectorizer.c:3244: error: for each function it appears in.)
make[1]: *** [tree-vectorizer.o] Error 1

Yes this is with --disable-checking, this is next on my list to fix.

And this is what I committed to fix the problem as obvious to fix the problem.

Thanks,
Andrew Pinski

ChangeLog:

	* tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor
	always.


Attachment: temp.diff.txt
Description: Text document


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