This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: What does "profil" means in C++
- From: Andrew Haley <aph at redhat dot com>
- To: Patrick Begou <Patrick dot Begou at legi dot grenoble-inp dot fr>, gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Thu, 10 Mar 2016 16:15:50 +0000
- Subject: Re: What does "profil" means in C++
- Authentication-results: sourceware.org; auth=none
- References: <56E19C15 dot 1040703 at legi dot grenoble-inp dot fr>
On 10/03/16 16:08, Patrick Begou wrote:
> If I replace "profil" by "profile" as the class name it works on all compilers.
"g++ -E -Wp,-dD" is your friend.
Andrew.