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

[Bug fortran/40270] [4.5 Regression] Revision 147883 caused many Fortran regressions



------- Comment #6 from jb at gcc dot gnu dot org  2009-05-27 16:15 -------
The patch in comment #5 fixes most of the issues, not all. Remaining

gfortran.dg/elemental_dependency_1.f90
gfortran.dg/parameter_unused.f90
gfortran.dg/blockdata_3.f90
gfortran.dg/vector_subscript_4.f90

elemental_dependency and vector_subscript apparently fail due to the
scan-tree-dump-times directive, the fix is probably just to update the test
cases. 

parameter_unused and blockdata_3 fail because it complains that argc and argv
are unused, even though the 003t.original shows that _gfortran_set_args is
called as it should.


-- 

jb at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jb at gcc dot gnu dot org


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


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