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

Re: [fortran, patch] IEEE intrinsic modules (ping)


On Mon, Jun 23, 2014 at 12:23:39PM -0700, Steve Kargl wrote:
> I meant to look this over this weekend.  Unfortnately, baseball
> and soccer (both daughter and USA vs Portugal) got in the way.
> First issue, 
> 
> cd gcc4x
> patch < ieee_withregenerated_2.diff
> ...
> --------------------------
> |Index: configure.host
> |===================================================================
> |--- configure.host     (revision 211688)
> |+++ configure.host     (working copy)
> --------------------------
> File to patch: libgfortran/configure.host
> Patching file libgfortran/configure.host using Plan A...
> patch: **** malformed patch at line 939: then
> 
> As I don't have a top-level configure.host, I guessed that
> libgfortran/configure.host was the right file.
> 

Ignoring this chunk, one doesn't get very far with building gcc. :(

if [ xinfo = xinfo ]; then \
  rm -f doc/gfortran.info-*; \
  makeinfo --split-size=5000000 --split-size=5000000 -I ../../gcc4x/gcc/doc/include -I ../../gcc4x/gcc/fortran \
    -o doc/gfortran.info ../../gcc4x/gcc/fortran/gfortran.texi; \
else true; fi
../../gcc4x/gcc/fortran//intrinsic.texi:13399: Prev reference to nonexistent node `IEEE_EXCEPTIONS' (perhaps incorrect sectioning?).
../../gcc4x/gcc/fortran//intrinsic.texi:13372: Next reference to nonexistent node `IEEE_ARITHMETIC' (perhaps incorrect sectioning?).
../../gcc4x/gcc/fortran//intrinsic.texi:13372: Prev reference to nonexistent node `and IEEE_FEATURES' (perhaps incorrect sectioning?).
../../gcc4x/gcc/fortran//intrinsic.texi:13372: `IEEE modules: IEEE_EXCEPTIONS' has no Up field (perhaps incorrect sectioning?).
../../gcc4x/gcc/fortran//intrinsic.texi:13275: Next reference to nonexistent node `IEEE_EXCEPTIONS' (perhaps incorrect sectioning?).
../../gcc4x/gcc/fortran//intrinsic.texi:13158: Menu reference to nonexistent node `IEEE_EXCEPTIONS' (perhaps incorrect sectioning?).
../../gcc4x/gcc/fortran//intrinsic.texi:13372: warning: unreferenced node `IEEE modules: IEEE_EXCEPTIONS'.
makeinfo: Removing output file `doc/gfortran.info' due to errors; use --force to preserve.
gmake[2]: *** [doc/gfortran.info] Error 1
gmake[2]: Leaving directory `/usr/home/kargl/gcc/obj4x/gcc'
gmake[1]: *** [all-gcc] Error 2
gmake[1]: Leaving directory `/usr/home/kargl/gcc/obj4x'
gmake: *** [all] Error 2
laptop-kargl:kargl[239] pwd


-- 
Steve


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