------- Comment #33 from pinskia at gcc dot gnu dot org 2010-08-11 21:16 ------- Yes GCC implements that ABI and &argument will get you the address of that argument. But that does not deter from that &argument will produce an array of size 1 rather than what you want which is the rest of the arguments too.
Does that answer your question about how I could just ignore the ABI in the context of the C/C++ standard? The ABI only says how they are passed and not how you can access them through C/C++ code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45249