public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/8440] impossible constraint due to x86 being register stavared
       [not found] <20021103104601.8440.bkausbk@web.de>
@ 2003-08-06  2:43 ` pinskia at physics dot uc dot edu
  2003-08-07 22:03 ` pinskia at physics dot uc dot edu
  2004-05-07  3:02 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-06  2:43 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8440


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|diagnostic                  |rejects-valid
   Last reconfirmed|2003-05-28 23:27:08         |2003-08-06 02:43:39
               date|                            |
            Summary|different error caused by   |impossible constraint due to
                   |Asm-Statement with and      |x86 being register stavared
                   |without optimization        |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-06 02:43 -------
If I fix the asm by removing the extra square brackets I still get an error at -O0 but at -O1 I 
do not get an error.
The error (invalid char '[' beginning operand 1 `[%ecx]') that was reported due to the 
string in the asm was wrong. Resummary based on that.


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

* [Bug inline-asm/8440] impossible constraint due to x86 being register stavared
       [not found] <20021103104601.8440.bkausbk@web.de>
  2003-08-06  2:43 ` [Bug inline-asm/8440] impossible constraint due to x86 being register stavared pinskia at physics dot uc dot edu
@ 2003-08-07 22:03 ` pinskia at physics dot uc dot edu
  2004-05-07  3:02 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-07 22:03 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8440


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |development--gcc dot gnu dot
                   |                            |org at medium dot net


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-07 22:03 -------
*** Bug 11850 has been marked as a duplicate of this bug. ***


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

* [Bug inline-asm/8440] impossible constraint due to x86 being register stavared
       [not found] <20021103104601.8440.bkausbk@web.de>
  2003-08-06  2:43 ` [Bug inline-asm/8440] impossible constraint due to x86 being register stavared pinskia at physics dot uc dot edu
  2003-08-07 22:03 ` pinskia at physics dot uc dot edu
@ 2004-05-07  3:02 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-07  3:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-07 03:02 -------
This is invalid as it is picking the "e" constraint and the "e" constraint is defined as:
Constant in range -2147483648 to 2147483647 or symbolic reference known to fit 
specified range. (for using immediates in 64-bit x86-64 instructions) 


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8440


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

end of thread, other threads:[~2004-05-07  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021103104601.8440.bkausbk@web.de>
2003-08-06  2:43 ` [Bug inline-asm/8440] impossible constraint due to x86 being register stavared pinskia at physics dot uc dot edu
2003-08-07 22:03 ` pinskia at physics dot uc dot edu
2004-05-07  3:02 ` pinskia at gcc dot gnu dot org

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