public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/34794]  New: build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
@ 2008-01-15 11:28 tammer at tammer dot net
  2008-01-15 12:34 ` [Bug libstdc++/34794] " pcarlini at suse dot de
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: tammer at tammer dot net @ 2008-01-15 11:28 UTC (permalink / raw)
  To: gcc-bugs

Hello,
the build of gcc 4.2.2 fails on AIX 6.1 during stage3 / libstdc++.

environment:
IBM AIX 6.1 TL0 SP2
XC C/C++ 9.0 
gcc 4.2.2 compiled on AIX 5.3

=====> stage_current: stage3

gmake[4]: Entering directory
`/opt/freeware/src/packages/BUILD/gcc-build/powerpc-ibm-aix6.1.0.0/libstdc++-v3/libmath'
/opt/freeware/bin/bash ../libtool --tag CC --mode=compile
/opt/freeware/src/packages/BUILD/gcc-build/./gcc/xgcc
-B/opt/freeware/src/packages/BUILD/gcc-build/./gcc/
-B/opt/freeware/powerpc-ibm-aix6.1.0.0/bin/
-B/opt/freeware/powerpc-ibm-aix6.1.0.0/lib/ -isystem
/opt/freeware/powerpc-ibm-aix6.1.0.0/include -isystem
/opt/freeware/powerpc-ibm-aix6.1.0.0/sys-include -DHAVE_CONFIG_H -I.
-I../../../../gcc-4.2.2/libstdc++-v3/libmath -I..     -O2 -O2
-I/opt/freeware/include  -c -o stubs.lo
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c
/opt/freeware/src/packages/BUILD/gcc-build/./gcc/xgcc
-B/opt/freeware/src/packages/BUILD/gcc-build/./gcc/
-B/opt/freeware/powerpc-ibm-aix6.1.0.0/bin/
-B/opt/freeware/powerpc-ibm-aix6.1.0.0/lib/ -isystem
/opt/freeware/powerpc-ibm-aix6.1.0.0/include -isystem
/opt/freeware/powerpc-ibm-aix6.1.0.0/sys-include -DHAVE_CONFIG_H -I.
-I../../../../gcc-4.2.2/libstdc++-v3/libmath -I.. -O2 -O2
-I/opt/freeware/include -c ../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c
-o stubs.o
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:47: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:48: error: conflicting types
for 'fabs'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'fabs':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:49: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:49: error: (Each undeclared
identifier is reported only once
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:49: error: for each function
it appears in.)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:64: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:65: error: conflicting types
for 'acos'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'acos':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:66: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:81: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:82: error: conflicting types
for 'asin'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'asin':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:83: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:98: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:99: error: conflicting types
for 'atan'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'atan':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:100: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:115: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:115: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:116: error: conflicting
types for 'atan2'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'atan2':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:117: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:117: error: 'y' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:132: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:133: error: conflicting
types for 'ceil'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'ceil':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:134: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:149: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:150: error: conflicting
types for 'cos'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'cos':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:151: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:166: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:167: error: conflicting
types for 'cosh'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'cosh':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:168: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:183: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:184: error: conflicting
types for 'exp'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'exp':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:185: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:200: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:201: error: conflicting
types for 'floor'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'floor':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:202: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:217: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:217: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:218: error: conflicting
types for 'fmod'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'fmod':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:219: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:219: error: 'y' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:235: error: redefinition of
'frexpl'
/opt/freeware/src/packages/BUILD/gcc-build/./gcc/include/math.h:576: error:
previous definition of 'frexpl' was here
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:251: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:252: error: conflicting
types for 'sqrt'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'sqrt':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:253: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:285: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:285: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:286: error: conflicting
types for 'hypot'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'hypot':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:287: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:287: error: 'y' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:308: error: redefinition of
'ldexpl'
/opt/freeware/src/packages/BUILD/gcc-build/./gcc/include/math.h:581: error:
previous definition of 'ldexpl' was here
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:324: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:325: error: conflicting
types for 'log'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'log':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:326: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:341: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:342: error: conflicting
types for 'log10'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'log10':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:343: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:363: error: redefinition of
'modfl'
/opt/freeware/src/packages/BUILD/gcc-build/./gcc/include/math.h:587: error:
previous definition of 'modfl' was here
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:383: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:383: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:384: error: conflicting
types for 'pow'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'pow':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:385: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:385: error: 'y' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:400: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:401: error: conflicting
types for 'sin'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'sin':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:402: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:417: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:418: error: conflicting
types for 'sinh'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'sinh':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:419: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:434: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:435: error: conflicting
types for 'tan'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'tan':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:436: error: 'x' undeclared
(first use in this function)
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: At top level:
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:451: error: expected
declaration specifiers or '...' before '(' token
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:452: error: conflicting
types for 'tanh'
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c: In function 'tanh':
../../../../gcc-4.2.2/libstdc++-v3/libmath/stubs.c:453: error: 'x' undeclared
(first use in this function)
gmake[4]: *** [stubs.lo] Error 1
gmake[4]: Leaving directory
`/opt/freeware/src/packages/BUILD/gcc-build/powerpc-ibm-aix6.1.0.0/libstdc++-v3/libmath'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/opt/freeware/src/packages/BUILD/gcc-build/powerpc-ibm-aix6.1.0.0/libstdc++-v3'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/opt/freeware/src/packages/BUILD/gcc-build/powerpc-ibm-aix6.1.0.0/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/opt/freeware/src/packages/BUILD/gcc-build'
gmake: *** [bootstrap-lean] Error 2
Bad exit status from /tmp/rpm-tmp.22206 (%build)

This is the tmp rpm build script:

#!/bin/sh

RPM_SOURCE_DIR="/opt/freeware/src/packages/SOURCES"
RPM_BUILD_DIR="/opt/freeware/src/packages/BUILD"
RPM_OPT_FLAGS="-O2 -fsigned-char"
RPM_ARCH="ppc"
RPM_OS="aix"
export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_ARCH RPM_OS
RPM_DOC_DIR="/opt/freeware/doc"
export RPM_DOC_DIR
RPM_PACKAGE_NAME="gcc"
RPM_PACKAGE_VERSION="4.2.2"
RPM_PACKAGE_RELEASE="2"
export RPM_PACKAGE_NAME RPM_PACKAGE_VERSION RPM_PACKAGE_RELEASE
RPM_BUILD_ROOT="/tmp/gcc-4.2.2-root"
export RPM_BUILD_ROOT

set -x
umask 022
cd /opt/freeware/src/packages/BUILD
cd gcc-4.2.2
# speed up the configure processes...
export CONFIG_SHELL=/opt/freeware/bin/bash
export CONFIGURE_ENV_ARGS=/opt/freeware/bin/bash

cd ..
rm -rf gcc-build
mkdir gcc-build
cd gcc-build
CC=cc \
BOOT_CFLAGS="-O2 -I/opt/freeware/include" \
CFLAGS="-O2 -I/opt/freeware/include" \
CXXFLAGS="-O2 -I/opt/freeware/include" \
LIBCFLAGS="-O2 -I/opt/freeware/include" \
LIBCXXFLAGS="-O2 -I/opt/freeware/include -fno-implicit-templates" \
LDFLAGS="-L/opt/freeware/lib" \
../gcc-4.2.2/configure \
--with-as=/usr/bin/as \
--with-ld=/usr/bin/ld \
--enable-languages="c,c++,fortran" \
--prefix=/opt/freeware \
--enable-threads \
--enable-version-specific-runtime-libs \
--disable-nls \
--enable-decimal-float=dpd \
--host=powerpc-ibm-aix6.1.0.0

ulimit -d unlimited
ulimit -s unlimited
gmake -j 1 \
        CFLAGS='-O2 -I/opt/freeware/include' \
        CXXFLAGS='-O2 -I/opt/freeware/include' \
        LIBCFLAGS='-O2 -I/opt/freeware/include' \
        LIBCXXFLAGS='-O2 -I/opt/freeware/include -fno-implicit-templates' \
        BOOT_CFLAGS='-O2 -I/opt/freeware/include' \
        bootstrap-lean

# remove the "-print-multi-os-directory" flag...
sed -e "s/MULTIOSDIR = \`\$(CC) \$(LIBCFLAGS)
-print-multi-os-directory\`/MULTIOSDIR = ./" libiberty/Makefile > Makefile.tmp
mv -f Makefile.tmp libiberty/Makefile


exit 0

Is this a known problem ?


Bye
  Rainer


-- 
           Summary: build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-
                    v3/libmath/stubs.c:47
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tammer at tammer dot net
 GCC build triplet: AIX 6.1
  GCC host triplet: AIX 6.1
GCC target triplet: AIX 6.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
@ 2008-01-15 12:34 ` pcarlini at suse dot de
  2008-01-15 13:13 ` tammer at tammer dot net
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: pcarlini at suse dot de @ 2008-01-15 12:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pcarlini at suse dot de  2008-01-15 10:45 -------
Hi David, can you have a look at this issue? Thanks.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dje at watson dot ibm dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
  2008-01-15 12:34 ` [Bug libstdc++/34794] " pcarlini at suse dot de
