]> gcc.gnu.org Git - gcc.git/commit - gcc/testsuite/ChangeLog
re PR fortran/40206 ([gfortran] Incorrect warning with -Wuninitialized)
authorJakub Jelinek <jakub@redhat.com>
Thu, 15 Jul 2010 07:52:51 +0000 (09:52 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 15 Jul 2010 07:52:51 +0000 (09:52 +0200)
commit79c743005119639f4d30b82a708613a072e26681
treeced7209a704077c4ef91e239bb92fdbc4850a087
parent23b1042021c8e95a5faa7c58c6ef1665d48afed7
re PR fortran/40206 ([gfortran] Incorrect warning with -Wuninitialized)

PR fortran/40206
* trans-stmt.c (gfc_trans_character_select): Always use NULL for high
in CASE_LABEL_EXPR and use NULL for low for the default case.

* gfortran.dg/select_char_3.f90: New test.

From-SVN: r162209
gcc/fortran/ChangeLog
gcc/fortran/trans-stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/select_char_3.f90 [new file with mode: 0644]
This page took 0.061923 seconds and 5 git commands to generate.