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 target/15896] Strange behaviour for inline assembler input constraint


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-05 06:23 -------
I don't know Ada that well (in terms of promotions and types) but the following C code produces the 
same ICE so I might assume the issue is that My_Type+constant is being promoted to unsigned long 
long or something along that line:
int f()
{
unsigned long long cu32 = 1;
  asm("%0"::"a"(cu32));
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|ada                         |target
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-05 06:23:53
               date|                            |


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


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