re PR bootstrap/6445 (ICE bootstrapping objc for i386-rtems)
authorMark Mitchell <mark@codesourcery.com>
Fri, 26 Apr 2002 21:28:47 +0000 (21:28 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 26 Apr 2002 21:28:47 +0000 (21:28 +0000)
commit7d793e9b25c1bf4a122113ab1e54aab528ee32a1
tree27f5f676c426e55be8c661c27357c35963978b65
parent48ba95387db27bf3d27d866b05b81f283ca9c5bd
re PR bootstrap/6445 (ICE bootstrapping objc for i386-rtems)

PR bootstrap/6445
* config/i386/i386.md (untyped_call): Return the value in a float
register if TARGET_FLOAT_RETURNS_IN_80387, not just if
TARGET_80387.

PR c++/6497
* method.c (do_build_assign_ref): Pass a derivation to
build_method_call when calling base class assignment operators.

PR c++/6497
* g++.dg/inherit/access2.C: New test.

PR bootstrap/6445
* gcc.dg/20020426-1.c: New test.

From-SVN: r52809
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20020426-1.c [new file with mode: 0644]