From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13611 invoked by alias); 20 Feb 2011 07:31:14 -0000 Received: (qmail 13318 invoked by uid 22791); 20 Feb 2011 07:31:10 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (140.186.70.92) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 20 Feb 2011 07:31:05 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pr36n-0002z1-Sq for gcc-help@gcc.gnu.org; Sun, 20 Feb 2011 01:49:30 -0500 Received: from mail-pv0-f175.google.com ([74.125.83.175]:43781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pr36n-0002yu-NS for gcc-help@gcc.gnu.org; Sun, 20 Feb 2011 01:49:29 -0500 Received: by pvd12 with SMTP id 12so960922pvd.20 for ; Sat, 19 Feb 2011 22:45:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.221.14 with SMTP id t14mr106030wfg.17.1298184349837; Sat, 19 Feb 2011 22:45:49 -0800 (PST) Received: by 10.143.157.9 with HTTP; Sat, 19 Feb 2011 22:45:49 -0800 (PST) Date: Sun, 20 Feb 2011 07:31:00 -0000 Message-ID: Subject: -no-integrated-cpp option From: ali hagigat To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.175 X-IsSubscribed: yes 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 X-SW-Source: 2011-02/txt/msg00302.txt.bz2 "-no-integrated-cpp This option allows a user supplied "cc1", "cc1plus", or "cc1obj" via the =91-B=92 option. The semantics of this option will change if "cc1", "cc1plus", and "cc1obj" = are merged." What is cc1obj? is it preprocessor? and what is cc1plus? What does it mean when the document says: 'if "cc1", "cc1plus", and "cc1obj= " are merged"?