This is the mail archive of the gcc-cvs@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]

r126887 - in /branches/gimple-tuples-branch/gcc...


Author: aldyh
Date: Tue Jul 24 19:24:04 2007
New Revision: 126887

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126887
Log:
        * tree.c (get_callee_fndecl): Revert previous change.
        * gimplify.c (gimplify_call_expr): Use result from
        get_callee_fndecl if available.
        * c-common.c (c_warn_unused_result): Do not use
        get_callee_fndecl.
        Add assertion.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/c-common.c
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/tree.c


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