------- Comment #1 from pinskia at gcc dot gnu dot org  2007-06-25 12:16 -------
You need to learn this is not a bug.
if you do:

long long f(long long a, long long b)
{
  return a/b;
}

You will get a reference to divdi3.  There is no bug here except inside the
lInux kernel.

Linus is wrong in saying that 4.3 is broken because it is acting like what it
should be acting like.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to