This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2004 10:38:29 -0000
- Subject: [Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)
- References: <20040409145844.14900.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-08-18 10:38 -------
Just for reference, here's the testcase from PR17076:
===========================
struct A
{
int j;
};
void foo()
{
int i[A().j];
}
===========================
--
What |Removed |Added
----------------------------------------------------------------------------
Known to fail|3.4.0 |3.4.0 3.4.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14900