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 c/32494] gcc-4.3.x _32-bit_ becoming irrelevant to kernel



------- 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


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