Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 9671
Product:  
Component:  
Status: RESOLVED
Resolution: FIXED
Assigned To: Rainer Orth <ro@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: olle@cb.uu.se
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
make.log make.log application/octet-stream 2003-05-21 15:17 7.50 KB Edit
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 9671 depends on: Show dependency tree
Show dependency graph
Bug 9671 blocks:

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2003-02-12 07:46
Gcc 3.2.2 fails to build on a Tru64 UNIX, V5.1B system.

gcc -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-objc-common.o libcpp.a  main.o libbackend.a ./intl/libintl.a  -liconv  ../libiberty/libiberty.a
_F64__F64_stat
_F64__F64_fstat
_F64__F64_lstat
collect2: ld returned 1 exit status
make[2]: *** [cc1] Error 1
make[2]: Leaving directory `/usr/users/olle/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/users/olle/objdir/gcc'
make: *** [bootstrap] Error 2

For some reason the file cppinit.o and cppfiles.o generetes
incorrect external references, The F64 prefix is doubled,

Release:
unknown

Environment:
HP Tru64 Unix 5.1B, using gcc-3.2.2 build on a 5.1A system and
gnu make

How-To-Repeat:
ALways

------- Comment #1 From olle@cb.uu.se 2003-02-12 07:46 -------
Fix:
Not known

------- Comment #2 From Rainer Orth 2003-02-20 12:55 -------
Responsible-Changed-From-To: unassigned->ro
Responsible-Changed-Why: Mine.

------- Comment #3 From Rainer Orth 2003-02-20 12:55 -------
State-Changed-From-To: open->feedback
State-Changed-Why: As explained in PR other/9670, building with a copy of gcc
    from a different O/S release cannot generally work.  Please
    try bootstrapping with the vendor cc instead.

------- Comment #4 From Rainer Orth 2003-02-24 18:57 -------
State-Changed-From-To: feedback->closed
State-Changed-Why: Fixed for 3.2.3, 3.3, 3.4:
    
    http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01802.html

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug