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 optimization/12786] -fvpt does not work with signed mod or signed divide with a constant negative number


------- Additional Comments From veksler at il dot ibm dot com  2004-04-20 11:23 -------
The test case of 15022 is much simpler that the one here:
  int a=-1;
  int main()
  {
      return -100/a;
  }
Error message is different - is it the same bug (or just happens to be in the
same buggy area)?

-- 


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


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