This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/8288: gcc asm extension on hppa lakes to access parts of 64bits int
- From: danglin at gcc dot gnu dot org
- To: danglin at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, joel dot soete at tiscali dot be, nobody at gcc dot gnu dot org
- Date: 15 Nov 2002 21:19:07 -0000
- Subject: Re: c/8288: gcc asm extension on hppa lakes to access parts of 64bits int
- Reply-to: danglin at gcc dot gnu dot org, danglin at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, joel dot soete at tiscali dot be, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: gcc asm extension on hppa lakes to access parts of 64bits int
Responsible-Changed-From-To: unassigned->danglin
Responsible-Changed-By: danglin
Responsible-Changed-When: Fri Nov 15 13:19:06 2002
Responsible-Changed-Why:
Mine.
State-Changed-From-To: open->closed
State-Changed-By: danglin
State-Changed-When: Fri Nov 15 13:19:06 2002
State-Changed-Why:
Not a bug. ICE caused by the use of an illegal modifier.
Use 'R' to select the second half of a register pair, not
'D'.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8288