Bjarne Stroustrup mentions in _Design and Evolution of C++_ that super as a keyword was considered by the ISO C++ Standards committee the first time C++ was standardized.  I don't have the book next to me right no, but from what I remember the proposal was about to go through when the Apple representative delayed a vote ("invoked the two week rule" -- any proposal that is mailed out less than two weeks from a standards meeting can be shelved until the next meeting).

By the time the next meeting came around, the committee had determined (1) the multiple inheritance thing, and (2) creating a keyword for this seemed unnecessary.  It really doesn't save much effort.

Then Michael Tiemann showed that a typedef'ed super would work just fine.

So, no, this will probably never get standardized.