frontend-passes.c (gfc_code_walker): Handle expressions in EXEC_CALL, EXEC_ASSIGN_CAL...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Wed, 29 Dec 2010 14:51:44 +0000 (14:51 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Wed, 29 Dec 2010 14:51:44 +0000 (14:51 +0000)
commitbc81f55980f7c3652a4f9c838c4ff6e825f92e5a
tree6f97c3608592c8259135c9949e3301ad024fbb10
parent7539a95b5aa7baaa3ddca69f236ce71baaa9865e
frontend-passes.c (gfc_code_walker): Handle expressions in EXEC_CALL, EXEC_ASSIGN_CALL and EXEC_CALL_PPC.

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.

From-SVN: r168320
gcc/fortran/ChangeLog
gcc/fortran/frontend-passes.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/character_comparison_7.f90 [new file with mode: 0644]