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++/51033] generic vector subscript and shuffle support was not added to C++


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

--- Comment #17 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-04-17 14:11:03 UTC ---
(In reply to comment #16)
> (In reply to comment #15)
> > Are you planning to send it to gcc-patches for approval or are you not happy
> > with it yet?
> 
> There is the problem of moving the testcases. What svn diff prints is nonsense,
> so I guess I should just write the Changelog and let whoever commits do the
> moves?

Yep, just mention the moves in the changelog, and only show the diffs of the
modifications (like you did above).

> And now I should actually bootstrap and run the testsuite ;-)

Good luck! BTW, it may be handy to get an account in the GCC compile farm:
http://gcc.gnu.org/wiki/CompileFarm

and I have a script that makes very easy to bootstrap+regtest:

$ gccfarming bootstrap; PATCH=~/mypatch.diff gccfarming bootstrap

you get two directories revsion/ and revisionM-mypatch/,
then you do contrib/compare_tests revision/ revisionM-mypatch/ and check for
problems.

Let me know if you are interested.


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