@ 2008-01-15 13:13 ` tammer at tammer dot net
  2008-01-21 11:53 ` tammer at tammer dot net
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tammer at tammer dot net @ 2008-01-15 13:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tammer at tammer dot net  2008-01-15 11:28 -------
Hello,
currently I am working with Ralf Wildenhues (libtool, autconf, automake,
config) to get AIX 6.1 in. The libtool (branch-1.5 / HEAD) and config.guess now
recognizes AIX 6.1 as -> powerpc-ibm-aix6.1.0.0.

I have not yet regenerated the complete build environment of gcc 4.2.2 with the
above tools. As gcc is a very large project I am not comfortable in rebuilding
the whole shebang... 

Bye
  Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
  2008-01-15 12:34 ` [Bug libstdc++/34794] " pcarlini at suse dot de
  2008-01-15 13:13 ` tammer at tammer dot net
@ 2008-01-21 11:53 ` tammer at tammer dot net
  2008-01-22 22:26 ` dje at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tammer at tammer dot net @ 2008-01-21 11:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from tammer at tammer dot net  2008-01-21 11:14 -------
Hello,
any news ? 

Do you need further information / tests ?

Bye
  Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (2 preceding siblings ...)
  2008-01-21 11:53 ` tammer at tammer dot net
@ 2008-01-22 22:26 ` dje at gcc dot gnu dot org
  2008-01-23  7:43 ` tammer at tammer dot net
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-22 22:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dje at gcc dot gnu dot org  2008-01-22 22:15 -------
libsdc++ does not appear to be configured correctly on AIX 6.1. 
libstdc++-3/libmath/stubs.c and /usr/include/math.h are not interacting
correctly and functions, such as fabsl, are getting redefined by math.h,
causing problems.


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-22 22:15:32
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (4 preceding siblings ...)
  2008-01-23  7:43 ` tammer at tammer dot net
