From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29304 invoked by alias); 11 Aug 2014 17:54:07 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 29295 invoked by uid 89); 11 Aug 2014 17:54:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f196.google.com Received: from mail-ie0-f196.google.com (HELO mail-ie0-f196.google.com) (209.85.223.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 11 Aug 2014 17:54:06 +0000 Received: by mail-ie0-f196.google.com with SMTP id rp18so2815586iec.3 for ; Mon, 11 Aug 2014 10:54:03 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.42.247.137 with SMTP id mc9mr34636044icb.13.1407779643826; Mon, 11 Aug 2014 10:54:03 -0700 (PDT) Received: by 10.107.12.73 with HTTP; Mon, 11 Aug 2014 10:54:03 -0700 (PDT) Date: Mon, 11 Aug 2014 17:54:00 -0000 Message-ID: Subject: g++ compiler generated copy constructor From: navin p To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00093.txt.bz2 Hi, Is there any way i can see the compiler generated copy constructor and default constructor/destructor as a .cpp file instead of assembly ? Any flags to g++, Regards, Navin