[Bug c++/51033] Partial vector extension support

2011-11-08 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51033 --- Comment #4 from Marc Glisse 2011-11-08 22:18:33 UTC --- (In reply to comment #3) > All vector support should also be in the C++ front-end. Can you give an > example of something which does not work? Templates with vectors work already > too

[Bug c++/51033] Partial vector extension support

2011-11-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51033 --- Comment #3 from Andrew Pinski 2011-11-08 22:03:12 UTC --- All vector support should also be in the C++ front-end. Can you give an example of something which does not work? Templates with vectors work already too.

[Bug c++/51033] Partial vector extension support

2011-11-08 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51033 --- Comment #2 from Marc Glisse 2011-11-08 17:13:39 UTC --- It's probably doable, but it sounds like you have to duplicate all the logic that is currently in the various backends (and some in the C front-end and the middle-end I guess). The shuff

[Bug c++/51033] Partial vector extension support

2011-11-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51033 --- Comment #1 from Richard Guenther 2011-11-08 16:42:25 UTC --- Hmm, I thought we did the C++ extension mainly for the SPU stuff and think that C++ language features are powerful enough to implement those extensions themselves.