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 ada/22026] [4.1 Regression] ACATS FAIL C45331A fixed point wrong code


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-18 17:57 -------
VRP is causing it:
   min.14_397 = min.14_393;
   max.6_398 = max.6_377;
   D.554_399 = min.14_397 + max.6_398;
-  if (D.554_399 != 0) goto <L29>; else goto <L30>;
-
-<L29>:;
   D.555 = C.17;



-- 


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


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