------- Comment #11 from sayle at gcc dot gnu dot org  2006-05-17 01:12 -------
Subject: Bug 26600

Author: sayle
Date: Wed May 17 01:11:59 2006
New Revision: 113839

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113839
Log:

        PR target/26600
        * config/i386/i386.c (legitimate_constant_p) <CONST_DOUBLE>: TImode
        integer constants other than zero are only legitimate on TARGET_64BIT.
        <CONST_VECTOR> Only zero vectors are legitimate.
        (ix86_cannot_force_const_mem): Integral and vector constants can
        always be put in the constant pool.

        * gcc.target/i386/pr26600.c: New test case.


Added:
    branches/gcc-4_1-branch/gcc/testsuite/gcc.target/i386/pr26600.c
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/i386/i386.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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

Reply via email to