[Bug target/27287] [4.1/4.2 Regression] returning constant double

dje at watson dot ibm dot com gcc-bugzilla@gcc.gnu.org
Thu Jul 13 19:58:00 GMT 2006



------- Comment #12 from dje at watson dot ibm dot com  2006-07-13 19:58 -------
Subject: Re:  [4.1/4.2 Regression] returning constant double 

>>>>> edmar at freescale dot com writes:

edmar> And to kill the last shread of doubt, here I am using the xgcc present
on the
edmar> very same build directoty:
edmar> /local/gnu_toolchain/build_area/obj_gcc-trunk_e500v2/gcc/xgcc -O2 -c
foo.c

edmar> Did I miss anything ?

        Yes, you missed "-B./" or
"-B/local/gnu_toolchain/build_area/obj_gcc-trunk_e500v2/gcc/"

        You are using the newly built driver "xgcc", but invoking a
previously installed cc1 compiler.  You are not testing the newly built
compiler containing the patch.


-- 


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



More information about the Gcc-bugs mailing list