This is the mail archive of the gcc-patches@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]

Re: [RX] Minor patches


On 08/24/2010 07:31 PM, DJ Delorie wrote:
> @@ -440,13 +440,14 @@ rx_print_operand (FILE * file, rtx op, i
>  	case 1:	case 'z': case 'Z': fprintf (file, "Z"); break;
>  	case 2: case 's': case 'S': fprintf (file, "S"); break;
>  	case 3: case 'o': case 'O': fprintf (file, "O"); break;
>  	case 8: case 'i': case 'I': fprintf (file, "I"); break;
>  	case 9: case 'u': case 'U': fprintf (file, "U"); break;
>  	default:
> -	  gcc_unreachable ();
> +	  error ("__builtin_rx_setpsw takes 'C', 'Z', 'S', 'O', 'I', or 'U'");
> +	  return;

output_operand_lossage here.


r~


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