public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42824]  New: c++ compilation complains about error: call of overloaded
@ 2010-01-21 12:52 mario-baumann at web dot de
  2010-01-21 12:53 ` [Bug c++/42824] " mario-baumann at web dot de
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: mario-baumann at web dot de @ 2010-01-21 12:52 UTC (permalink / raw)
  To: gcc-bugs

compilation of the attached c++ source file foo.cpp does not work with
g++-4.5.0 but it worked with g++-4.3.3. I have attached the c++ source foo.cpp
and the preprocessed file foo.ii)

> g++ -c foo.ii 
foo.cpp: In member function 'void Eval<T>::eval(mpl_::int_<0>) [with int V = 0,
T = Mtrl]':
foo.cpp:37:9:   instantiated from 'void Eval<T>::eval() [with int V = 0, T =
Mtrl]'
foo.cpp:60:20:   instantiated from here
foo.cpp:52:9: error: call of overloaded 'value(Eval<Mtrl>::Wrap<Quan<0> >)' is
ambiguous
foo.cpp:44:10: note: candidates are: void Eval<T>::value(Eval<T>::Wrap<Quan<V2>
>) [with int V = 0, int V2 = 0, T = Mtrl]
foo.cpp:47:10: note:                 void Eval<T>::value(Eval<T>::Wrap<Quan<0>
>) [with int V = 0, T = Mtrl]


-- 
           Summary: c++ compilation complains about error: call of
                    overloaded
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mario-baumann at web dot de
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
  2010-01-21 12:53 ` [Bug c++/42824] " mario-baumann at web dot de
@ 2010-01-21 12:53 ` mario-baumann at web dot de
  2010-01-21 12:54 ` mario-baumann at web dot de
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mario-baumann at web dot de @ 2010-01-21 12:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mario-baumann at web dot de  2010-01-21 12:53 -------
Created an attachment (id=19678)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19678&action=view)
c++ source


-- 


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
@ 2010-01-21 12:53 ` mario-baumann at web dot de
  2010-01-21 12:53 ` mario-baumann at web dot de
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mario-baumann at web dot de @ 2010-01-21 12:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mario-baumann at web dot de  2010-01-21 12:53 -------
Created an attachment (id=19679)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19679&action=view)
preprocessed cpp file of foo.cpp


-- 


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
  2010-01-21 12:53 ` [Bug c++/42824] " mario-baumann at web dot de
  2010-01-21 12:53 ` mario-baumann at web dot de
@ 2010-01-21 12:54 ` mario-baumann at web dot de
  2010-01-21 13:01 ` paolo dot carlini at oracle dot com
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mario-baumann at web dot de @ 2010-01-21 12:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mario-baumann at web dot de  2010-01-21 12:53 -------
> uname -a
Linux yoda.intec.dom 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 07:32:21 EST 2010
x86_64 x86_64 x86_64 GNU/Linux

> rpm -qa "glibc*" | grep -e 'glibc-[0-9]' | sort -u
glibc-2.5-42.el5_4.3

> g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/opt/gcc/4.5.0-20100121-svn156151/x86_64/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ./configure --with-cloog=/opt/gcc/svn/aux
--with-gmp=/opt/gcc/svn/aux --with-mpc=/opt/gcc/svn/aux
--with-mpfr=/opt/gcc/svn/aux --with-ppl=/opt/gcc/svn/aux --disable-nls
--enable-languages=c,c++,fortran
--prefix=/opt/gcc/4.5.0-20100121-svn156151/x86_64
Thread model: posix
gcc version 4.5.0 20100121 (experimental) (GCC) 

> ld -v
GNU ld (GNU Binutils) 2.20.51.20100121



-- 

mario-baumann at web dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mario-baumann at web dot de


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (2 preceding siblings ...)
  2010-01-21 12:54 ` mario-baumann at web dot de
@ 2010-01-21 13:01 ` paolo dot carlini at oracle dot com
  2010-01-22  9:24 ` mario-baumann at web dot de
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-01-21 13:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paolo dot carlini at oracle dot com  2010-01-21 13:01 -------
Could you please try to reduce the testcase? Tools like Delta often allow to
rather quickly achieve good results:

  http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction


-- 


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (3 preceding siblings ...)
  2010-01-21 13:01 ` paolo dot carlini at oracle dot com
