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 c++/60506] ICE with && on vectors in C++


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60506

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|i86_64-pc-cygwin            |
                   |-march=corei7               |
            Summary|g++ reports "internal       |ICE with && on vectors in
                   |compiler error" using SSE2  |C++
                   |and not entirely beautiful  |
                   |programming                 |
              Alias|kc_sse2_shuffle             |

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
ICEs as of 4.9 20140219 too.

C front-end errors out:
t.c: In function âupdateCountâ:
t.c:5:5: error: used vector type where scalar is required

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