This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/3665: ICE in merge_blocks_move_predecessor_nojumps, at flow.c:2341
- From: Vladimir Kondratiev <vladimir dot kondratiev at intel dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, aph at cambridge dot redhat dot com, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, Franz dot Sirl-kernel at lauterbach dot com
- Date: Tue, 26 Mar 2002 20:24:29 +0200
- Subject: Re: c/3665: ICE in merge_blocks_move_predecessor_nojumps, at flow.c:2341
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3665
Meanwhile, if goal is to compile unixODBC with gcc 3.0.4, patch
attached. Tested with unixODBC 2.0.7 and 2.2.0. It changes nothing in
functionality, just removes one code block that do nothing.
I know, proper solution is in gcc, but ...
Vladimir.
--- Drivers/template/SQLSetConnectOption.c.orig Thu Dec 13 11:33:42 2001
+++ Drivers/template/SQLSetConnectOption.c Tue Mar 26 15:16:34 2002
@@ -29,6 +29,7 @@
/* case SQL_CONNECT_OPT_DRVR_START: */
case SQL_ODBC_CURSORS:
case SQL_OPT_TRACE:
+#if 0
switch ( vParam )
{
case SQL_OPT_TRACE_ON:
@@ -36,6 +37,7 @@
default:
;
}
+#endif
break;
case SQL_OPT_TRACEFILE: