public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/5584: gcc package does not build on rs6000 AIX system with xlc compiler
@ 2002-02-05  6:44 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2002-02-05  6:44 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, lefurgy, nobody

Synopsis: gcc package does not build on rs6000 AIX system with xlc compiler

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Tue Feb  5 06:44:08 2002
State-Changed-Why:
    Fixed in gcc 3.0.4
    http://gcc.gnu.org/ml/gcc-patches/2002-02/msg00320.html

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


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

* target/5584: gcc package does not build on rs6000 AIX system with xlc compiler
@ 2002-02-04 11:07 lefurgy
  0 siblings, 0 replies; 2+ messages in thread
From: lefurgy @ 2002-02-04 11:07 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5584
>Category:       target
>Synopsis:       gcc package does not build on rs6000 AIX system with xlc compiler
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 04 11:06:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     lefurgy@us.ibm.com
>Release:        gcc-3.0.2
>Organization:
>Environment:
powerpc-ibm-aix4.3.1.0
>Description:

This is causing builds of gcc to fail ("make bootstrap")
(using the AIX xlc compiler) with the error

"varasm.c", line 923.5: 1506-068 (S) Operation between types "void*" and "int" is not allowed.
>How-To-Repeat:
On AIX 4.3 system using xlc, try to build the gcc package.
>Fix:
Incorrect code in file gcc/config/rs6000/aix.h
The macro UNIQUE_SECTION has the line

  string = alloca (len) + 1;

This should probably be:

  string = alloca (len+1);

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


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

end of thread, other threads:[~2002-02-05 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-05  6:44 target/5584: gcc package does not build on rs6000 AIX system with xlc compiler rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-02-04 11:07 lefurgy

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