This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/22331] internal compiler error: in arm_print_operand, at config/arm/arm.c:9869
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jul 2005 22:59:59 -0000
- Subject: [Bug target/22331] internal compiler error: in arm_print_operand, at config/arm/arm.c:9869
- References: <20050706221042.22331.dave@smithfamily.org.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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