This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/26547] bootstrap failure on darwin: assembler rejects stfiwx instructions



------- Comment #2 from mikpe at csd dot uu dot se  2006-03-08 15:51 -------
I downloaded and installed cctools-590.12, and that did indeed solve the
gcc-4.1.0 bootstrap problem.

However, today I discovered that the newer cctools break gcc-3.4.x.
A zero-sized global variable, e.g. "struct { } unused;", gets translated
into a ".comm _unused,1" by gcc-4, but gcc-3.4 generates ".comm _unused,0".
The latter worked with the old cctools, but the newer ones mistreat it
as an unresolved reference leading to linkage errors.


-- 


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


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