[Bug tree-optimization/26992] [4.2 Regression] Internal Compiler Error in dwarf2out.c:7607 build_polynomial_chrec

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Apr 3 04:31:00 GMT 2006



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-04-03 04:31 -------
Reduced testcase:
typedef long unsigned int size_t;
void output_file_names (size_t ndirs)
{
    size_t i;
    for (i = 0;  i < ndirs;  i++)
    {
        size_t j;
        for (j = i + 1;   j < ndirs;   j++)
        {
            for (j = i;  j < ndirs;  j++) {}
        }
    }
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|bootstrap                   |tree-optimization
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-03 04:31:54
               date|                            |


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



More information about the Gcc-bugs mailing list