public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20780] New: gcc 4.0 from cvs head fails to build
@ 2005-04-05 23:35 federico dot carminati at cern dot ch
  2005-04-05 23:37 ` [Bug bootstrap/20780] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: federico dot carminati at cern dot ch @ 2005-04-05 23:35 UTC (permalink / raw)
  To: gcc-bugs

I start the build with

export CVS_RSH=ssh
cvs -qz9 up -Pd gcc
rm -rf /opt/gcc-4_0/*
[ -d build ] && (rm -rf build ; mkdir build)
cd build
../configure --disable-multiplib --prefix=/opt/gcc-4_0 --with-gmp=/sw --enable-
languages=f95,c++
make 2>&1 | tee ../make.log
make install
 
Build dies with

gcc   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -fno-
common   -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I./../intl -I../..
/sw/include   \
-DTARGET_MACHINE=\"powerpc-apple-darwin7.8.0\" \
-c ../../gcc/collect2.c -o collect2.o
../../gcc/collect2.c: In function `collect_wait':
../../gcc/collect2.c:1503: warning: implicit declaration of function `pex_get_status'
../../gcc/collect2.c:1505: warning: implicit declaration of function `pex_free'
../../gcc/collect2.c: In function `collect_execute':
../../gcc/collect2.c:1571: warning: implicit declaration of function `pex_init'
../../gcc/collect2.c:1571: warning: assignment makes pointer from integer without a cast
../../gcc/collect2.c:1575: warning: implicit declaration of function `pex_run'
../../gcc/collect2.c:1575: error: `PEX_LAST' undeclared (first use in this function)
../../gcc/collect2.c:1575: error: (Each undeclared identifier is reported only once
../../gcc/collect2.c:1575: error: for each function it appears in.)
../../gcc/collect2.c:1575: error: `PEX_SEARCH' undeclared (first use in this function)
../../gcc/collect2.c:1576: warning: assignment makes pointer from integer without a cast
../../gcc/collect2.c: In function `scan_prog_file':
../../gcc/collect2.c:2060: error: `PEX_USE_PIPES' undeclared (first use in this function)
../../gcc/collect2.c:2060: warning: assignment makes pointer from integer without a cast
../../gcc/collect2.c:2064: warning: assignment makes pointer from integer without a cast
../../gcc/collect2.c:2081: warning: implicit declaration of function `pex_read_output'
../../gcc/collect2.c:2081: warning: assignment makes pointer from integer without a cast
make[1]: *** [collect2.o] Error 1
make: *** [install-gcc] Error 2

-- 
           Summary: gcc 4.0 from cvs head fails to build
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: federico dot carminati at cern dot ch
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.8.0
  GCC host triplet: powerpc-apple-darwin7.8.0
GCC target triplet: powerpc-apple-darwin7.8.0


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


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

* [Bug bootstrap/20780] gcc 4.0 from cvs head fails to build
  2005-04-05 23:35 [Bug fortran/20780] New: gcc 4.0 from cvs head fails to build federico dot carminati at cern dot ch
@ 2005-04-05 23:37 ` pinskia at gcc dot gnu dot org
  2005-04-06  1:54 ` federico dot carminati at cern dot ch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-05 23:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-05 23:37 -------
I think you updated the gcc directory only and not just the rest of the directories which are needed.
cvs -qz9 up -Pd gcc

Can you make sure that you update all the directories as GCC depends on say libiberty to be update.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
          Component|fortran                     |bootstrap


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


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

* [Bug bootstrap/20780] gcc 4.0 from cvs head fails to build
  2005-04-05 23:35 [Bug fortran/20780] New: gcc 4.0 from cvs head fails to build federico dot carminati at cern dot ch
  2005-04-05 23:37 ` [Bug bootstrap/20780] " pinskia at gcc dot gnu dot org
@ 2005-04-06  1:54 ` federico dot carminati at cern dot ch
  2005-04-06  6:36 ` pinskia at gcc dot gnu dot org
  2005-04-06 18:17 ` federico dot carminati at cern dot ch
  3 siblings, 0 replies; 6+ messages in thread
From: federico dot carminati at cern dot ch @ 2005-04-06  1:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From federico dot carminati at cern dot ch  2005-04-06 01:53 -------
Thanks a lot for the suggestion. Updating all it goes much further but still dies with

if [ x"" != x ]; then \
  /usr/local/gcc-4_0/build/./gcc/xgcc -B/usr/local/gcc-4_0/build/./gcc/ -B/opt/gcc-4_0/powerpc-
