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/45567] [4.5/4.6 Regression] __builtin_popcountl ICEs with -ftree-ter



------- Comment #7 from jakub at gcc dot gnu dot org  2010-09-14 10:12 -------
Subject: Bug 45567

Author: jakub
Date: Tue Sep 14 10:12:21 2010
New Revision: 164275

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164275
Log:
        PR middle-end/45567
        * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
        expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
        (expand_builtin): Adjust caller.
        (expand_builtin_unop): Only use subtarget if it has the right mode.

        * gcc.dg/pr45567.c: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr45567.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/builtins.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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