public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/6191: [HP-PA] ICE doing pointer math with -fPIC
@ 2003-05-06 18:06 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-06 18:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR target/6191; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: target/6191: [HP-PA] ICE doing pointer math with -fPIC
Date: Tue, 6 May 2003 10:59:08 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=6191
 
 Hi all,
 
 the testcase in this PR is confirmed to still fail as reported on both  
 3.3 branch and mainline (20030506 using powerpc-apple-darwin6.5 x  
 hppa-linux cross compiler). It appears to be a generic PA bug as it  
 also fails on hppa1.1-hp-hpux10.20 and hppa-2.0w-hp-hpux11.00 triplets  
 while compiling successfully on c4x and powerpc-apple-darwin6.5.
 
 Dara
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: target/6191: [HP-PA] ICE doing pointer math with -fPIC
@ 2003-05-06  6:56 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-06  6:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR target/6191; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
  lamont@debian.org
Cc:  
Subject: Re: target/6191: [HP-PA] ICE doing pointer math with -fPIC
Date: Mon, 5 May 2003 23:45:58 -0700 (PDT)

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6191
 
 Hi all,
 
 this is to confirm that with a gcc 3.3 cvs darwin x
 hppa-linux cross compiler, the problem in this PR
 still occurs. Compiling the testcase with -fPIC
 yields:
 
 junk.i: In function `bad':
 junk.i:14: error: unrecognizable insn:
 (insn 24 23 25 2 0x0 (set (reg/f:SI 102)
         (plus:SI (reg:SI 19 %r19)
             (high:SI (symbol_ref/v:SI ("@tramp_r")))))
 -1 (nil)
     (nil))
 junk.i:14: internal compiler error: in extract_insn,
 at recog.c:2175
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://gcc.gnu.org/bugs.html> for
 instructions.
 
 Cheers,
 
 Dara
 
 junk.i:
 extern void tramp_r ();
 
 int bad (void* function)
 {
 
   if (!(((long)function & 3) == (2 & 3))) return 0;
 
   return
    ((((long *) ((char*)function - 2))[0] == ((long *)
 ((char*)&tramp_r-2))[0])
     && ((((long *) ((char*)function - 2))[2]) ==
 (long)((char*)function - 2 + 16
 ))
     ? 1 : 0
    );
 
 }
 
 __________________________________
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: target/6191: [HP-PA] ICE doing pointer math with -fPIC
@ 2003-05-06  6:46 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-06  6:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR target/6191; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
  lamont@debian.org
Cc:  
Subject: Re: target/6191: [HP-PA] ICE doing pointer math with -fPIC
Date: Mon, 5 May 2003 23:39:33 -0700 (PDT)

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6191
 
 Hi all,
 
 this is to confirm that with a gcc 3.3 cvs darwin x
 hppa-linux cross compiler, the problem in this PR
 still occurs. Compiling the testcase with -fPIC
 yields:
 
 junk.i: In function `bad':
 junk.i:14: error: unrecognizable insn:
 (insn 24 23 25 2 0x0 (set (reg/f:SI 102)
         (plus:SI (reg:SI 19 %r19)
             (high:SI (symbol_ref/v:SI ("@tramp_r")))))
 -1 (nil)
     (nil))
 junk.i:14: internal compiler error: in extract_insn,
 at recog.c:2175
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://gcc.gnu.org/bugs.html> for
 instructions.
 
 Cheers,
 
 Dara
 
 __________________________________
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-06 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-06 18:06 target/6191: [HP-PA] ICE doing pointer math with -fPIC Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-06  6:56 Dara Hazeghi
2003-05-06  6:46 Dara Hazeghi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).