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: unassig...@gcc.gnu.org
        ReportedBy: zso...@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

Reply via email to