]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix #52283 error: case label does not reduce to an integer constant
authorChristian Bruel <chrbr@gcc.gnu.org>
Thu, 19 Apr 2012 09:06:53 +0000 (11:06 +0200)
committerChristian Bruel <chrbr@gcc.gnu.org>
Thu, 19 Apr 2012 09:06:53 +0000 (11:06 +0200)
commit007a787db4538b34e254963ee27d43ea48cbb8c6
treea89d5ad3ac4390a00e23584ee2bc15d40c7f3d1a
parentdaa573866d655917328caec7debf2175e2a566f8
Fix #52283 error: case label does not reduce to an integer constant

From-SVN: r186586
gcc/ChangeLog
gcc/c-family/c-common.c
gcc/convert.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr37985.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr52283.c [new file with mode: 0644]