This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r107721 - in /branches/gcc-4_0-branch/gcc: Chan...
- From: bonzini at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 30 Nov 2005 16:32:52 -0000
- Subject: r107721 - in /branches/gcc-4_0-branch/gcc: Chan...
Author: bonzini
Date: Wed Nov 30 16:32:52 2005
New Revision: 107721
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107721
Log:
2005-11-30 Paolo Bonzini <bonzini@gnu.org>
PR c/25169
* c-typeck.c (build_c_cast): Test CONSTANT_CLASS_P before
accessing fields that are only defined for constants.
Modified:
branches/gcc-4_0-branch/gcc/ChangeLog
branches/gcc-4_0-branch/gcc/c-typeck.c