This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -combine option for C++ sources
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: pjoisha at alumni dot northwestern dot edu
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 5 May 2009 11:36:33 +0200
- Subject: Re: -combine option for C++ sources
- References: <BAY129-W36564DE8C0C48B8604FC883690@phx.gbl>
2009/5/5 Pramod Joisha <pramod_joisha@hotmail.com>:
>
>
> Presently, the -combine option works only for C sources. I was wondering whether there are technical reasons for not supporting it for C++ sources. If not, are there plans for providing this support in the near future?
As LTO will obsolete -combine I do not see that -combine will be
ever implemented for anything else besides C.
Richard.