www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1999/06/10/12:03:45

Message-Id: <199906101603.QAA22602@out4.ibm.net>
From: "Mark E." <snowball3 AT bigfoot DOT com>
To: djgpp-workers AT delorie DOT com
Date: Thu, 10 Jun 1999 12:03:22 -0400
MIME-Version: 1.0
Subject: Re: prerelease of gcc-2.95
References: <199906092225 DOT WAA150478 AT out1 DOT ibm DOT net>
In-reply-to: <Pine.A41.4.05.9906100935001.78472-100000@ieva01.lanet.lv>
X-mailer: Pegasus Mail for Win32 (v3.11)
Reply-To: djgpp-workers AT delorie DOT com

> Mark as I remember You did tests with templates with DJGPP port of
> egcs-1.1.2. Could You repeat them with these binaries. At least it looks
> that test with rope class which earlier required use of command line
> option -frepo. Now it seems that -frepo is no more needed there. 
> 

I've compiled, linked, and executed some of the tests including one that 
uses 'rope' from the stlport test suite with no problems so far.

BTW, the alias attribute in gcc 2.95-snap now works with DJGPP:

#include <stdio.h>

void __f(int x)
{
  printf("%i\n", x);
}

void f(int x) __attribute__((alias("__f")));

int main()
{
  f(5);
  return 0;
}

Previously, the only way to do the same thing was to use assembly. 


--- 
Mark Elbrecht, snowball3 AT bigfoot DOT com
http://snowball.frogspace.net/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019