public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/108982] New: While recompiling when even we modify any line in got its giving error
@ 2023-03-01  6:43 vinaykumar.kondreddy at staples dot com
  2023-03-01  6:52 ` [Bug c/108982] " pinskia at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: vinaykumar.kondreddy at staples dot com @ 2023-03-01  6:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

            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=54563&action=edit
error logs we got from putty while recompiling

so currently in our application we are using GCC 4.8.3 and recently we upgraded
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. 

which out an modification program successfully able to recompile and generates
.EXE but. even adding single log statement to the code we are getting attached
error's. please provide some suggestions to resolve this.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
@ 2023-03-01  6:52 ` pinskia at gcc dot gnu.org
  2023-03-01  6:52 ` pinskia at gcc dot gnu.org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-03-01  6:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
First off 4.8.x has not been supported for around 5 years now so there is not
much we can do plus since this is also from a binary build of gcc you should
ask where you got gcc from for support.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
  2023-03-01  6:52 ` [Bug c/108982] " pinskia at gcc dot gnu.org
@ 2023-03-01  6:52 ` pinskia at gcc dot gnu.org
  2023-03-01  7:47 ` vinaykumar.kondreddy at staples dot com
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-03-01  6:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Third you might need to run fix includes again after doing the install.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
  2023-03-01  6:52 ` [Bug c/108982] " pinskia at gcc dot gnu.org
  2023-03-01  6:52 ` pinskia at gcc dot gnu.org
@ 2023-03-01  7:47 ` vinaykumar.kondreddy at staples dot com
  2023-03-01  7:57 ` rguenth at gcc dot gnu.org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: vinaykumar.kondreddy at staples dot com @ 2023-03-01  7:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

--- Comment #3 from vinay kumar <vinaykumar.kondreddy at staples dot com> ---
Hi Andrew Pinski

Currently we upgraded from 4.2 to 4.8.3.

we used rpm to upgrade GCC to 4.8.3 with below command. 

rpm -ivh gcc-cpp-8-1.aix7.1.ppc.rpm 

Validation 
gcc --version(4.8.3)

we are trying to get support from the website where we got rpm but didn't got
any response.

Please suggest which version we need upgrade to resolve these issues. 

Please provide exact location to get rpm so that we can try from our end.Is
there any possibility to support/fix our issues us on paid basis w.r.t to
related GCC compiler.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (2 preceding siblings ...)
  2023-03-01  7:47 ` vinaykumar.kondreddy at staples dot com
@ 2023-03-01  7:57 ` rguenth at gcc dot gnu.org
  2023-03-01  8:09 ` vinaykumar.kondreddy at staples dot com
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-03-01  7:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
I would suggest to contact Oracle support here.  We do not provide pre-compiled
binaries of GCC (not for AIX anyway).

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (3 preceding siblings ...)
  2023-03-01  7:57 ` rguenth at gcc dot gnu.org
@ 2023-03-01  8:09 ` vinaykumar.kondreddy at staples dot com
  2023-03-01  9:03 ` jakub at gcc dot gnu.org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: vinaykumar.kondreddy at staples dot com @ 2023-03-01  8:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

vinay kumar <vinaykumar.kondreddy at staples dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---

--- Comment #5 from vinay kumar <vinaykumar.kondreddy at staples dot com> ---
Hi Richard Biener,

We already contacted Oracle, but they are not suggesting anything for this GCC
as it is freeware.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (4 preceding siblings ...)
  2023-03-01  8:09 ` vinaykumar.kondreddy at staples dot com
@ 2023-03-01  9:03 ` jakub at gcc dot gnu.org
  2023-03-01  9:10 ` vinaykumar.kondreddy at staples dot com
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-03-01  9:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
As has been said, GCC 4.8.x is not supported here for years and gcc.gnu.org
isn't an appropriate site to search for paid support for those old gcc
versions.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (5 preceding siblings ...)
  2023-03-01  9:03 ` jakub at gcc dot gnu.org
@ 2023-03-01  9:10 ` vinaykumar.kondreddy at staples dot com
  2023-03-01  9:14 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: vinaykumar.kondreddy at staples dot com @ 2023-03-01  9:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

vinay kumar <vinaykumar.kondreddy at staples dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---

--- Comment #7 from vinay kumar <vinaykumar.kondreddy at staples dot com> ---
Hi Jakub Jelinek,

Thanks for update.
could you please provide where I can get latest GCC RPM which supported by
gcc.gnu.org.
because from many websites we are able to get GCC binaries but not able found
its dependencies, so we are not able to upgrade GCC to latest versions.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (6 preceding siblings ...)
  2023-03-01  9:10 ` vinaykumar.kondreddy at staples dot com
@ 2023-03-01  9:14 ` jakub at gcc dot gnu.org
  2023-03-01 17:17 ` vinaykumar.kondreddy at staples dot com
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-03-01  9:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
See https://gcc.gnu.org/install/binaries.html - as written there, we
(gcc.gnu.org) don't offer any binaries, just sources.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (7 preceding siblings ...)
  2023-03-01  9:14 ` jakub at gcc dot gnu.org
@ 2023-03-01 17:17 ` vinaykumar.kondreddy at staples dot com
  2023-03-01 17:18 ` pinskia at gcc dot gnu.org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: vinaykumar.kondreddy at staples dot com @ 2023-03-01 17:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

vinay kumar <vinaykumar.kondreddy at staples dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---

--- Comment #9 from vinay kumar <vinaykumar.kondreddy at staples dot com> ---
Hi 

could you please provide the latest versions to support oracle 19c, pro*c
language

if possible provide the steps to install the binaries for our AIX 7.2 server.

is there any chance to get some help from your team to resolve compile time
issues.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (8 preceding siblings ...)
  2023-03-01 17:17 ` vinaykumar.kondreddy at staples dot com
