[Bug target/20650] [4.1 Regression] float.c fails to build with weird error message

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Mar 27 22:32:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-27 22:32 -------
Small testcase:
int f(double a, double b)
{
int a1 = a;
int b1 = b;
  return a1+b1;
}

You can reproduce this on powerpc-darwin with -mcpu=601

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |target
     Ever Confirmed|                            |1
           Keywords|rejects-valid               |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-27 22:32:23
               date|                            |
            Summary|float.c fails to build with |[4.1 Regression] float.c
                   |weird error message         |fails to build with weird
                   |                            |error message
   Target Milestone|---                         |4.1.0


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



More information about the Gcc-bugs mailing list