This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Contributing tree-ssa to mainline
- From: dewar at gnat dot com (Robert Dewar)
- To: kenner at vlsi1 dot ultra dot nyu dot edu, pinskia at physics dot uc dot edu
- Cc: dnovillo at redhat dot com, gcc at gcc dot gnu dot org
- Date: Mon, 19 Jan 2004 23:35:03 -0500 (EST)
- Subject: Re: [RFC] Contributing tree-ssa to mainline
> If this is not true in your Ada sources, then you are not following the
> coding
> style and every patch should be rejected here forth until you or
> another Ada
> person fixes this.
Actually it would be quite wrong in Ada to put the specification of the
function at the start of the code for the function, it belongs in the
package spec, not in the package body. Ada is not C!