@ 2008-01-23  7:43 ` tammer at tammer dot net
  2008-01-24 18:17 ` dje at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tammer at tammer dot net @ 2008-01-23  7:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from tammer at tammer dot net  2008-01-23 07:13 -------
Hallo,
this is exactly what I feared. But unfortunately I do not know exactly how to
fix this. I have attached the math.h from AIX 6.1. Maybe you can have a look at
the header and find a quick fix ?

Bye
  Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (3 preceding siblings ...)
  2008-01-22 22:26 ` dje at gcc dot gnu dot org
@ 2008-01-23  7:43 ` tammer at tammer dot net
  2008-01-23  7:43 ` tammer at tammer dot net
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tammer at tammer dot net @ 2008-01-23  7:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from tammer at tammer dot net  2008-01-23 07:12 -------
Created an attachment (id=15004)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15004&action=view)
AIX 6.1 TL0 SP2 math.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (5 preceding siblings ...)
  2008-01-23  7:43 ` tammer at tammer dot net
@ 2008-01-24 18:17 ` dje at gcc dot gnu dot org
  2008-01-24 19:44 ` dje at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-24 18:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from dje at gcc dot gnu dot org  2008-01-24 17:23 -------
I have upgraded libtool and all of the configure scripts in mainline.

The problem with stubs is because the libstdc++-v3 configure machinery is not
recognizing that AIX libm already provides all of those functions, as it
detects with AIX 5.  I am continuing to investigate.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (6 preceding siblings ...)
  2008-01-24 18:17 ` dje at gcc dot gnu dot org
@ 2008-01-24 19:44 ` dje at gcc dot gnu dot org
  2008-01-25  3:38 ` dje at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-24 19:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from dje at gcc dot gnu dot org  2008-01-24 19:12 -------
AIX 6 math.h "optimizations" completely confuse GCC configure looking for ISO
C99 and long double support.  It looks like this will require fix-includes
magic.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (7 preceding siblings ...)
  2008-01-24 19:44 ` dje at gcc dot gnu dot org
