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]

r108982 - in /branches/gcc-4_0-branch/gcc: Chan...


Author: jakub
Date: Thu Dec 22 23:05:20 2005
New Revision: 108982

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108982
Log:
	PR objc/25328
	* c-typeck.c (comptypes): If objc_comptypes returned < 0,
	but TYPE_MODE or TYPE_REF_CAN_ALIAS_ALL differs between t1
	and t2, make sure 0 is returned.

	* objc/execute/pr25328.m: New test.

Added:
    branches/gcc-4_0-branch/gcc/testsuite/objc/execute/pr25328.m
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/c-typeck.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


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