[Bug debug/32914] [4.2/4.3 Regression] ICE in rtl_for_decl_init with -g option

2007-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-08-28 09:45 --- Subject: Bug 32914 Author: jakub Date: Tue Aug 28 09:44:57 2007 New Revision: 127854 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127854 Log: PR debug/32914 * dwarf2out.c (rtl_for_decl_init):

[Bug debug/32914] [4.2/4.3 Regression] ICE in rtl_for_decl_init with -g option

2007-08-20 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug debug/32914] [4.2/4.3 Regression] ICE in rtl_for_decl_init with -g option

2007-08-09 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32914

[Bug debug/32914] [4.2/4.3 Regression] ICE in rtl_for_decl_init with -g option

2007-07-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-28 00:42 --- Reduced testcase: typedef int __m128i __attribute__ ((__vector_size__ (16) )); const __m128i tmp={0,0}; This is a blocker for everyone using vectors with g++. -- pinskia at gcc dot gnu dot org changed: