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 libgomp/31974] [4.3 regression]: Many libgomp failures



------- Comment #5 from hjl at lucon dot org  2007-05-19 17:04 -------
VRP says

D.1387_39: [-10737418225, 0]

Simplified relational D.1387_39 < 0 into D.1387_39 != 0

  if (D.1387_39 != 0)
    goto <bb 4>;
  else
    goto <bb 5> (<L37>);

<bb 4>:
  _gfortran_runtime_error ("Attempt to allocate a negative amount of memory.");

Is this a VRP bug?


-- 


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


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