This is the mail archive of the gcc@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: Target-specific Front-Ends? (Was: front end changes for altivec)


>>>>> "mike" == mike stump <mrs@windriver.com> writes:

 > gnu::gcc::vector<int[4]> a, b;
 > vector<int> cxx_vec;

 > void foo() {
 >      a += b;
 >      cxx_vec.begin();
 > }

 > A completely trivial problem.  :-)


for the record, i'm not proposing a vector keyword-- but a __vector
keyword, to be implemented in a target independent manner.

I don't think there's any plausible way of implementing "vector" and
having it coexist with STL and a myraid of other things.  That much is
clear.


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