@ 2008-01-25  3:38 ` dje at gcc dot gnu dot org
  2008-01-25  7:51 ` tammer at tammer dot net
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-25  3:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from dje at gcc dot gnu dot org  2008-01-25 02:53 -------
Replacing gcc's "include-fixed" version of math.h with the include-fixed
version from AIX 5.3 gets farther.  AIX 6 math.h is going to need to be tweaked
and we need to figure out what parts of the file need to be commented out.  I
suspect all of the "inlined" functions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (8 preceding siblings ...)
  2008-01-25  3:38 ` dje at gcc dot gnu dot org
@ 2008-01-25  7:51 ` tammer at tammer dot net
  2008-01-25 15:11 ` dje at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tammer at tammer dot net @ 2008-01-25  7:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from tammer at tammer dot net  2008-01-25 07:13 -------
Hello,
I can try with the updated source and the AIX 5.3 math.h ...

What is the correct SNV tag for the "updated" version or did you only update
you local copy ??

Bye
  Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (9 preceding siblings ...)
  2008-01-25  7:51 ` tammer at tammer dot net
@ 2008-01-25 15:11 ` dje at gcc dot gnu dot org
  2008-01-26 17:08 ` dje at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-25 15:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from dje at gcc dot gnu dot org  2008-01-25 13:58 -------
The AIX 5.3 fixed math.h does not make the build completely succeed, it just
gets farther.

GCC currrent mainline has the other changes.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (10 preceding siblings ...)
  2008-01-25 15:11 ` dje at gcc dot gnu dot org
@ 2008-01-26 17:08 ` dje at gcc dot gnu dot org
  2008-01-26 17:16 ` dje at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-26 17:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from dje at gcc dot gnu dot org  2008-01-26 16:27 -------
Subject: Bug 34794

Author: dje
Date: Sat Jan 26 16:26:27 2008
New Revision: 131865

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131865
Log:
        PR target/34794
        * config.gcc: Separate AIX 5.3 from AIX 6.1.
        * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
        __LONGDOUBLE128 too.
        * config/rs6000/aix61.h: New file.

Added:
    trunk/gcc/config/rs6000/aix61.h
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/rs6000/rs6000-c.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (11 preceding siblings ...)
  2008-01-26 17:08 ` dje at gcc dot gnu dot org
@ 2008-01-26 17:16 ` dje at gcc dot gnu dot org
  2008-01-29  8:57 ` tammer at tammer dot net
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-26 17:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from dje at gcc dot gnu dot org  2008-01-26 16:28 -------
Subject: Bug 34794

