]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorJason Merrill <jason@gcc.gnu.org>
Wed, 8 Oct 1997 06:04:28 +0000 (02:04 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 8 Oct 1997 06:04:28 +0000 (02:04 -0400)
commitffb690bd0862a35dd74a4abdc9c261ad7611a457
tree56e1a0e652c0365adc29984d4f8015790e87d229
parent51cbea761be56017136003c9d81b0acf4aeba6aa
[multiple changes]

Tue Oct  7 23:00:12 1997  Mark Mitchell  <mmitchell@usa.net>

* decl.c (make_typename_type): Do not try to call lookup_field for
non-aggregate types.

Tue Oct  7 22:52:10 1997  Jason Merrill  <jason@yorick.cygnus.com>

* typeck.c (build_reinterpret_cast): Tweak.

Tue Oct  7 22:45:31 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>

* typeck.c (build_reinterpret_cast): converting a void pointer
to function pointer with a reinterpret_cast produces a warning
if -pedantic is issued

Tue Oct  7 22:43:43 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

* typeck.c (c_expand_return): Don't warn about returning a
reference-type variable as a reference.

From-SVN: r15876
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/typeck.c