@ 2010-01-22  9:24 ` mario-baumann at web dot de
  2010-01-22  9:25 ` mario-baumann at web dot de
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mario-baumann at web dot de @ 2010-01-22  9:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mario-baumann at web dot de  2010-01-22 09:24 -------
Hi Paolo, thanks for the hint about the delta tool. I attached the file as
foo.delta.ii
> g++ -c foo.delta.ii
foo.delta.ii: In member function 'void Eval<T>::eval(mpl_::int_<0>) [with int V
= 0, T = Mtrl]':
foo.delta.ii:120:115:   instantiated from 'void Eval<T>::eval() [with int V =
0, T = Mtrl]'
foo.delta.ii:121:110:   instantiated from here
foo.delta.ii:120:449: error: call of overloaded 'value(Eval<Mtrl>::Wrap<Quan<0>
>)' is ambiguous
foo.delta.ii:120:245: note: candidates are: void
Eval<T>::value(Eval<T>::Wrap<Quan<V2> >) [with int V = 0, int V2 = 0, T = Mtrl]
foo.delta.ii:120:300: note:                 void
Eval<T>::value(Eval<T>::Wrap<Quan<0> >) [with int V = 0, T = Mtrl]


-- 


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (4 preceding siblings ...)
  2010-01-22  9:24 ` mario-baumann at web dot de
@ 2010-01-22  9:25 ` mario-baumann at web dot de
  2010-01-22 11:50 ` jwakely dot gcc at gmail dot com
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mario-baumann at web dot de @ 2010-01-22  9:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from mario-baumann at web dot de  2010-01-22 09:25 -------
Created an attachment (id=19688)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19688&action=view)
preprocessed cpp file of foo.cpp mangled by delta


-- 


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (5 preceding siblings ...)
  2010-01-22  9:25 ` mario-baumann at web dot de
@ 2010-01-22 11:50 ` jwakely dot gcc at gmail dot com
  2010-01-25  8:24 ` mario-baumann at web dot de
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jwakely dot gcc at gmail dot com @ 2010-01-22 11:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jwakely dot gcc at gmail dot com  2010-01-22 11:50 -------
Is Boost.MPL needed?  I haven't tried, but it looks like you could remove mpl
entirely as it isn't directly involved where the error occurs. That would make
the testcase MUCH smaller


-- 


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (6 preceding siblings ...)
  2010-01-22 11:50 ` jwakely dot gcc at gmail dot com
@ 2010-01-25  8:24 ` mario-baumann at web dot de
  2010-01-25  8:26 ` mario-baumann at web dot de
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mario-baumann at web dot de @ 2010-01-25  8:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from mario-baumann at web dot de  2010-01-25 08:24 -------
Hi Jonathan, thanks for the hint!

I attached a version (goo.cpp) without boost.

> g++ -c goo.cpp
goo.cpp: In member function 'void Eval<T>::eval(int_<0>) [with int V = 0, T =
Mtrl]':
goo.cpp:42:9:   instantiated from 'void Eval<T>::eval() [with int V = 0, T =
Mtrl]'
goo.cpp:65:20:   instantiated from here
goo.cpp:57:9: error: call of overloaded 'value(Eval<Mtrl>::Wrap<Quan<0> >)' is
ambiguous
goo.cpp:49:10: note: candidates are: void Eval<T>::value(Eval<T>::Wrap<Quan<V2>
>) [with int V = 0, int V2 = 0, T = Mtrl]
goo.cpp:52:10: note:                 void Eval<T>::value(Eval<T>::Wrap<Quan<0>
>) [with int V = 0, T = Mtrl]



-- 


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (7 preceding siblings ...)
  2010-01-25  8:24 ` mario-baumann at web dot de
