GNU Pascal Homepage - gpc - gpc-announce - gpc-de - gpc-doc
Diese Seite auf deutsch

Mail #11162

Back to main page of archive

Previous mail   Next mail   Unformatted/full headers
Overview  10 days   Subject   Date   Thread   Author  

From: The Chief
Subject: gpc-20041218 released
Date: 19 Dec 2004, 18:12:16

On 19 Dec 2004 at 3:01, Frank Heckenbach  wrote:

> I have uploaded a new beta version of GPC to
> <http://www.gnu-pascal.de>!
[...]

I have built it for Mingw on the gcc-3.3.5 sources.  The patch for gcc-
3.3.4 seems okay but for one "rej" in emit-rtl.c (attached). It doesn't 
seem to have resulted in any obvious problem, but then I wouldn't 
really know - so I am attaching the rej file in case there is something 
serious there.

Best regards, The Chief
--------
Prof. Abimbola A. Olowofoyeku (The African Chief) 
web:  http://www.greatchief.plus.com/



***************
*** 301,309 ****
    if (alias == 0 && expr == 0 && offset == 0
        && (size == 0
  	  || (mode != BLKmode && GET_MODE_SIZE (mode) == INTVAL (size)))
        && (align == BITS_PER_UNIT
  	  || (STRICT_ALIGNMENT
  	      && mode != BLKmode && align == GET_MODE_ALIGNMENT (mode))))
      return 0;
  
    attrs.alias = alias;
--- 301,313 ----
    if (alias == 0 && expr == 0 && offset == 0
        && (size == 0
  	  || (mode != BLKmode && GET_MODE_SIZE (mode) == INTVAL (size)))
+ #ifndef GPC
        && (align == BITS_PER_UNIT
  	  || (STRICT_ALIGNMENT
  	      && mode != BLKmode && align == GET_MODE_ALIGNMENT (mode))))
+ #else
+       && (align == MEM_ALIGN0 (mode)))
+ #endif
      return 0;
  
    attrs.alias = alias;

Previous mail   Next mail   Unformatted/full headers
Overview  10 days   Subject   Date   Thread   Author  


Replies

Author Subject Date
Frank Heckenbach gpc-20041218 released  
The Chief gpc-20041218 released 19 Dec 2004, 20:39:04

In reply to

Author Subject Date
Frank Heckenbach gpc-20041218 released 19 Dec 2004, 03:01:51

Back to main page of archive


Note: This page contains information that does not originate from the owner of this web site, but from the authors of the mails archived. The owner of this web site is not responsible for the content of such information. Any use of that infomation requires the consent of the respective author.

Where WWW addresses (URLs) in the mails archived are marked as hyperlinks, this is only for the comfort of the reader. The content of the web pages linked to like this does not necessarily reflect the opinion of the owner of this web site or of the authors of the mails archived. The owner of this web site is not responsible for the content of such web pages. Those pages are explicitly not to be considered as part of the content of this page, but merely as references.


This page was created by Crystal 0.999 (Linux 2.4.27/i686).