From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0122B3858D33; Wed, 1 Mar 2023 06:43:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0122B3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677653008; bh=LqCvtA3Vypu6I9iDbvBwuRJ3UjI5G1inpNCxsRns8K8=; h=From:To:Subject:Date:From; b=rJVOcNSwl8aaltp+QB6uiXbZRr/WG+W7V+pusZ7jYqE6DMFm2hdCUE56FPNhzlj07 3iHgWi7PdWNZnxxEzLG+KXqoj2+T2CnXaOW23ahwsYo0QVz6dog949bwrQXrRXrefM i0z/2jt1UFQYBhUydPPWeZuktlMnbx7hgEubP+KA= From: "vinaykumar.kondreddy at staples dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108982] New: While recompiling when even we modify any line in got its giving error Date: Wed, 01 Mar 2023 06:43:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 4.8.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vinaykumar.kondreddy at staples dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108982 Bug ID: 108982 Summary: While recompiling when even we modify any line in got its giving error Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: vinaykumar.kondreddy at staples dot com Target Milestone: --- Created attachment 54563 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54563&action=3Dedit error logs we got from putty while recompiling so currently in our application we are using GCC 4.8.3 and recently we upgr= aded our oracle to 19.0.0 from 11.2. due to that we have few methods deprecated = in oracle 19 compared to old. when we done required code changes in pro*c and tried to recompile it but we are getting error while compilation.=20 which out an modification program successfully able to recompile and genera= tes .EXE but. even adding single log statement to the code we are getting attac= hed error's. please provide some suggestions to resolve this.=