[Bug target/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-27 Thread ubizjak at gmail dot com
--- Comment #15 from ubizjak at gmail dot com 2007-12-27 12:58 --- (In reply to comment #14) > So, we can conclude that something is wrong with arg 3 of ARRAY_REF expr. > Perhaps it is left uninitialized? Probably it is not OK to build ARRAY_REF expr using build_x_binary_op(). Could a

[Bug target/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-27 Thread ubizjak at gmail dot com
--- Comment #14 from ubizjak at gmail dot com 2007-12-27 12:32 --- (In reply to comment #13) > For some reason it works correctly on i386-apple-darwin and > powerpc-linux-gnu. > I wonder if something is not miscompiling the C++ front-end. No, I have build non-bootstrapped gcc with gcc

[Bug target/34397] [4.3 regression] ICE on invalid default template parameter

2007-12-26 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2007-12-26 14:26 --- For some reason it works correctly on i386-apple-darwin and powerpc-linux-gnu. I wonder if something is not miscompiling the C++ front-end. -- pinskia at gcc dot gnu dot org changed: What|Remov