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/22331] internal compiler error: in arm_print_operand, at config/arm/arm.c:9869


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


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