This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/21299] [4.0/4.1/4.2 Regression] internal error on invalid asm statement



------- Comment #2 from tbm at cyrius dot com  2006-07-27 17:04 -------
This is not i386 specific.  I get the same on ia64 with e.g.

void f(int port)
{
    __asm__ volatile ("inb %1,%0"
        :"=a" (port)
        :"d"((unsigned short) port));
}

It's still there as of current gcc 4.2.


-- 

tbm at cyrius dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tbm at cyrius dot com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]