[patch, fortran, committed] Walk expressions in subroutine calls
Thomas Koenig
tkoenig@netcologne.de
Wed Dec 29 16:20:00 GMT 2010
Hello world,
I have committed the attached patch (rev. 168320) as obvious after
regression-testing, after discovering that expressions in subroutine
calls were not walked in frontend-passes.c.
I also took the liberty of doing some whitespace fixes at the same time.
Thomas
2010-12-29 Thomas Koenig <tkoenig@gcc.gnu.org>
* frontend-passes.c (gfc_code_walker): Handle expressions
in EXEC_CALL, EXEC_ASSIGN_CALL and EXEC_CALL_PPC.
Separate cases in switch statements by blank lines.
2010-12-29 Thomas Koenig <tkoenig@gcc.gnu.org>
* gfortran.dg/character_comparison_7.f90: New test.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p1.diff
Type: text/x-patch
Size: 3408 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20101229/2e6cda94/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: character_comparison_7.f90
Type: text/x-fortran
Size: 577 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20101229/2e6cda94/attachment-0001.bin>
More information about the Gcc-patches
mailing list