Author: dje
Date: Sat Jan 26 16:28:03 2008
New Revision: 131866

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131866
Log:
        PR target/34794
        * config/os/aix/os_defines.h: Define __COMPATMATH__.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/os/aix/os_defines.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (12 preceding siblings ...)
  2008-01-26 17:16 ` dje at gcc dot gnu dot org
@ 2008-01-29  8:57 ` tammer at tammer dot net
  2008-01-29 15:01 ` [Bug target/34794] " dje at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tammer at tammer dot net @ 2008-01-29  8:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from tammer at tammer dot net  2008-01-29 07:03 -------
Hello,
I just tested HEAD on AIX 6.1 and you are right ... the build crashes here:

/opt/freeware/bin/bash ../../gcc-4.3.0/gcc/../move-if-change tmp-attr.h
insn-attr.h
echo timestamp > s-attr
/opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/xgcc
-B/opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/ -B/opt
/freeware/powerpc-ibm-aix6.1.0.0/bin/ -c   -O2 -I/opt/freeware/include -DIN_GCC
  -W -Wall -Wwrite-strings -Wstrict-protot
ypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros
                               -Wno-overlength-strings -Werror -fno-common  
-DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.0/gcc
 -I../../gcc-4.3.0/gcc/. -I../../gcc-4.3.0/gcc/../include
-I../../gcc-4.3.0/gcc/../libcpp/include -I/opt/freeware/include
-I/opt/freeware/include -I../../gcc-4.3.0/gcc/../libdecnumber
-I../../gcc-4.3.0/gcc/../libdecnumber/dpd -I../libdecnumber
   insn-attrtab.c -o insn-attrtab.o
../../gcc-4.3.0/gcc/config/rs6000/rs6000.md: In function
'internal_dfa_insn_code':
../../gcc-4.3.0/gcc/config/rs6000/rs6000.md:148: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [insn-attrtab.o] Error 1
gmake[3]: Leaving directory `/opt/freeware/src/packages/BUILD/gcc-build/gcc'
gmake[2]: *** [all-stage2-gcc] Error 2
gmake[2]: Leaving directory `/opt/freeware/src/packages/BUILD/gcc-build'
gmake[1]: *** [stage2-bubble] Error 2
gmake[1]: Leaving directory `/opt/freeware/src/packages/BUILD/gcc-build'
gmake: *** [bootstrap-lean] Error 2
Bad exit status from /tmp/rpm-tmp.5075 (%build)


Is this the problem you mentioned ?? 
The 4.2.2. release did not crash on this place.

Bye
  Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug target/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (13 preceding siblings ...)
  2008-01-29  8:57 ` tammer at tammer dot net
@ 2008-01-29 15:01 ` dje at gcc dot gnu dot org
  2008-01-29 15:09 ` dje at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-29 15:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from dje at gcc dot gnu dot org  2008-01-29 14:40 -------
First, mainline bootstraps fully for me on AIX 6.1.  I am closing this bug
about AIX building libstdc++ as resolved in GCC 4.3.

Second, "... and you are right" is completely meaningless without context.  I
have no idea what you are referring to.  Make sure that the process limits are
large enough.  Building on AIX 6.1, I did experience random system call
failures during the build, but simply restarted and the build completed.

If you can provide a more detailed and repeatable failure, please open a new
GCC bug.


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|libstdc++                   |target
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug target/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (14 preceding siblings ...)
  2008-01-29 15:01 ` [Bug target/34794] " dje at gcc dot gnu dot org
@ 2008-01-29 15:09 ` dje at gcc dot gnu dot org
  2008-01-29 15:30 ` tammer at tammer dot net
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-29 15:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from dje at gcc dot gnu dot org  2008-01-29 14:42 -------
By the way, I am using a recent GCC compiled for AIX 5.3 with the "fixed"
headers removed as the bootstrap compiler on AIX 6.1.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug target/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (15 preceding siblings ...)
  2008-01-29 15:09 ` dje at gcc dot gnu dot org
@ 2008-01-29 15:30 ` tammer at tammer dot net
  2008-01-29 15:33 ` dje at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tammer at tammer dot net @ 2008-01-29 15:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from tammer at tammer dot net  2008-01-29 15:17 -------
I have used IBM XL C/C++ 9.0 to bootstrap the gcc 4.3 compiler. I will test the
build with the gcc 4.2.2 build from www.perzl.org (Mr. Perzl from IBM Germany)
for the initial stage1.

Thanks for your help.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug target/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (16 preceding siblings ...)
  2008-01-29 15:30 ` tammer at tammer dot net
@ 2008-01-29 15:33 ` dje at gcc dot gnu dot org
  2008-03-13 19:05 ` dje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-01-29 15:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from dje at gcc dot gnu dot org  2008-01-29 15:22 -------
