public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* g++ bug
@ 2001-12-03  0:15 Ionut Filip
  2001-12-03  0:37 ` Andris Pavenis
  0 siblings, 1 reply; 2+ messages in thread
From: Ionut Filip @ 2001-12-03  0:15 UTC (permalink / raw)
  To: gcc


Hello

More than one year ago I send a g++ bug report.
It was about an Internal Compiler Error ...

Here's the link:
http://gcc.gnu.org/ml/gcc-bugs/2000-10/msg00533.html

And I don't see any changes in g++, ...,
nothing happens.

So I'm writing this mail ;| .

Regards,
Ionut Filip

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

* Re: g++ bug
  2001-12-03  0:15 g++ bug Ionut Filip
@ 2001-12-03  0:37 ` Andris Pavenis
  0 siblings, 0 replies; 2+ messages in thread
From: Andris Pavenis @ 2001-12-03  0:37 UTC (permalink / raw)
  To: Ionut Filip, gcc

On Monday 03 December 2001 10:10, Ionut Filip wrote:
> Hello
>
> More than one year ago I send a g++ bug report.
> It was about an Internal Compiler Error ...
>
> Here's the link:
> http://gcc.gnu.org/ml/gcc-bugs/2000-10/msg00533.html

No ICE with gcc-3.0.3 20011202 (prerelease) and 
gcc-3.1 20011202 (experimental)

Andris

andris@hal:~$ /disk2/gcctest/bin/gcc -v -O2 -c bug.ii
Reading specs from /disk2/gcctest/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
Configured with: ../gcc/configure --prefix=/disk2/gcctest --enable-shared 
--verbose --enable-threads=posix
Thread model: posix
gcc version 3.0.3 20011202 (prerelease)
 /disk2/gcctest/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/cc1plus -fpreprocessed 
bug.ii -quiet -dumpbase bug.ii -O2 -version -o /tmp/ccIySC50.s
GNU CPP version 3.0.3 20011202 (prerelease) (cpplib) (i386 Linux/ELF)
GNU C++ version 3.0.3 20011202 (prerelease) (i686-pc-linux-gnu)
        compiled by GNU C version 3.0.3 20011202 (prerelease).
bug.cc:4: warning: circular dependency in default args of `X::X(X& =
   <unparsed>)'
bug.cc: In function `int main()':
bug.cc:9: no matching function for call to `X::X()'
bug.cc:4: candidates are: X::X(X&)
andris@hal:~$ /disk2/gcc31/bin/gcc -v -O2 -c bug.ii
Reading specs from /disk2/gcc31/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ../gcc/configure --prefix=/disk2/gcc31 --enable-shared 
--enable-languages=c,c++,f77,objc --verbose --enable-threads=posix
Thread model: posix
gcc version 3.1 20011202 (experimental)
 /disk2/gcc31/lib/gcc-lib/i686-pc-linux-gnu/3.1/cc1plus -fpreprocessed bug.ii 
-quiet -dumpbase bug.ii -O2 -version -o /tmp/ccdvCIkf.s
GNU CPP version 3.1 20011202 (experimental) (cpplib) (i386 Linux/ELF)
GNU C++ version 3.1 20011202 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.1 20011202 (experimental).
bug.cc:4: warning: circular dependency in default args of `X::X(X& =
   <unparsed>)'
bug.cc: In function `int main()':
bug.cc:9: no matching function for call to `X::X()'
bug.cc:4: candidates are: X::X(X&)

> And I don't see any changes in g++, ...,
> nothing happens.
>
> So I'm writing this mail ;| .
>
> Regards,
> Ionut Filip

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

end of thread, other threads:[~2001-12-03  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-03  0:15 g++ bug Ionut Filip
2001-12-03  0:37 ` Andris Pavenis

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