[Bug middle-end/38422] [4.4 Regression] union/bitfield causes cc1/cc1plus to run out of memory.

2008-12-06 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2008-12-06 12:49 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/38422] [4.4 Regression] union/bitfield causes cc1/cc1plus to run out of memory.

2008-12-06 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-12-06 12:48 --- Subject: Bug 38422 Author: jakub Date: Sat Dec 6 12:47:15 2008 New Revision: 142521 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142521 Log: PR middle-end/38422 * fold-const.c (fold_unary) :

[Bug middle-end/38422] [4.4 Regression] union/bitfield causes cc1/cc1plus to run out of memory.

2008-12-06 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-12-06 10:03 --- http://gcc.gnu.org/ml/gcc-patches/2008-12/msg00389.html -- jakub at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/38422] [4.4 Regression] union/bitfield causes cc1/cc1plus to run out of memory.

2008-12-06 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-12-06 08:28 --- Likely caused by PR35422. Endless recursion, always fold_converting the same type and operand. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38422

[Bug middle-end/38422] [4.4 Regression] union/bitfield causes cc1/cc1plus to run out of memory.

2008-12-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-06 02:53 --- It ICEs for me with GNU C (GCC) version 4.4.0 20081202 (experimental) [trunk revision 142376] (powerpc64-unknown-linux-gnu) even at -O0. Anyways confirmed. -- pinskia at gcc dot gnu dot org changed:

[Bug middle-end/38422] [4.4 Regression] union/bitfield causes cc1/cc1plus to run out of memory.

2008-12-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |