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]

Re: [PATCH 0/5] Remove the LAMBDA framework


On Tue, Jan 18, 2011 at 11:55, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
> On Tue, Jan 18, 2011 at 11:01:56AM -0600, Sebastian Pop wrote:
>> On Mon, Jan 17, 2011 at 23:37, Sebastian Pop <sebpop@gmail.com> wrote:
>> > I will commit these patches to the graphite branch for further tests
>> > sometime tomorrow if there are no further comments.
>>
>> Committed to the graphite branch r168953 - 168957.
>>
>> Sebastian
>
> Sebastian,
> ? ?When I try to build with these patches applied to gcc trunk, the build fails at...
>
> gcc -c ? -g -fkeep-inline-functions -DIN_GCC ? -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common ?-DHAVE_CONFIG_H -I. -I. -I../../gcc-4.6-20110118/gcc -I../../gcc-4.6-20110118/gcc/. -I../../gcc-4.6-20110118/gcc/../include -I../../gcc-4.6-20110118/gcc/../libcpp/include -I/sw/include -I/sw/include ?-I../../gcc-4.6-20110118/gcc/../libdecnumber -I../../gcc-4.6-20110118/gcc/../libdecnumber/dpd -I../libdecnumber -I/sw/include ?-I/sw/include -DCLOOG_INT_GMP -DCLOOG_ORG -I/sw/include ../../gcc-4.6-20110118/gcc/omega.c -o omega.o
> ../../gcc-4.6-20110118/gcc/omega.c:188: error: redefinition of 'gcd'
> ../../gcc-4.6-20110118/gcc/hwint.h:236: error: previous definition of 'gcd' was here
> make[3]: *** [omega.o] Error 1
> make[2]: *** [all-stage1-gcc] Error 2
> make[1]: *** [stage1-bubble] Error 2
> make: *** [all] Error 2
>
> It appears there is yet another definition of gcd in omega.c.

Yes, I corrected all this on the patch that I committed to the graphite branch.
You can either get it from there, or I can send it to you.

Thanks for your testing,
Sebastian


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