public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: middle-end/1995: position dependency in asm("" : ...  : : )
@ 2001-12-12  0:06 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-12-12  0:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR middle-end/1995; it has been noted by GNATS.

From: rodrigc@gcc.gnu.org
To: etienne.lorrain@masroudeau.com, gcc-bugs@gcc.gnu.org,
  gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: middle-end/1995: position dependency in asm("" : ...  : : )
Date: 12 Dec 2001 08:02:27 -0000

 Synopsis: position dependency in asm("" : ...  : : )
 
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Wed Dec 12 00:02:27 2001
 State-Changed-Why:
     With gcc 3.0.3, I can compile this testcase successfully,
     with only these compilation warnings:
     q.c:8:17: warning: multi-line string literals are deprecated
     q.c:16:17: warning: multi-line string literals are deprecated 
     
     However, the assembler gives me these errors:
     /tmp/cc6keo5t.s: Assembler messages:
     /tmp/cc6keo5t.s:27: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
     
     Looks like you have invalid assembler in this testcase.
     
     
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=1995&database=gcc


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

* Re: middle-end/1995: position dependency in asm("" : ...  : : )
@ 2001-12-12  4:16 Etienne Lorrain
  0 siblings, 0 replies; 3+ messages in thread
From: Etienne Lorrain @ 2001-12-12  4:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR middle-end/1995; it has been noted by GNATS.

From: Etienne Lorrain <etienne@masroudeau.com>
To: <rodrigc@gcc.gnu.org>
Cc: <gcc-bugs@gcc.gnu.org>, <gcc-gnats@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>,
        <nobody@gcc.gnu.org>
Subject: Re: middle-end/1995: position dependency in asm("" : ...  : : )
Date: Wed, 12 Dec 2001 04:02:03 -0800 (PST)

 On 12 Dec 2001 rodrigc@gcc.gnu.org wrote:
 
 > Synopsis: position dependency in asm("" : ...  : : )
 >
 > State-Changed-From-To: open->closed
 > State-Changed-By: rodrigc
 > State-Changed-When: Wed Dec 12 00:02:27 2001
 > State-Changed-Why:
 >     With gcc 3.0.3, I can compile this testcase successfully,
 >     with only these compilation warnings:
 >     q.c:8:17: warning: multi-line string literals are deprecated
 >     q.c:16:17: warning: multi-line string literals are deprecated
 >
 >     However, the assembler gives me these errors:
 >     /tmp/cc6keo5t.s: Assembler messages:
 >     /tmp/cc6keo5t.s:27: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
 >
 >     Looks like you have invalid assembler in this testcase.
 >
 >
 >
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=1995&database=gcc
 >
 
   Thanks, I noticed this correction.
  Note that the real target is ".code16gcc", so the assembly %fs:(%di) is
 valid and normal in this environment. In ".code32" the assembly would
 be valid, but is treated as an error in binutils - nobody has needed
 a 16 bit addressing mode [prefix] under a 32 bits environment - up to now.
 
   Etienne.
 


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

* Re: middle-end/1995: position dependency in asm("" : ...  : : )
@ 2001-12-12  0:02 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-12-12  0:02 UTC (permalink / raw)
  To: etienne.lorrain, gcc-bugs, gcc-gnats, gcc-prs, nobody

Synopsis: position dependency in asm("" : ...  : : )

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Wed Dec 12 00:02:27 2001
State-Changed-Why:
    With gcc 3.0.3, I can compile this testcase successfully,
    with only these compilation warnings:
    q.c:8:17: warning: multi-line string literals are deprecated
    q.c:16:17: warning: multi-line string literals are deprecated 
    
    However, the assembler gives me these errors:
    /tmp/cc6keo5t.s: Assembler messages:
    /tmp/cc6keo5t.s:27: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
    
    Looks like you have invalid assembler in this testcase.
    
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=1995&database=gcc


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

end of thread, other threads:[~2001-12-12 12:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-12  0:06 middle-end/1995: position dependency in asm("" : ... : : ) rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-12-12  4:16 Etienne Lorrain
2001-12-12  0:02 rodrigc

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