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 tree-optimization/34122] [4.3 Regression] ICE in get_addr_dereference_operands, at tree-ssa-operands.c:1746



------- Comment #1 from tbm at cyrius dot com  2007-11-16 18:04 -------
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */

void sqlite3VdbeChangeP3 (const char *zP3)
{
  freeP3 ((void *) *(char **) &zP3);
}


-- 


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


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