GCC >= 4.5 is needed. I'll add a check to libquad's configure.
FX
Le 29 août 2010 à 02:56, Steve Kargl a
écrit :
> On Sat, Aug 28, 2010 at 05:47:28PM -0700, Steve Kargl wrote:
>> On Sun, Aug 29, 2010 at 01:24:47AM +0200, FX wrote:
>>> Before I submit it officially for review, I want this patch
I am not sure that is easily feasible. I would believe it is impossible.
Within the compiler (or inside a GCC plugin, or inside a GCC extension
coded in MELT), you probably are able change/inspect C++ classes& every
other declaration any compiler is tracking. You are also able to find
every oc
Just out of curiosity - isn't this what C# does with objects? would
it perhaps be something like that in how mcs (mono) builds objects and
tracks their lifespan?
On Sun, Aug 29, 2010 at 4:43 AM, Uday P. Khedker wrote:
>
>> I am not sure that is easily feasible. I would believe it is impossible.
On Sun, 2010-08-29 at 17:13 +0530, Uday P. Khedker wrote:
> > I am not sure that is easily feasible. I would believe it is impossible.
> >
> > Within the compiler (or inside a GCC plugin, or inside a GCC extension
> > coded in MELT), you probably are able change/inspect C++ classes& every
> > othe
Unfortunately I am not aware of C# implementation so can't respond to this...
Uday.
J Decker wrote, On Sunday 29 August 2010 05:32 PM:
Just out of curiosity - isn't this what C# does with objects? would
it perhaps be something like that in how mcs (mono) builds objects and
tracks their lifespa
On Sun, Aug 29, 2010 at 09:01:49AM +0200, FX wrote:
> GCC >= 4.5 is needed. I'll add a check to libquad's configure.
>
> FX
>
Further testing on i386-*-freebsd runs into undefined symbols.
libquad.so: undefined reference to `__getf2'
libquad.so: undefined reference to `__eqtf2'
libquad.so: unde
Snapshot gcc-4.3-20100829 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20100829/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.3 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches
Hello!
> On Sun, Aug 29, 2010 at 09:01:49AM +0200, FX wrote:
> > GCC >= 4.5 is needed. I'll add a check to libquad's configure.
> >
> > FX
> >
>
> Further testing on i386-*-freebsd runs into undefined symbols.
>
> libquad.so: undefined reference to `__getf2'
> libquad.so: undefined reference t
On Sun, Aug 29, 2010 at 10:48:46PM +0200, Uros Bizjak wrote:
> Hello!
>
> > On Sun, Aug 29, 2010 at 09:01:49AM +0200, FX wrote:
> > > GCC >= 4.5 is needed. I'll add a check to libquad's configure.
> > >
> > > FX
> > >
> >
> > Further testing on i386-*-freebsd runs into undefined symbols.
> >
>
On Thu, Aug 12, 2010 at 4:22 PM, Toon Moene wrote:
> Andrew J. Hutton wrote:
>
>> The annual GCC & GNU Toolchain Developers’ Summit brings together the core
>> development team of the GNU Compiler Collection with those working on the
>> other toolchain components to discuss the state of the art. W
I posted this earlier on gcc-help but no solutions that worked.
After a good build of gcc-4.5.1 I did 'make check' (several times
now). I only get one failure for languages c,c++,fortran.
Portion of test results showing failure:
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp a
On Mon, Aug 30, 2010 at 1:47 AM, Steve Kargl
wrote:
>> > Further testing on i386-*-freebsd runs into undefined symbols.
>> >
>> > libquad.so: undefined reference to `__getf2'
>> > libquad.so: undefined reference to `__eqtf2'
>> > libquad.so: undefined reference to `__addtf3'
>> > libquad.so: unde
On 30 August 2010 02:59, Tom Browder wrote:
> I posted this earlier on gcc-help but no solutions that worked.
>
> After a good build of gcc-4.5.1 I did 'make check' (several times
> now). I only get one failure for languages c,c++,fortran.
>
> Portion of test results showing failure:
>
> Running t
13 matches
Mail list logo