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 middle-end/19125] [4.0 Regression] ICE at dwarf2out.c:9214


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-22 03:01 -------
Confirmed, reduced testcase:
struct A
{
  A();
};
bool as (int i)
{
    A arg_types[i];
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
          Component|debug                       |middle-end
     Ever Confirmed|                            |1
           Keywords|                            |build, ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-22 03:01:55
               date|                            |
            Summary|ICE at dwarf2out.c:9214     |[4.0 Regression] ICE at
                   |                            |dwarf2out.c:9214
   Target Milestone|---                         |4.0.0
            Version|unknown                     |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19125


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