This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/19821] Preprocessor oom with nested vector operations


------- Additional Comments From neil at daikokuya dot co dot uk  2005-02-08 14:02 -------
Subject: Re:  New: Preprocessor oom with nested vector operations

pochini at shiny dot it wrote:-

> With 4 nested vec_add()'s gcc goes out of memory on my 512MB+1GBswap ppc box. 
> With 3 adds it consumes about 150MB of memory and eventually succeeds. The 
> preprocessor expands the y=... line into an exagerately huge expression. fftw3 
> fails to compile because of this.

But it is ridiculously big.  If you think it's expanding it wrong then
please elaborate.  Otherwise don't use brain-dead macros 8-)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19821


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]