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 target/15836] ICE in genmodes.c:746 (-fprofile-generate)


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-05 19:14 -------
Here is a slightly different reduced testcase:
extern void qsort ();
void calc_wider_mode (void)
{
  unsigned int c;
  for (c = 0; c < 10; c++)
    if (c != 0)
      qsort ();
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-05 19:14:51
               date|                            |


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


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