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: Trunk Build errors


On Tue, Sep 4, 2012 at 4:12 PM, Iyer, Balaji V <balaji.v.iyer@intel.com> wrote:
> Hello Everyone,
>         I am getting the following error when I am trying to build the trunk on x86_64 SuSE Linux. My SVN head is at revision 190930.  Is anyone else finding this?

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

> Thanks,
>
> Balaji V. Iyer.
>
> ==========================================================================================================
> g++ -c   -g -DIN_GCC   -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../trunk-gcc-untouched/gcc -I../../trunk-gcc-untouched/gcc/build -I../../trunk-gcc-untouched/gcc/../include -I../../trunk-gcc-untouched/gcc/../libcpp/include -I/export/users/GCC_Trunk_Development/b-trunk-gcc-untounched/./gmp -I/export/users/GCC_Trunk_Development/trunk-gcc-untouched/gmp -I/export/users/GCC_Trunk_Development/b-trunk-gcc-untounched/./mpfr -I/export/users/GCC_Trunk_Development/trunk-gcc-untouched/mpfr -I/export/users/GCC_Trunk_Development/trunk-gcc-untouched/mpc/src  -I../../trunk-gcc-untouched/gcc/../libdecnumber -I../../trunk-gcc-untouched/gcc/../libdecnumber/bid -I../libdecnumber    \
>                 -o build/read-rtl.o ../../trunk-gcc-untouched/gcc/read-rtl.c
> ../../trunk-gcc-untouched/gcc/vec.h: In static member function âstatic T& vec_t<T>::safe_push(vec_t<T>**, T, const char*, unsigned int, const char*) [with vec_allocation_t A = heap, T = mapping*]â:
> ../../trunk-gcc-untouched/gcc/read-rtl.c:395:   instantiated from here
> ../../trunk-gcc-untouched/gcc/vec.h:845: warning: left-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:845: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:845: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:845: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:845: error: no match for âoperator<â in âvec_t::reserve [with vec_allocation_t A = A, T = mapping*] < heapâ
> ../../trunk-gcc-untouched/gcc/vec.h: In static member function âstatic T* vec_t<T>::safe_push(vec_t<T>**, const T*, const char*, unsigned int, const char*) [with vec_allocation_t A = heap, T = iterator_use]â:
> ../../trunk-gcc-untouched/gcc/read-rtl.c:689:   instantiated from here
> ../../trunk-gcc-untouched/gcc/vec.h:860: warning: left-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:860: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:860: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:860: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:860: error: no match for âoperator<â in âvec_t::reserve [with vec_allocation_t A = A, T = iterator_use] < heapâ
> ../../trunk-gcc-untouched/gcc/vec.h: In static member function âstatic T* vec_t<T>::safe_push(vec_t<T>**, const T*, const char*, unsigned int, const char*) [with vec_allocation_t A = heap, T = attribute_use]â:
> ../../trunk-gcc-untouched/gcc/read-rtl.c:703:   instantiated from here
> ../../trunk-gcc-untouched/gcc/vec.h:860: warning: left-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:860: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:860: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:860: warning: right-hand operand of comma has no effect
> ../../trunk-gcc-untouched/gcc/vec.h:860: error: no match for âoperator<â in âvec_t::reserve [with vec_allocation_t A = A, T = attribute_use] < heapâ
> make[3]: *** [build/read-rtl.o] Error 1
> make[3]: Leaving directory `/export/users/GCC_Trunk_Development/b-trunk-gcc-untounched/gcc'
> make[2]: *** [all-stage1-gcc] Error 2
> make[2]: Leaving directory `/export/users/GCC_Trunk_Development/b-trunk-gcc-untounched'
> make[1]: *** [stage1-bubble] Error 2
> make[1]: Leaving directory `/export/users/GCC_Trunk_Development/b-trunk-gcc-untounched'
>
> =======================================================================================================


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