This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build failure between 108150 and 108164


GCC trunk stopped building on Darwin between revisions 108150 and 108164. The failure is in building libobjc:

/Users/regress/tbox/native/build/./gcc/xgcc -B/Users/regress/tbox/ native/build/./gcc/ -B/Users/regress/tbox/objs/powerpc-apple- darwin8.3.0/bin/ -B/Users/regress/tbox/objs/powerpc-apple-darwin8.3.0/ lib/ -isystem /Users/regress/tbox/objs/powerpc-apple-darwin8.3.0/ include -isystem /Users/regress/tbox/objs/powerpc-apple-darwin8.3.0/ sys-include -c -I. -I/Users/regress/tbox/svn-gcc/libobjc -O2 -g -O2 - W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I/Users/regress/tbox/svn-gcc/ libobjc/objc -I/Users/regress/tbox/svn-gcc/libobjc/../gcc -I/Users/ regress/tbox/svn-gcc/libobjc/../gcc/config -I../.././gcc -I/Users/ regress/tbox/svn-gcc/libobjc/../include /Users/regress/tbox/svn-gcc/ libobjc/encoding.c -fno-common -DPIC -o .libs/encoding.o
In file included from /Users/regress/tbox/svn-gcc/libobjc/../gcc/ config/darwin.h:615,
from ../.././gcc/tm.h:6,
from /Users/regress/tbox/svn-gcc/libobjc/encoding.c: 34:
/Users/regress/tbox/svn-gcc/libobjc/../gcc/config/darwin-sections.def: 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token


followed by similar errors up to line 60.

This is surely due to:

------------------------------------------------------------------------
r108152 | rsandifo | 2005-12-06 23:53:14 -0800 (Tue, 06 Dec 2005) | 500 lines
...
* config/darwin-sections.def: New file.


Note that revision 108164 includes:

r108153 | rsandifo | 2005-12-07 01:17:01 -0800 (Wed, 07 Dec 2005) | 2 lines

* config/darwin.h: Guard section variables with #ifndef IN_LIBGCC2.

------------------------------------------------------------------------
r108159 | rsandifo | 2005-12-07 03:52:28 -0800 (Wed, 07 Dec 2005) | 3 lines


* coretypes.h (section): Provide dummy definition for target files.
* config/darwin.h: Revert previous change.


------------------------------------------------------------------------
r108163 | rsandifo | 2005-12-07 05:25:08 -0800 (Wed, 07 Dec 2005) | 4 lines


* coretypes.h: Revert previous change.
* config/darwin.h: Revert previous reversion.
* config/avr/avr.h (progmem_section): Guard with #ifndef IN_LIBGCC2.


and these don't seem to have fixed the problem.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]