public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/8276: Compile fixes for gcc 3.2 on AIX
@ 2003-05-06 19:28 dje
  0 siblings, 0 replies; 4+ messages in thread
From: dje @ 2003-05-06 19:28 UTC (permalink / raw)
  To: dje, gcc-bugs, gcc-prs, pere

Synopsis: Compile fixes for gcc 3.2 on AIX

State-Changed-From-To: suspended->closed
State-Changed-By: dje
State-Changed-When: Tue May  6 19:28:56 2003
State-Changed-Why:
    cannot duplicate failures

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8276


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

* Re: bootstrap/8276: Compile fixes for gcc 3.2 on AIX
@ 2003-02-24 16:10 dje
  0 siblings, 0 replies; 4+ messages in thread
From: dje @ 2003-02-24 16:10 UTC (permalink / raw)
  To: dje, gcc-bugs, gcc-prs, pere

Synopsis: Compile fixes for gcc 3.2 on AIX

State-Changed-From-To: analyzed->suspended
State-Changed-By: dje
State-Changed-When: Mon Feb 24 16:10:51 2003
State-Changed-Why:
    unnecessary

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8276


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

* Re: bootstrap/8276: Compile fixes for gcc 3.2 on AIX
@ 2003-02-24 16:03 ebotcazou
  0 siblings, 0 replies; 4+ messages in thread
From: ebotcazou @ 2003-02-24 16:03 UTC (permalink / raw)
  To: dje, gcc-bugs, gcc-prs, nobody, pere

Synopsis: Compile fixes for gcc 3.2 on AIX

Responsible-Changed-From-To: unassigned->dje
Responsible-Changed-By: ebotcazou
Responsible-Changed-When: Mon Feb 24 16:03:28 2003
Responsible-Changed-Why:
    AIX specialist.
State-Changed-From-To: open->analyzed
State-Changed-By: ebotcazou
State-Changed-When: Mon Feb 24 16:03:28 2003
State-Changed-Why:
    Have these fixes been already applied?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8276


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

* bootstrap/8276: Compile fixes for gcc 3.2 on AIX
@ 2002-10-18  5:36 pere
  0 siblings, 0 replies; 4+ messages in thread
From: pere @ 2002-10-18  5:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8276
>Category:       bootstrap
>Synopsis:       Compile fixes for gcc 3.2 on AIX
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 18 05:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     pere@hungry.com
>Release:        gcc-3.2
>Organization:
>Environment:

>Description:
I had to apply the following patches to get GCC 3.2 compiling on AIX
5.  With this patch the source compiled out of the box.  Please apply
in the next version of GCC.

diff -ur src-3.2/gcc/dependence.c src-3.2-local/gcc/dependence.c
--- src-3.2/gcc/dependence.c    2002-01-22 22:57:22.000000000 +0100
+++ src-3.2-local/gcc/dependence.c      2002-10-14 19:17:15.000000000 +0200
@@ -1143,7 +1143,9 @@
     return 0;
 }

+#ifndef abs /* It is defined in <stdlib.h> on AIX */
 #define abs(N) ((N) < 0 ? -(N) : (N))
+#endif /* not abs */

 /* Determine the DIRECTION and DISTANCE dependency for subscript SUB of
    inputs ICOEFFICIENTS and outputs OCOEFFICIENTS of loop LOOP_PTR using
diff -ur src-3.2/gcc/config.in src-3.2-local/gcc/config.in
--- src-3.2/gcc/config.in       2002-08-14 11:31:10.000000000 +0200
+++ src-3.2-local/gcc/config.in 2002-10-14 15:35:00.000000000 +0200
@@ -33,7 +33,9 @@
 #undef HAVE_VFORK_H

 /* Define as __inline if that's what the C compiler calls it.  */
+#ifndef inline /* avoid conflict with include/ansidecl.h */
 #undef inline
+#endif /* not inline */

 /* Define if your C compiler doesn't accept -c and -o together.  */
 #undef NO_MINUS_C_MINUS_O
diff -ur src-3.2/libiberty/config.in src-3.2-local/libiberty/config.in
--- src-3.2/libiberty/config.in 2001-11-28 02:37:24.000000000 +0100
+++ src-3.2-local/libiberty/config.in   2002-10-14 17:46:50.000000000 +0200
@@ -13,7 +13,9 @@
 #undef HAVE_VFORK_H

 /* Define as __inline if that's what the C compiler calls it.  */
+#ifndef inline /* avoid conflict with include/ansidecl.h */
 #undef inline
+#endif /* not inline */

 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef pid_t
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-05-06 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-06 19:28 bootstrap/8276: Compile fixes for gcc 3.2 on AIX dje
  -- strict thread matches above, loose matches on Subject: below --
2003-02-24 16:10 dje
2003-02-24 16:03 ebotcazou
2002-10-18  5:36 pere

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