apple-darwin7.8.0/bin/ -B/opt/gcc-4_0/powerpc-apple-darwin7.8.0/lib/ -isystem /opt/gcc-4_0/
powerpc-apple-darwin7.8.0/include -isystem /opt/gcc-4_0/powerpc-apple-darwin7.8.0/sys-include 
-c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings 
-Wstrict-prototypes  ../../../libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
/usr/local/gcc-4_0/build/./gcc/xgcc -B/usr/local/gcc-4_0/build/./gcc/ -B/opt/gcc-4_0/powerpc-
apple-darwin7.8.0/bin/ -B/opt/gcc-4_0/powerpc-apple-darwin7.8.0/lib/ -isystem /opt/gcc-4_0/
powerpc-apple-darwin7.8.0/include -isystem /opt/gcc-4_0/powerpc-apple-darwin7.8.0/sys-include 
-c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings 
-Wstrict-prototypes ../../../libiberty/floatformat.c -o floatformat.o
In file included from ../../../libiberty/floatformat.c:34:
../../../libiberty/../include/libiberty.h:80: warning: function declaration isn't a prototype
../../../libiberty/floatformat.c: In function 'floatformat_to_double':
../../../libiberty/floatformat.c:312: warning: floating constant exceeds range of 'float'
/var/tmp//ccDSlyQP.s:722:stfiwx instruction is optional for the PowerPC (not allowed without 
-force_cpusubtype_ALL option)
/var/tmp//ccDSlyQP.s:774:stfiwx instruction is optional for the PowerPC (not allowed without 
-force_cpusubtype_ALL option)
make[1]: *** [floatformat.o] Error 1
make: *** [all-target-libiberty] Error 2

-- 


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


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

* [Bug bootstrap/20780] gcc 4.0 from cvs head fails to build
  2005-04-05 23:35 [Bug fortran/20780] New: gcc 4.0 from cvs head fails to build federico dot carminati at cern dot ch
  2005-04-05 23:37 ` [Bug bootstrap/20780] " pinskia at gcc dot gnu dot org
  2005-04-06  1:54 ` federico dot carminati at cern dot ch
@ 2005-04-06  6:36 ` pinskia at gcc dot gnu dot org
  2005-04-06 18:17 ` federico dot carminati at cern dot ch
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-06  6:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-06 06:36 -------
(In reply to comment #2)
\> /var/tmp//ccDSlyQP.s:774:stfiwx instruction is optional for the PowerPC (not allowed without 
> -force_cpusubtype_ALL option)

At this point you need to read:
<http://gcc.gnu.org/ml/gcc/2005-03/msg01149.html>
and get a newer cctools so this is invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug bootstrap/20780] gcc 4.0 from cvs head fails to build
  2005-04-05 23:35 [Bug fortran/20780] New: gcc 4.0 from cvs head fails to build federico dot carminati at cern dot ch
                   ` (2 preceding siblings ...)
  2005-04-06  6:36 ` pinskia at gcc dot gnu dot org
@ 2005-04-06 18:17 ` federico dot carminati at cern dot ch
  3 siblings, 0 replies; 6+ messages in thread
From: federico dot carminati at cern dot ch @ 2005-04-06 18:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From federico dot carminati at cern dot ch  2005-04-06 18:17 -------
Builds now succeeds with the new cctools. Thanks a lot.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


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


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

* [Bug bootstrap/20780] gcc 4.0 from cvs head fails to build
       [not found] <bug-20780-4@http.gcc.gnu.org/bugzilla/>
@ 2021-02-16 17:22 ` seurer at gcc dot gnu.org
  0 siblings, 0 replies; 6+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-02-16 17:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20780

seurer at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |seurer at gcc dot gnu.org
             Status|VERIFIED                    |CLOSED

--- Comment #5 from seurer at gcc dot gnu.org ---
This was fixed long ago.  Closing.

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

end of thread, other threads:[~2021-02-16 17:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-05 23:35 [Bug fortran/20780] New: gcc 4.0 from cvs head fails to build federico dot carminati at cern dot ch
2005-04-05 23:37 ` [Bug bootstrap/20780] " pinskia at gcc dot gnu dot org
2005-04-06  1:54 ` federico dot carminati at cern dot ch
2005-04-06  6:36 ` pinskia at gcc dot gnu dot org
2005-04-06 18:17 ` federico dot carminati at cern dot ch
     [not found] <bug-20780-4@http.gcc.gnu.org/bugzilla/>
2021-02-16 17:22 ` seurer at gcc dot gnu.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).