This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Emit default CASE_LABEL_EXPR for character CASE DEFAULT (PR fortran/40206)


Jakub Jelinek wrote:
> This patch emits the default case (CASE_LABEL_EXPR with both low and high
> NULL) for the default case if any.  Also, it doesn't emit all other
> CASE_LABEL_EXPRs as case 1 ... 1:;, instead emits them as case 1:;.
> 
> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?

OK. Thanks for the patch!

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]