[Bug fortran/46937] New: [4.6 Regression] gfortran.dg/pointer_intent_1.f90 FAILs with -fno-inline

zsojka at seznam dot cz gcc-bugzilla@gcc.gnu.org
Tue Dec 14 13:20:00 GMT 2010


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

           Summary: [4.6 Regression] gfortran.dg/pointer_intent_1.f90
                    FAILs with -fno-inline
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu


Created attachment 22752
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22752
reduced testcase

Output - original testcase:
$ gfortran -O -fno-inline -ftree-pre pointer_intent_1.f90
$ ./a.out 
Aborted

Output - reduced testcase:
$ gfortran -O -fno-inline testcase.f90
$ ./a.out 
Aborted

Tested revisions (reduced testcase):
r167770 - fail
r165699 - fail
r161659 - OK
4.5 r166509 - OK



More information about the Gcc-bugs mailing list