[Bug fortran/25073] [missing testcase] CASEs overlap

2006-05-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-05-08 09:48 --- Humpf, I created a testcase for inclusion in the testsuite, but it reveals that overlap of logical cases is not detected when they're separated from each other: select case (l) case (.true.) case (.false.)

[Bug fortran/25073] [missing testcase] CASEs overlap

2006-05-08 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-05-08 22:15 --- Thomas, can you give it a try since you designed the original patch? Actually, I didn't; I completely missed the original test case, checked this with my own (which didn't expose the error) and then rashly

[Bug fortran/25073] [missing testcase] CASEs overlap

2006-05-05 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-05-05 21:47 --- I'll commit a testcase when I find some time this week-end... -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added