@ 2010-01-25  8:26 ` mario-baumann at web dot de
  2010-01-25 18:39 ` bangerth at gmail dot com
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mario-baumann at web dot de @ 2010-01-25  8:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mario-baumann at web dot de  2010-01-25 08:26 -------
Created an attachment (id=19702)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19702&action=view)
new c++ source file (independent of boost)


-- 


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


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

* [Bug c++/42824] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (8 preceding siblings ...)
  2010-01-25  8:26 ` mario-baumann at web dot de
@ 2010-01-25 18:39 ` bangerth at gmail dot com
  2010-01-25 19:44 ` [Bug c++/42824] [4.5 regression] " redi at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bangerth at gmail dot com @ 2010-01-25 18:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from bangerth at gmail dot com  2010-01-25 18:39 -------
This works with gcc 4.3 and 4.4 I don't have mainline lying around
here but if it really fails there it would be a 4.5 regression
which should get it P1 status. Can someone try?

W.


-- 

bangerth at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at gmail dot com


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


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

* [Bug c++/42824] [4.5 regression] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (9 preceding siblings ...)
  2010-01-25 18:39 ` bangerth at gmail dot com
@ 2010-01-25 19:44 ` redi at gcc dot gnu dot org
  2010-01-25 19:47 ` redi at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-01-25 19:44 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1376 bytes --]



------- Comment #11 from redi at gcc dot gnu dot org  2010-01-25 19:44 -------
Confirmed

pr42824.cc: In member function ‘void Eval<T>::eval(int_<0>) [with int V = 0, T
= Mtrl]’:
pr42824.cc:42:9:   instantiated from ‘void Eval<T>::eval() [with int V = 0, T =
Mtrl]’
pr42824.cc:65:20:   instantiated from here
pr42824.cc:57:9: error: call of overloaded ‘value(Eval<Mtrl>::Wrap<Quan<0> >)’
is ambiguous
pr42824.cc:49:10: note: candidates are: void
Eval<T>::value(Eval<T>::Wrap<Quan<V2> >) [with int V = 0, int V2 = 0, T = Mtrl]
pr42824.cc:52:10: note:                 void
Eval<T>::value(Eval<T>::Wrap<Quan<0> >) [with int V = 0, T = Mtrl]


-- 

redi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to work|                            |4.4.2
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-25 19:44:07
               date|                            |
            Summary|c++ compilation complains   |[4.5 regression] c++
                   |about error: call of        |compilation complains about
                   |overloaded                  |error: call of overloaded


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


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

* [Bug c++/42824] [4.5 regression] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (10 preceding siblings ...)
  2010-01-25 19:44 ` [Bug c++/42824] [4.5 regression] " redi at gcc dot gnu dot org
@ 2010-01-25 19:47 ` redi at gcc dot gnu dot org
  2010-01-25 19:50 ` jakub at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-01-25 19:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from redi at gcc dot gnu dot org  2010-01-25 19:47 -------
CC'ing a release manager


-- 

redi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com


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


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

* [Bug c++/42824] [4.5 regression] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (11 preceding siblings ...)
  2010-01-25 19:47 ` redi at gcc dot gnu dot org
@ 2010-01-25 19:50 ` jakub at gcc dot gnu dot org
  2010-01-29 15:37 ` dodji at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-01-25 19:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |4.5.0


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


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

* [Bug c++/42824] [4.5 regression] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (12 preceding siblings ...)
  2010-01-25 19:50 ` jakub at gcc dot gnu dot org
@ 2010-01-29 15:37 ` dodji at gcc dot gnu dot org
  2010-01-30 18:46 ` dodji at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-29 15:37 UTC (permalink / raw)
  To: gcc-bugs



-- 

dodji at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dodji at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2010-01-25 19:44:07         |2010-01-29 15:37:43
               date|                            |


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


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

* [Bug c++/42824] [4.5 regression] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (13 preceding siblings ...)
  2010-01-29 15:37 ` dodji at gcc dot gnu dot org
@ 2010-01-30 18:46 ` dodji at gcc dot gnu dot org
  2010-02-21 18:07 ` dodji at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-30 18:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from dodji at gcc dot gnu dot org  2010-01-30 18:46 -------
