Bug 130964 - lang/gcc43 fails to build on powerpc
Summary: lang/gcc43 fails to build on powerpc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-25 02:40 UTC by Rebecca Cran
Modified: 2009-02-01 15:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rebecca Cran freebsd_committer freebsd_triage 2009-01-25 02:40:03 UTC
lang/gcc43 fails to build on a powerpc iBook running 8.0-CURRENT:

/home/brucec/tmp/usr/ports/lang/gcc43/work/build/./gcc/xgcc -B/home/brucec/tmp/usr/ports/lang/gcc43/work/build/./gcc/ -B/usr/local/powerpc-portbld-freebsd8.0/bin/ -B/usr/local/powerpc-portbld-freebsd8.0/lib/ -isystem /usr/local/powerpc-portbld-freebsd8.0/include -isystem /usr/local/powerpc-portbld-freebsd8.0/sys-include -g -fkeep-inline-functions -msoft-float -fPIC -mstrict-align -O2  -O2 -g -O2 -pipe -fno-strict-aliasing   -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../../.././gcc -I../../.././..//gcc-4.3-20090122/libgcc -I../../.././..//gcc-4.3-20090122/libgcc/. -I../../.././..//gcc-4.3-20090122/libgcc/../gcc -I../../.././..//gcc-4.3-20090122/libgcc/../include  -DHAVE_CC_TLS -o darwin-ldouble.o -MT darwin-ldouble.o -MD -MP -MF darwin-ldouble.dep -fexceptions -c ../../.././..//gcc-4.3-20090122/libgcc/../gcc/con
 fig/rs6000/darwin-ldouble.c -fvisibility=hidden -DHIDE_EXPORTS

In file included from ../../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:371:

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/soft-fp.h:40:25: error: sfp-machine.h: No such file or directory

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/soft-fp.h:48:2: error: #error "endianness not defined by sfp-machine.h"

In file included from ../../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:372:

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/double.h:35:2: error: #error "Here's a nickel kid.  Go buy yourself a real computer."

