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: patch: unsigned vectors


On Mon, Dec 10, 2001 at 07:32:28PM -0800, Aldy Hernandez wrote:
> ! 	case V2SFmode:
> ! 	  return V2SF_type_node;
> ! 	default:
> ! 	  return 0;

Default break, so that if code is added below it does the right thing.

Otherwise ok.


r~


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