From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5630 invoked by alias); 31 Dec 2007 06:04:11 -0000 Received: (qmail 5621 invoked by uid 22791); 31 Dec 2007 06:04:11 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 31 Dec 2007 06:03:45 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1J9DkV-0004f9-8L for gcc-help@gcc.gnu.org; Sun, 30 Dec 2007 22:03:43 -0800 Message-ID: <14554622.post@talk.nabble.com> Date: Mon, 31 Dec 2007 06:04:00 -0000 From: mahmoodn To: gcc-help@gcc.gnu.org Subject: Re: cc1plus take too much memory In-Reply-To: <18295.65530.822002.329281@zebedee.pink> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nt_mahmood@yahoo.com References: <14547002.post@talk.nabble.com> <18295.39564.699467.564027@zebedee.pink> <14549096.post@talk.nabble.com> <18295.65530.822002.329281@zebedee.pink> 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: 2007-12/txt/msg00459.txt.bz2 >Run the program you were trying to compile through "gcc -E". How big >is the resulting text? Are there any particularly long functions in >your program? That kind of thing. I have long functions with many typedefs. Have they any effect? in the directory than contain makefile, the result of "gcc -E" is: [naderan@Milky-way VVc_diagram_2]$ gcc -E gcc: no input files I use "make" instead to compile the project. what should I do then? Andrew Haley wrote: > > mahmoodn writes: > > > > > gcc 3.3 (released May 2003) is no longer being developed. Anything > > > it does today it will always do. > > > > I will work around with my code to get it ready for newer versions of > gcc, > > but untill then: > > > > > We don't know if this is abnormal because we don't know what you > > > were trying to compile. > > > > what information should I provide? > > Run the program you were trying to compile through "gcc -E". How big > is the resulting text? Are there any particularly long functions in > your program? That kind of thing. > > But I don't know how pointful this will be, given that gcc 3.3 is no > longer being developed. > > Andrew. > > -- > Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, > Berkshire, SL4 1TE, UK > Registered in England and Wales No. 3798903 > > -- View this message in context: http://www.nabble.com/cc1plus-take-too-much-memory-tp14547002p14554622.html Sent from the gcc - Help mailing list archive at Nabble.com.