This is the mail archive of the gcc-patches@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: Fix C++ testsuite failures.


Gabriel Dos Reis wrote:
> Mark Mitchell <mark@codesourcery.com> writes:
> 
> [...]
> 
> | The good news is that nobody uses "register" with C++, or, for that
> | matter, remotely modern C.  So, exactly what we do won't affect many
> | users. :-)
> 
> I believe we have a PR where user did nto say "register", only pass by
> value and the compiler says  same thing.

OK, well that certainly sounds like a bug then; the compiler should be
telling users that things not declared "register" are register variables!

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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