In file included from ../../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:372:

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/double.h:74: error: '_FP_W_TYPE' undeclared here (not in a function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/double.h:74: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/double.h:74: error: '_FP_W_TYPE_SIZE' undeclared here (not in a function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/double.h:74: error: bit-field 'frac1' width not an integer constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/double.h:75: error: bit-field 'frac0' width not an integer constant

In file included from ../../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:373:

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/quad.h:35:2: error: #error "Here's a nickel, kid. Go buy yourself a real computer."

In file included from ../../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:373:

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/quad.h:63: error: unable to emulate 'TF'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/quad.h:75: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/quad.h:75: error: bit-field 'frac3' width not an integer constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/quad.h:76: error: bit-field 'frac2' width not an integer constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/quad.h:77: error: bit-field 'frac1' width not an integer constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/soft-fp/quad.h:78: error: bit-field 'frac0' width not an integer constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c: In function 'fmsub':

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:380: error: '_FP_I_TYPE' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:380: error: (Each undeclared identifier is reported only once

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:380: error: for each function it appears in.)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:380: error: expected ';' before 'A_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:380: error: expected ';' before 'A_f0'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:381: error: expected ';' before 'B_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:381: error: expected ';' before 'B_f0'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:382: error: expected ';' before 'C_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:382: error: expected ';' before 'C_f0'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:383: error: expected ';' before 'X_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:383: error: expected ';' before 'X_f'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:384: error: expected ';' before 'Y_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:384: error: expected ';' before 'Y_f'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:385: error: expected ';' before 'Z_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:385: error: expected ';' before 'Z_f'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:386: error: expected ';' before 'U_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:386: error: expected ';' before 'U_f'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:387: error: expected ';' before 'V_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:387: error: expected ';' before 'V_f'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:388: error: expected ';' before 'R_c'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:388: error: expected ';' before 'R_f0'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:393: error: 'A_f0' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:393: error: 'A_f1' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:393: error: 'A_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:393: error: 'A_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:394: error: 'B_f0' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:394: error: 'B_f1' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:394: error: 'B_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:394: error: 'B_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:395: error: 'C_f0' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:395: error: 'C_f1' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:395: error: 'C_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:395: error: 'C_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: 'X_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: 'X_f' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: 'X_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: '_skip' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: '_up' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: '_down' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: '_i' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:399: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:400: error: 'Y_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:400: error: 'Y_f' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:400: error: 'Y_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:400: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:400: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:400: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:400: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:400: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:401: error: 'Z_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:401: error: 'Z_f' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:401: error: 'Z_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:401: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:401: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:401: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:401: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:401: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:414: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:414: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:414: error: 'X_c' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:414: error: expected ';' before '_shift'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:414: error: '_shift' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:414: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:414: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:415: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:415: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:415: error: 'Y_c' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:415: error: expected ';' before '_shift'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:415: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:415: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: 'U_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: 'U_c' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: 'U_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: warning: implicit declaration of function '_FP_MUL_MEAT_Q'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: 'U' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: 'X' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: 'Y' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: 'U_f' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: '_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: warning: implicit declaration of function '_FP_CHOOSENAN'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: 'Q' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: '_FP_NANSIGN_Q' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416:1: error: macro "__FP_FRAC_SET_4" requires 5 arguments, but only 2 given

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:416: error: '__FP_FRAC_SET_4' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: '_t' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: '_FP_WS_TYPE' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: '_FP_KEEPNANFRACP' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417:1: error: macro "__FP_FRAC_SET_4" requires 5 arguments, but only 2 given

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:417: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:422: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:423: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: 'V_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: 'V_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: 'V_f' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: '_c1' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: '_c2' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: '_c3' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: 'V' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: 'Z' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424:1: error: macro "__FP_FRAC_SET_4" requires 5 arguments, but only 2 given

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_c1'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:424: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ';' before '_t'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425:1: error: macro "__FP_FRAC_SET_4" requires 5 arguments, but only 2 given

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:425: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:430: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: 'R_s' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: 'R_e' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: 'R_f0' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: 'R_f1' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ';' before '_s'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ';' before '_up'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:432: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ';' before '__x'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: '__x' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ';' before '__x'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ';' before '__x'

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: warning: left-hand operand of comma expression has no effect

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436:1: error: macro "__FP_FRAC_SET_2" requires 3 arguments, but only 2 given

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: '__FP_FRAC_SET_2' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: '_FP_NANSIGN_D' undeclared (first use in this function)

./../.././..//gcc-4.3-20090122/libgcc/../gcc/config/rs6000/darwin-ldouble.c:436: error: expected ')' before numeric constant

gmake[5]: *** [darwin-ldouble.o] Error 1

gmake[5]: Leaving directory `/home/brucec/tmp/usr/ports/lang/gcc43/work/build/powerpc-portbld-freebsd8.0/nof/libgcc'

gmake[4]: *** [multi-do] Error 1

gmake[4]: Leaving directory `/home/brucec/tmp/usr/ports/lang/gcc43/work/build/powerpc-portbld-freebsd8.0/libgcc'

gmake[3]: *** [all-multi] Error 2

gmake[3]: Leaving directory `/home/brucec/tmp/usr/ports/lang/gcc43/work/build/powerpc-portbld-freebsd8.0/libgcc'

gmake[2]: *** [all-stage1-target-libgcc] Error 2

gmake[2]: Leaving directory `/home/brucec/tmp/usr/ports/lang/gcc43/work/build'

gmake[1]: *** [stage1-bubble] Error 2

gmake[1]: Leaving directory `/home/brucec/tmp/usr/ports/lang/gcc43/work/build'

gmake: *** [bootstrap-lean] Error 2

*** Error code 2



Stop in /usr/ports/lang/gcc43.

How-To-Repeat: cd /usr/ports/lang/gcc43 && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-25 02:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2009-01-25 12:27:33 UTC
State Changed
From-To: open->feedback

I looked at the ChangeLogs and could not see anything in the recent 
weeks that looks like a candidate.  Has this ever worked?  If so, when 
was the last time/which was the last version? 

FreeBSD's contributions, even in terms of testing, to upstream GCC are 
painfully low, sadly, basically nobody apart from me has been doing a 
regular amount of testing in the last years and if you are interested 
in FreeBSD/ppc you may need to start regular tests and bug reports -- 
upstream.
Comment 3 Rebecca Cran freebsd_committer freebsd_triage 2009-01-26 00:13:53 UTC
This is the first time I'd tried to build a version of gcc from ports
on powerpc - I guess it's never worked, and it does look like an
upstream issue.

-- 
Bruce
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-02-01 01:46:49 UTC
gerald      2009-02-01 01:45:42 UTC

  FreeBSD ports repository

  Modified files:
    lang/gcc43           Makefile 
  Log:
  Add powerpc to NOT_FOR_ARCHS.
  
  PR:             130964
  
  Revision  Changes    Path
  1.373     +1 -1      ports/lang/gcc43/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-02-01 10:50:17 UTC
gerald      2009-02-01 10:50:03 UTC

  FreeBSD ports repository

  Modified files:
    lang/gcc44           Makefile distinfo 
  Log:
  Update to the 20090130 snapshot of GCC 4.4.0.
  
  Set PORTNAME, MAINTAINER, COMMENT, and LATEST_LINK unconditionally as
  opposed to using ?=.
  
  Add powerpc to NOT_FOR_ARCHS. [1]
  
  PR:             130964 [1]
  
  Revision  Changes    Path
  1.372     +6 -6      ports/lang/gcc44/Makefile
  1.253     +18 -18    ports/lang/gcc44/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Gerald Pfeifer freebsd_committer freebsd_triage 2009-02-01 14:48:41 UTC
State Changed
From-To: feedback->closed

Thanks for the update.  I have marked these ports as NOT_FOR_ARCH=powerpc 
and am still trying to see whether I can get some help upstream. 

With the little (= barely any, apart from me) FreeBSD has been contributing 
upstream, and about zero efforts on FreeBSD/powerpc this is goint to be 
tricky, but I'll keep trying...
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-02-01 14:58:50 UTC
gerald      2009-02-01 14:58:35 UTC

  FreeBSD ports repository

  Modified files:
    lang/gcc42           Makefile distinfo pkg-descr pkg-plist 
  Log:
  Set PORTNAME, COMMENT, and LATEST_LINK unconditionally as opposed to
  using ?=.
  
  Add powerpc to NOT_FOR_ARCHS. [1]
  
  No longer include the Fortran frontend.  This version has been super-
  seded by later ports, and the main purpose of lang/gcc42 is being on
  par with the GCC 4.2-based system compiler recent versions of FreeBSD
  feature.
  
  Remove gcc-testsuite from DISTFILES, along with the post-build and
  check targets.  This reduces disk and bandwidth consumptions for a
  feature (apparently) never used.
  
  PR:             130964 [1]
  
  Revision  Changes    Path
  1.345     +6 -18     ports/lang/gcc42/Makefile
  1.223     +0 -6      ports/lang/gcc42/distinfo
  1.9       +1 -1      ports/lang/gcc42/pkg-descr
  1.93      +1 -3      ports/lang/gcc42/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"