IBM XLC has had problems bootstrapping GCC.  I am surprised you got to
libstdc++ for GCC 4.2.2.  If you were using XLC, then that likely is the
problem and it miscompiled the stage1 GCC compiler.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug target/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (17 preceding siblings ...)
  2008-01-29 15:33 ` dje at gcc dot gnu dot org
@ 2008-03-13 19:05 ` dje at gcc dot gnu dot org
  2008-03-13 19:13 ` dje at gcc dot gnu dot org
  2008-03-13 19:16 ` dje at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-03-13 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from dje at gcc dot gnu dot org  2008-03-13 19:04 -------
Subject: Bug 34794

Author: dje
Date: Thu Mar 13 19:03:23 2008
New Revision: 133184

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133184
Log:
        Backport from mainline:
        2008-01-26  David Edelsohn  <edelsohn@gnu.org>

        PR target/34794
        * config/os/aix/os_defines.h: Define __COMPATMATH__.

Modified:
    branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_2-branch/libstdc++-v3/config/os/aix/os_defines.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug target/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (18 preceding siblings ...)
  2008-03-13 19:05 ` dje at gcc dot gnu dot org
@ 2008-03-13 19:13 ` dje at gcc dot gnu dot org
  2008-03-13 19:16 ` dje at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-03-13 19:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from dje at gcc dot gnu dot org  2008-03-13 19:12 -------
Subject: Bug 34794

Author: dje
Date: Thu Mar 13 19:11:43 2008
New Revision: 133186

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133186
Log:
2008-01-26  David Edelsohn  <edelsohn@gnu.org>

        PR target/34794
        * config.gcc: Separate AIX 5.3 from AIX 6.1.
        * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
        __LONGDOUBLE128 too.
        * config/rs6000/aix61.h: New file.

Added:
    branches/gcc-4_2-branch/gcc/config/rs6000/aix61.h
Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/config.gcc
    branches/gcc-4_2-branch/gcc/config/rs6000/rs6000-c.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

* [Bug target/34794] build of gcc 4.2.2 fails on AIX 6.1 /  libstdc++-v3/libmath/stubs.c:47
  2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
                   ` (19 preceding siblings ...)
  2008-03-13 19:13 ` dje at gcc dot gnu dot org
@ 2008-03-13 19:16 ` dje at gcc dot gnu dot org
  20 siblings, 0 replies; 22+ messages in thread
From: dje at gcc dot gnu dot org @ 2008-03-13 19:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from dje at gcc dot gnu dot org  2008-03-13 19:16 -------
Backported patches to GCC 4.2 branch for GCC 4.2.4 release.


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.0                       |4.2.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794


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

end of thread, other threads:[~2008-03-13 19:16 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-15 11:28 [Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47 tammer at tammer dot net
2008-01-15 12:34 ` [Bug libstdc++/34794] " pcarlini at suse dot de
2008-01-15 13:13 ` tammer at tammer dot net
2008-01-21 11:53 ` tammer at tammer dot net
2008-01-22 22:26 ` dje at gcc dot gnu dot org
2008-01-23  7:43 ` tammer at tammer dot net
2008-01-23  7:43 ` tammer at tammer dot net
2008-01-24 18:17 ` dje at gcc dot gnu dot org
2008-01-24 19:44 ` dje at gcc dot gnu dot org
2008-01-25  3:38 ` dje at gcc dot gnu dot org
2008-01-25  7:51 ` tammer at tammer dot net
2008-01-25 15:11 ` dje at gcc dot gnu dot org
2008-01-26 17:08 ` dje at gcc dot gnu dot org
2008-01-26 17:16 ` dje at gcc dot gnu dot org
2008-01-29  8:57 ` tammer at tammer dot net
2008-01-29 15:01 ` [Bug target/34794] " dje at gcc dot gnu dot org
2008-01-29 15:09 ` dje at gcc dot gnu dot org
2008-01-29 15:30 ` tammer at tammer dot net
2008-01-29 15:33 ` dje at gcc dot gnu dot org
2008-03-13 19:05 ` dje at gcc dot gnu dot org
2008-03-13 19:13 ` dje at gcc dot gnu dot org
2008-03-13 19:16 ` dje at gcc dot gnu dot 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).