This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gimple question
- From: Steven Bosscher <stevenb at suse dot de>
- To: Razya Ladelsky <RAZYA at il dot ibm dot com>, gcc at gcc dot gnu dot org
- Cc: Jan Hubicka <jh at suse dot cz>, Mircea Namolaru <NAMOLARU at il dot ibm dot com>,Ayal Zaks <ZAKS at il dot ibm dot com>
- Date: Mon, 12 Jul 2004 13:47:15 +0200
- Subject: Re: gimple question
- Organization: SUSE Labs
- References: <OFB21A0A3F.83CAEA34-ONC2256ECF.003F2B8C-C2256ECF.004037C9@il.ibm.com>
On Monday 12 July 2004 13:45, Razya Ladelsky wrote:
> Hello,
>
> For the following function :
>
> int foo (int i, int array[i++])
> {
> return i;
> }
Geez, this is valid C?! What is it _supposed_ to return?
> Could someone point me where to look for this info?
No idea.
Gr.
Steven