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 other/42715] [4.5 Regression] output_operand: invalid expression as operand



------- Comment #7 from jakub at gcc dot gnu dot org  2010-01-21 00:42 -------
Subject: Bug 42715

Author: jakub
Date: Thu Jan 21 00:42:02 2010
New Revision: 156102

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156102
Log:
        PR debug/42715
        * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
        without a cselib val.
        (count_uses): Accept MO_VAL_SET with no val on stores.
        (add_stores): Likewise.

        * gcc.dg/pr42715.c: New.

Added:
    trunk/gcc/testsuite/gcc.dg/pr42715.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/var-tracking.c


-- 


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


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