[Bug preprocessor/19411] Simple program causes gcc to run out of memory

2005-02-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-08 13:27 --- *** Bug 19821 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug preprocessor/19411] Simple program causes gcc to run out of memory

2005-02-06 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-02-07 06:58 --- I wouldn't blame the preprocessor. The macros in altivec.h for C support have multiple occurences of their arguments. __builtin_choose_expr only evaluates one occurence, but that doesn't stop the preproc

[Bug preprocessor/19411] Simple program causes gcc to run out of memory

2005-01-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-12 23:07 --- This is the preprocessor f'ing up. The macros are complex which cause the problem, I might be able get a self contained example later on. -- What|Removed |Added --