A candidate patch was proposed at
http://gcc.gnu.org/ml/gcc-patches/2010-01/msg01545.html


-- 


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


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

* [Bug c++/42824] [4.5 regression] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (14 preceding siblings ...)
  2010-01-30 18:46 ` dodji at gcc dot gnu dot org
@ 2010-02-21 18:07 ` dodji at gcc dot gnu dot org
  2010-02-22  8:18 ` dodji at gcc dot gnu dot org
  2010-02-23 17:07 ` hjl at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-02-21 18:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from dodji at gcc dot gnu dot org  2010-02-21 18:07 -------
Subject: Bug 42824

Author: dodji
Date: Sun Feb 21 18:06:39 2010
New Revision: 156939

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156939
Log:
Fix PR c++/42824

gcc/cp/ChangeLog:
        PR c++/42824
        * pt.c (lookup_template_class): Better support of specialization
        of member of class template implicit instantiation.

gcc/testsuite/ChangeLog:
        PR c++/42824
        * g++.dg/template/memclass4.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/template/memclass4.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/42824] [4.5 regression] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (15 preceding siblings ...)
  2010-02-21 18:07 ` dodji at gcc dot gnu dot org
@ 2010-02-22  8:18 ` dodji at gcc dot gnu dot org
  2010-02-23 17:07 ` hjl at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-02-22  8:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from dodji at gcc dot gnu dot org  2010-02-22 08:18 -------
Fixed in 4.5 (trunk)


-- 

dodji at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/42824] [4.5 regression] c++ compilation complains about error: call of overloaded
  2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
                   ` (16 preceding siblings ...)
  2010-02-22  8:18 ` dodji at gcc dot gnu dot org
@ 2010-02-23 17:07 ` hjl at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-02-23 17:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from hjl at gcc dot gnu dot org  2010-02-23 17:04 -------
Subject: Bug 42824

Author: hjl
Date: Tue Feb 23 17:02:26 2010
New Revision: 157010

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157010
Log:
Backport testcases from mainline.

2010-02-23  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2010-02-22  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42749
        * gcc.c-torture/compile/pr42749.c: New testcase.

        2010-02-21  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42824
        * g++.dg/template/memclass4.C: New test.

        2010-02-20  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/43111
        * gfortran.dg/internal_pack_8.f90: New test.

        2010-02-18  Jason Merrill  <jason@redhat.com>

        PR c++/43109
        * g++.dg/parse/namespace12.C: New.

        2010-02-18  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/43066
        * gcc.c-torture/compile/pr43066.c: New test.

        2010-02-17  Jason Merrill  <jason@redhat.com>

        PR c++/43069
        * g++.dg/parse/namespace11.C: New.

        PR c++/43093
        * g++.dg/ext/attrib37.C: New.

        PR c++/43079
        * g++.dg/template/ptrmem20.C: New.

        2010-02-16  Jason Merrill  <jason@redhat.com>

        PR c++/43031
        * g++.dg/ext/attrib36.C: New.

        2010-02-15  Richard Guenther  <rguenther@suse.de>

        PR middle-end/43068
        * g++.dg/torture/pr43068.C: New testcase.

        2010-02-11  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42998
        * gcc.c-torture/compile/pr42998.c: New testcase.

        2010-02-10  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/43017
        * gcc.dg/torture/pr43017.c: New testcase.

        2010-02-10  Richard Guenther  <rguenther@suse.de>

        PR c/43007
        * gcc.c-torture/execute/20100209-1.c: New testcase.
        * gcc.dg/fold-div-3.c: Likewise.

        2010-02-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/42999
        * gfortran.dg/array_constructor_35.f90: New test.

        2010-02-09  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/43008
        * gcc.c-torture/execute/pr43008.c: New testcase.

        2010-02-09  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/43000
        * gcc.dg/torture/pr43000.c: New testcase.
        * gcc.dg/torture/pr43002.c: Likewise.

        2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libfortran/42742
        * gfortran.dg/fmt_cache_2.f: New test.

        2010-02-03  Jason Merrill  <jason@redhat.com>

        PR c++/42870
        * g++.dg/ext/dllexport3.C: New.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/attrib36.C
      - copied unchanged from r157009,
