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 middle-end/18163] [4.0 Regression] libffi test case ICE's on darwin


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-26 19:41 -------
Confirmed, here is the reduced testcase:
long double return_ld(long double a, long double b, long double c,
			     long double d, long double e, long double f,
			     long double g)
{
  return a + b + c + d + e + f + g;
}

Something changed between:
Sun Oct 24 22:46:36 EDT 2004
Mon Oct 25 02:46:36 UTC 2004

and:
Tue Oct 26 08:56:13 EDT 2004
Tue Oct 26 12:56:13 UTC 2004

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|other                       |middle-end
     Ever Confirmed|                            |1
  GCC build triplet|powerpc-apple-darwin7.5.0   |
   GCC host triplet|powerpc-apple-darwin7.5.0   |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-26 19:41:51
               date|                            |
            Summary|libffi test case ICE's on   |[4.0 Regression] libffi test
                   |darwin                      |case ICE's on darwin
   Target Milestone|---                         |4.0.0


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


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