This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/65504] [4.9/5 Regression] select case with strings and -fgcse -O


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65504

howarth at bromo dot med.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |howarth at bromo dot med.uc.edu

--- Comment #5 from howarth at bromo dot med.uc.edu ---
(In reply to Dominique d'Humieres from comment #2)
> I don't see it on x86_64-apple-darwin14: I get
> 
>  hello
>  surf
>  bed
>  bed
>  surf
> 
> with all the revisions and options I have tested.

On x86_64-apple-darwinw14, using '-O2 -mtune=generic' switches the output to...

 hello
 surf
 d
 d
 surf


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