trunk/gcc/testsuite/g++.dg/ext/attrib36.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/attrib37.C
      - copied unchanged from r157009,
trunk/gcc/testsuite/g++.dg/ext/attrib37.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/dllexport3.C
      - copied unchanged from r157009,
trunk/gcc/testsuite/g++.dg/ext/dllexport3.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/parse/namespace11.C
      - copied unchanged from r157009,
trunk/gcc/testsuite/g++.dg/parse/namespace11.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/parse/namespace12.C
      - copied unchanged from r157009,
trunk/gcc/testsuite/g++.dg/parse/namespace12.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/memclass4.C
      - copied unchanged from r157009,
trunk/gcc/testsuite/g++.dg/template/memclass4.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/ptrmem20.C
      - copied unchanged from r157009,
trunk/gcc/testsuite/g++.dg/template/ptrmem20.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr43068.C
      - copied unchanged from r157009,
trunk/gcc/testsuite/g++.dg/torture/pr43068.C
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42749.c
      - copied unchanged from r157009,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42749.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42998.c
      - copied unchanged from r157009,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42998.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr43066.c
      - copied unchanged from r157009,
trunk/gcc/testsuite/gcc.c-torture/compile/pr43066.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/20100209-1.c
      - copied unchanged from r157009,
trunk/gcc/testsuite/gcc.c-torture/execute/20100209-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr43008.c
      - copied unchanged from r157009,
trunk/gcc/testsuite/gcc.c-torture/execute/pr43008.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/fold-div-3.c
      - copied unchanged from r157009, trunk/gcc/testsuite/gcc.dg/fold-div-3.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/torture/pr43000.c
      - copied unchanged from r157009,
trunk/gcc/testsuite/gcc.dg/torture/pr43000.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/torture/pr43002.c
      - copied unchanged from r157009,
trunk/gcc/testsuite/gcc.dg/torture/pr43002.c
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/array_constructor_35.f90
      - copied unchanged from r157009,
trunk/gcc/testsuite/gfortran.dg/array_constructor_35.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/fmt_cache_2.f
      - copied unchanged from r157009,
trunk/gcc/testsuite/gfortran.dg/fmt_cache_2.f
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/internal_pack_8.f90
      - copied unchanged from r157009,
trunk/gcc/testsuite/gfortran.dg/internal_pack_8.f90
Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

end of thread, other threads:[~2010-02-23 17:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-21 12:52 [Bug c++/42824] New: c++ compilation complains about error: call of overloaded mario-baumann at web dot de
2010-01-21 12:53 ` [Bug c++/42824] " mario-baumann at web dot de
2010-01-21 12:53 ` mario-baumann at web dot de
2010-01-21 12:54 ` mario-baumann at web dot de
2010-01-21 13:01 ` paolo dot carlini at oracle dot com
2010-01-22  9:24 ` mario-baumann at web dot de
2010-01-22  9:25 ` mario-baumann at web dot de
2010-01-22 11:50 ` jwakely dot gcc at gmail dot com
2010-01-25  8:24 ` mario-baumann at web dot de
2010-01-25  8:26 ` mario-baumann at web dot de
2010-01-25 18:39 ` bangerth at gmail dot com
2010-01-25 19:44 ` [Bug c++/42824] [4.5 regression] " redi at gcc dot gnu dot org
2010-01-25 19:47 ` redi at gcc dot gnu dot org
2010-01-25 19:50 ` jakub at gcc dot gnu dot org
2010-01-29 15:37 ` dodji at gcc dot gnu dot org
2010-01-30 18:46 ` dodji at gcc dot gnu dot org
2010-02-21 18:07 ` dodji at gcc dot gnu dot org
2010-02-22  8:18 ` dodji at gcc dot gnu dot org
2010-02-23 17:07 ` hjl 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).