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

Mail #13495

Back to main page of archive

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

From: Waldek Hebisch
Subject: New (gpc-20060325)
Date: 1 Apr 2006, 21:37:32

Adriaan van Os wrote:
> FAIL: fjf1062a.pas
>   /var/tmp//ccpndmuf.s:71:non-relocatable subtraction expression,  
> "L2" minus "L00000000001$pb"
>   /var/tmp//ccpndmuf.s:71:symbol: "L2" can't be undefined in a  
> subtraction expression
>   /var/tmp//ccpndmuf.s:69:non-relocatable subtraction expression,  
> "L2" minus "L00000000001$pb"
>   /var/tmp//ccpndmuf.s:69:symbol: "L2" can't be undefined in a  
> subtraction expression
>   /var/tmp//ccpndmuf.s:unknown:Undefined local symbol L2
>   failed
> 

Looks like backend regression to me. AFAICS the following C program
has the same problem:

void
Object (void)
{
void * jmpbuf_1[6];
void P (void)
{
  {
    void * jmpbuf_3[6];

    if (__builtin_setjmp (&jmpbuf_3)) goto nonlocal_exit_2; else (void) 0;;
    __builtin_longjmp (&jmpbuf_1, 1);
    nonlocal_exit_2:;;
  }
}
  {
    if (__builtin_setjmp (&jmpbuf_1)) goto nonlocal_exit_0; else (void) 0;;
    P ();
    nonlocal_exit_0:;;
  }
}

int
main(void)
{
  Object ();
}

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


In reply to

Author Subject Date
Adriaan van Os New (gpc-20060325) 28 Mar 2006, 07:51:55

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).