public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16639] New: tinfo.cc:650: error: no match for 'operator=' in 'result = result2
@ 2004-07-20  1:46 danglin at gcc dot gnu dot org
  2004-07-20  3:37 ` [Bug c++/16639] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-07-20  3:39 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-07-20  1:46 UTC (permalink / raw)
  To: gcc-bugs

/mnt/gnu/gcc-3.3/objdir/gcc/xgcc -shared-libgcc -B/mnt/gnu/gcc-3.3/objdir/gcc/ -
nostdinc++ -L/mnt/gnu/gcc-3.3/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src -L/mnt
/gnu/gcc-3.3/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs -B/opt/gnu64/gcc/
gcc-3.5.0/hppa64-hp-hpux11.11/bin/ -B/opt/gnu64/gcc/gcc-3.5.0/hppa64-hp-hpux11.1
1/lib/ -isystem /opt/gnu64/gcc/gcc-3.5.0/hppa64-hp-hpux11.11/include -isystem /o
pt/gnu64/gcc/gcc-3.5.0/hppa64-hp-hpux11.11/sys-include -I/mnt/gnu/gcc-3.3/gcc/li
bstdc++-v3/../gcc -I/mnt/gnu/gcc-3.3/objdir/hppa64-hp-hpux11.11/libstdc++-v3/inc
lude/hppa64-hp-hpux11.11 -I/mnt/gnu/gcc-3.3/objdir/hppa64-hp-hpux11.11/libstdc++
-v3/include -I/mnt/gnu/gcc-3.3/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 -fno
-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show
-location=once -ffunction-sections -fdata-sections -c ../../../../gcc/libstdc++-
v3/libsupc++/tinfo.cc  -fPIC -DPIC -o tinfo.o
../../../../gcc/libstdc++-v3/libsupc++/tinfo.cc: In member function `virtual boo
l __cxxabiv1::__vmi_class_type_info::__do_upcast(const __cxxabiv1::__class_type_
info*, const void*, __cxxabiv1::__class_type_info::__upcast_result&) const':
../../../../gcc/libstdc++-v3/libsupc++/tinfo.cc:650: error: no match for 'operat
or=' in 'result = result2'

-- 
           Summary: tinfo.cc:650: error: no match for 'operator=' in 'result
                    = result2
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16639


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/16639] [3.5 Regression] tinfo.cc:650: error: no match for 'operator=' in 'result = result2
  2004-07-20  1:46 [Bug c++/16639] New: tinfo.cc:650: error: no match for 'operator=' in 'result = result2 danglin at gcc dot gnu dot org
@ 2004-07-20  3:37 ` pinskia at gcc dot gnu dot org
  2004-07-20  3:39 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20  3:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 03:37 -------
I see this every where!!!!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|hppa64-hp-hpux11.11         |
   GCC host triplet|hppa64-hp-hpux11.11         |
 GCC target triplet|hppa64-hp-hpux11.11         |
           Keywords|                            |rejects-valid
            Summary|tinfo.cc:650: error: no     |[3.5 Regression]
                   |match for 'operator=' in    |tinfo.cc:650: error: no
                   |'result = result2           |match for 'operator=' in
                   |                            |'result = result2
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16639


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/16639] [3.5 Regression] tinfo.cc:650: error: no match for 'operator=' in 'result = result2
  2004-07-20  1:46 [Bug c++/16639] New: tinfo.cc:650: error: no match for 'operator=' in 'result = result2 danglin at gcc dot gnu dot org
  2004-07-20  3:37 ` [Bug c++/16639] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-07-20  3:39 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20  3:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 03:39 -------
Closing as the patch which caused this was reverted.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16639


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-07-20  3:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-20  1:46 [Bug c++/16639] New: tinfo.cc:650: error: no match for 'operator=' in 'result = result2 danglin at gcc dot gnu dot org
2004-07-20  3:37 ` [Bug c++/16639] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-20  3:39 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).