This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/14900] [3.4 regression] ICE in loc_descriptor_from_tree (fix_trunc_expr)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]