[Patch, Fortran] PR 56081: [4.7/4.8 Regression] Seg fault ICE on select with bad case

2013-01-23 Thread Janus Weil
Hi all, here is a regression fix for an ICE-on-invalid bug with SELECT CASE. The check to reject non-scalar selectors had been present in 4.6, but was apparently removed when CLASS arrays were implemented. The patch re-inserts the check and makes sure it is not applied to SELECT TYPE (where

Re: [Patch, Fortran] PR 56081: [4.7/4.8 Regression] Seg fault ICE on select with bad case

2013-01-23 Thread Steve Kargl
On Wed, Jan 23, 2013 at 09:18:45PM +0100, Janus Weil wrote: here is a regression fix for an ICE-on-invalid bug with SELECT CASE. The check to reject non-scalar selectors had been present in 4.6, but was apparently removed when CLASS arrays were implemented. The patch re-inserts the check

Re: [Patch, Fortran] PR 56081: [4.7/4.8 Regression] Seg fault ICE on select with bad case

2013-01-23 Thread Janus Weil
2013/1/23 Steve Kargl s...@troutmask.apl.washington.edu: On Wed, Jan 23, 2013 at 09:18:45PM +0100, Janus Weil wrote: here is a regression fix for an ICE-on-invalid bug with SELECT CASE. The check to reject non-scalar selectors had been present in 4.6, but was apparently removed when CLASS