public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Vladimir Kondratiev <vladimir.kondratiev@intel.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c/3665: ICE in merge_blocks_move_predecessor_nojumps, at flow.c:2341
Date: Tue, 26 Mar 2002 10:36:00 -0000	[thread overview]
Message-ID: <20020326183601.32657.qmail@sources.redhat.com> (raw)

The following reply was made to PR c/3665; it has been noted by GNATS.

From: Vladimir Kondratiev <vladimir.kondratiev@intel.com>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, aph@cambridge.redhat.com,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, Franz.Sirl-kernel@lauterbach.com
Cc:  
Subject: Re: c/3665: ICE in merge_blocks_move_predecessor_nojumps, at flow.c:2341
Date: Tue, 26 Mar 2002 20:24:29 +0200

 This is a multi-part message in MIME format.
 --------------020808070405000206080501
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 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.
 
 --------------020808070405000206080501
 Content-Type: text/plain;
  name="unixodbc.gcc3.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="unixodbc.gcc3.patch"
 
 --- 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:
 
 --------------020808070405000206080501--
 


             reply	other threads:[~2002-03-26 18:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-26 10:36 Vladimir Kondratiev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-30 16:51 rth
2001-07-20  5:19 hubicka
2001-07-12 14:16 Franz.Sirl-kernel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020326183601.32657.qmail@sources.redhat.com \
    --to=vladimir.kondratiev@intel.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).