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

            Bug ID: 59862
           Summary: Code does not compile with 4.8.1 tarball release but
                    compiles with 4.8.1 SVN release
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: carlos.a.cruz at nasa dot gov

I have been attempting to compile a fortran code
(https://sourceforge.net/projects/pfunit/) on a Linux system running Red Hat
4.6.3-2 OS.

When compiling using a tarball release, i.e.:

wget http://ftp.gnu.org/gnu/gcc/gcc-4.8.1/gcc-4.8.1.tar.gz

the code fails with a compilation error that suggest that the compiler release
does not yet have a particular enhancement.

When compiling with an SVN release, i.e.

svn checkout svn://gcc.gnu.org/svn/gcc/tags/gcc_4_8_1_release

the code compiles just fine.

In both cases I installed the compiler using the same configure options.

This suggests that the tarball and SVN releases, at least gfortran, are not
identical.

Reply via email to