From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22067 invoked by alias); 28 Apr 2003 03:31:05 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 22060 invoked from network); 28 Apr 2003 03:31:04 -0000 Received: from unknown (HELO rwcrmhc53.attbi.com) (204.127.198.39) by sources.redhat.com with SMTP; 28 Apr 2003 03:31:04 -0000 Received: from rwcrwbc58 (rwcrwbc58.attbi.com[204.127.198.47]) by rwcrmhc53.attbi.com (rwcrmhc53) with SMTP id <200304280331040530019qn9e>; Mon, 28 Apr 2003 03:31:04 +0000 Received: from [12.243.94.89] by rwcrwbc58; Mon, 28 Apr 2003 03:31:03 +0000 From: jal0@attbi.com To: gcc-help@gcc.gnu.org Subject: gcc preprocessor file format Date: Mon, 28 Apr 2003 03:31:00 -0000 X-Authenticated-Sender: amFsMEBhdHRiaS5jb20= X-SW-Source: 2003-04/txt/msg00239.txt.bz2 Message-ID: <20030428033100.38aRrSJlQ5B7-IVoWrRHPVbK2X2YvmlgUx0cZIkwx_o@z> hi, is there documented somewhere the format of the file format for .i files ( as when using the -save-temps options or -E option). i am working on a program that uses gcc's preprocessor as a frontend to a program that creates .dot files for include file dependency analysis. i've read through the cpp internals manual and couldn't find what i was looking for there. thanks, jal0