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/41261] ice with -O2 -fprofile-arcs when compiling Linux kernel



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-09-04 13:23 -------
extern void relocate_kernel();
void machine_kexec(void *control_page)
{ 
  memcpy(control_page, relocate_kernel, 2048);
}

Mine.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
          Component|c                           |middle-end
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-09-04 13:23:48
               date|                            |


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


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