This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/32914] [4.2/4.3 Regression] ICE in rtl_for_decl_init with -g option
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2007 00:42:24 -0000
- Subject: [Bug debug/32914] [4.2/4.3 Regression] ICE in rtl_for_decl_init with -g option
- References: <bug-32914-11725@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |blocker
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
GCC build triplet|x86_64 |
GCC host triplet|x86_64 |
GCC target triplet|x86_64 |dwarf2
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2007-07-28 00:42:23
date| |
Summary|ICE in rtl_for_decl_init |[4.2/4.3 Regression] ICE in
|with -g option |rtl_for_decl_init with -g
| |option
Target Milestone|--- |4.2.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32914