public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Re: Bug in GCC 3.2
@ 2003-12-10  7:49 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-12-10  7:49 UTC (permalink / raw)
  To: gcc-bugs; +Cc: wilson

Hello,

no need to file a bug report for this. It is fixed as
of gcc 3.3.2 (code compiles fine).

Dara

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


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

* Re: Bug in GCC 3.2
  2003-12-08 15:58 Christian Heinlein
@ 2003-12-10  7:07 ` Jim Wilson
  0 siblings, 0 replies; 3+ messages in thread
From: Jim Wilson @ 2003-12-10  7:07 UTC (permalink / raw)
  To: Christian Heinlein; +Cc: gcc-bugs

Christian Heinlein wrote:
> The compiler gives an error message,
> even though the input is correct.

I don't know enough C++ to comment on this.  I suggest you report a bug 
into our bugzilla database.  We don't track bugs sent to the gcc-bugs 
mailing list, so they don't always get answered.  We do track bugs 
reported into the bugzilla database.  See
	http://gcc.gnu.org/bugs.html
for info on reporting bugs.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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

* Bug in GCC 3.2
@ 2003-12-08 15:58 Christian Heinlein
  2003-12-10  7:07 ` Jim Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Heinlein @ 2003-12-08 15:58 UTC (permalink / raw)
  To: gcc-bugs

The compiler gives an error message,
even though the input is correct.

ixtys$$ uname -a
Linux ixtys 2.2.18 #1 Fri Jan 19 22:10:35 GMT 2001 i686 unknown
ixtys$$ g++ -v
Reading specs from /home/heinlein/soft/GCC/3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: ../gcc-3.2/configure --prefix=/home/heinlein/soft/GCC/3.2
Thread model: posix
gcc version 3.2
ixtys$$ g++ -c -save-temps @16.cxx
@16.cxx: In function `void B::f()':
@16.cxx:4: `A::x' is not a function,
@16.cxx:4:   conflict with `A::x'
@16.cxx:8:   in call to `x'
ixtys$$ cat @16.ii
# 1 "@16.cxx"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "@16.cxx"
namespace A {
    struct X {
        void operator () (X) {}
    } x;
}
namespace B {
    using A::x;
    void f () { x(x); }
}


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

end of thread, other threads:[~2003-12-10  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-10  7:49 Bug in GCC 3.2 Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-12-08 15:58 Christian Heinlein
2003-12-10  7:07 ` Jim Wilson

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).