@ 2023-03-01 17:18 ` pinskia at gcc dot gnu.org
  2023-03-01 17:36 ` vinaykumar.kondreddy at staples dot com
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-03-01 17:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/pipermail/gcc-help/2023-March/142317.html

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (9 preceding siblings ...)
  2023-03-01 17:18 ` pinskia at gcc dot gnu.org
@ 2023-03-01 17:36 ` vinaykumar.kondreddy at staples dot com
  2023-03-01 17:46 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: vinaykumar.kondreddy at staples dot com @ 2023-03-01 17:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

vinay kumar <vinaykumar.kondreddy at staples dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---

--- Comment #11 from vinay kumar <vinaykumar.kondreddy at staples dot com> ---
Hi Andrew,

As you provided, we downloaded latest snapshot from below link.

https://gcc.gnu.org/pub/gcc/snapshots/13-20220918/

Could you please provide any specific steps to install this in AIX server?.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (10 preceding siblings ...)
  2023-03-01 17:36 ` vinaykumar.kondreddy at staples dot com
@ 2023-03-01 17:46 ` pinskia at gcc dot gnu.org
  2023-03-01 17:58 ` vinaykumar.kondreddy at staples dot com
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-03-01 17:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/install/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (11 preceding siblings ...)
  2023-03-01 17:46 ` pinskia at gcc dot gnu.org
@ 2023-03-01 17:58 ` vinaykumar.kondreddy at staples dot com
  2023-03-01 18:07 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: vinaykumar.kondreddy at staples dot com @ 2023-03-01 17:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

vinay kumar <vinaykumar.kondreddy at staples dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |---
             Status|RESOLVED                    |UNCONFIRMED

--- Comment #13 from vinay kumar <vinaykumar.kondreddy at staples dot com> ---
Hi 

If possible can we get call and can we install latest version one of DEV server
??

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (12 preceding siblings ...)
  2023-03-01 17:58 ` vinaykumar.kondreddy at staples dot com
@ 2023-03-01 18:07 ` pinskia at gcc dot gnu.org
  2023-03-01 18:18 ` jakub at gcc dot gnu.org
  2023-03-04  0:45 ` hp at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-03-01 18:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Again we don't provide binary builds of GCC.
Folks build on AIX all the time, some have used XLC to do the compiling too.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (13 preceding siblings ...)
  2023-03-01 18:07 ` pinskia at gcc dot gnu.org
@ 2023-03-01 18:18 ` jakub at gcc dot gnu.org
  2023-03-04  0:45 ` hp at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-03-01 18:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
And please stop reopening this bugzilla bug.  There is no bug on the GCC side,
and this should be handled on gcc-help mailing list, not here.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug c/108982] While recompiling when even we modify any line in got its giving error
  2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
                   ` (14 preceding siblings ...)
  2023-03-01 18:18 ` jakub at gcc dot gnu.org
@ 2023-03-04  0:45 ` hp at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: hp at gcc dot gnu.org @ 2023-03-04  0:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu.org

--- Comment #16 from Hans-Peter Nilsson <hp at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> Third you might need to run fix includes again after doing the install.

I'm afraid that's incomprehensible to someone unfamiliar with gcc and that has
supposedly never heard of "fixincludes".

I'd phrase that as 'find and re-run the script by the name "fixincludes" (which
is installed as part of the gcc package)'.  Alternatively, un-install and
re-install gcc by the same method you installed it.  HTH.

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-03-04  0:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01  6:43 [Bug c/108982] New: While recompiling when even we modify any line in got its giving error vinaykumar.kondreddy at staples dot com
2023-03-01  6:52 ` [Bug c/108982] " pinskia at gcc dot gnu.org
2023-03-01  6:52 ` pinskia at gcc dot gnu.org
2023-03-01  7:47 ` vinaykumar.kondreddy at staples dot com
2023-03-01  7:57 ` rguenth at gcc dot gnu.org
2023-03-01  8:09 ` vinaykumar.kondreddy at staples dot com
2023-03-01  9:03 ` jakub at gcc dot gnu.org
2023-03-01  9:10 ` vinaykumar.kondreddy at staples dot com
2023-03-01  9:14 ` jakub at gcc dot gnu.org
2023-03-01 17:17 ` vinaykumar.kondreddy at staples dot com
2023-03-01 17:18 ` pinskia at gcc dot gnu.org
2023-03-01 17:36 ` vinaykumar.kondreddy at staples dot com
2023-03-01 17:46 ` pinskia at gcc dot gnu.org
2023-03-01 17:58 ` vinaykumar.kondreddy at staples dot com
2023-03-01 18:07 ` pinskia at gcc dot gnu.org
2023-03-01 18:18 ` jakub at gcc dot gnu.org
2023-03-04  0:45 ` hp at gcc dot gnu.org

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).