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] Xilinx MicroBlaze support - 3 of 4


Richard Henderson wrote:
+feq (x, y)
+     float x;
+     float y;

Unless you're explicitly testing K&R declarations, don't use them.

I adapted an existing test case, cmpdi-1.c, which has K&R decls. I'll change both to use ANSI decls.

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


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