------- Additional Comments From falk at debian dot org  2005-07-06 22:59 
-------
This comes from feeding garbage to an asm:

void f(int x) {
    __asm__ ("frob %w0" : "=r" (x));
}

Hmm. I'm not really sure it's worthwhile to generate a useful error message
for every possible invalid argument to a print code... 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code


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

Reply via email to