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/47903] [4.5/4.6 Regression] var-tracking.c: valgrind error


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-27 19:37:38 UTC ---
Author: jakub
Date: Sun Feb 27 19:37:35 2011
New Revision: 170547

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170547
Log:
    PR middle-end/47903
    * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
    MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
    r isn't op0 nor op1.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/real.c


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