public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jim Wilson <wilson@tuliptree.org>
To: Ramon Bertran Monfort <rbertran@ac.upc.edu>
Cc: gcc-help@gcc.gnu.org
Subject: Re: Stricter requirements for function main signature
Date: Tue, 08 Apr 2008 16:34:00 -0000	[thread overview]
Message-ID: <47FB95BC.5010005@tuliptree.org> (raw)
In-Reply-To: <20080407164106.GA11348@rbertran-workstation>

Ramon Bertran Monfort wrote:
> I've seen in http://www.gnu.org/software/gcc/gcc-4.3/porting_to.html that 
> C++ from version 4.3.0 has stricter requirements for function main 
> signature. How is supposed to work this on a Cell platform? 

Apparently Cell has unusual programming requirements.  You might need to 
ask on a Cell related mailing list rather than a gcc related mailing list.

-ffreestanding will turn off the ISO C++ required check for the main 
type signature, but it will also do other things that you may not want.

Jim

  parent reply	other threads:[~2008-04-08 15:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-07 18:37 Ramon Bertran Monfort
2008-04-08 10:22 ` Andrew Haley
2008-04-08 13:17   ` Ramon Bertran Monfort
2008-04-08 14:56     ` Andrew Haley
2008-04-08 18:08       ` Ramon Bertran Monfort
2008-04-08 16:34 ` Jim Wilson [this message]
2008-04-08 18:33   ` Ramon Bertran Monfort

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47FB95BC.5010005@tuliptree.org \
    --to=wilson@tuliptree.org \
    --cc=gcc-help@gcc.gnu.org \
    --cc=rbertran@ac.upc.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).