[Bug c++/11463] bugging on this: "strheaders = new string[headers.size ()];"
bourdin at imerir dot com
gcc-bugzilla@gcc.gnu.org
Tue Jul 8 16:24:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11463
------- Additional Comments From bourdin at imerir dot com 2003-07-08 16:24 -------
Subject: Re: bugging on this: "strheaders = new
string[headers.size ()];"
Le mar 08/07/2003 à 18:05, pinskia at physics dot uc dot edu a écrit :
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11463
>
>
> pinskia at physics dot uc dot edu changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|WAITING |RESOLVED
> Resolution| |INVALID
>
>
> ------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-08 16:05 -------
> According to the submitter this bug is invalid and should be closed.
>
>
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
Sorry but it seems it is more a gcc-2.95 bug...
genio.C: In method `genio::genio()':
genio.C:96: Internal compiler error.
genio.C:96: Please submit a full bug report.
genio.C:96: Internal compiler error:
genio.C:96: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
instructions.
make: *** [genio.o] Erreur 1
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
cpp -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
/usr/lib/gcc-lib/i386-linux/2.95.4/cpp0 -lang-c -v -D__ELF__ -Dunix
-D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix
-D__linux -Asystem(posix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386
-D__i386__ -
GNU CPP version 2.95.4 20011002 (Debian prerelease) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/usr/lib/gcc-lib/i386-linux/2.95.4/include
/usr/include
End of search list.
The following default directories have been omitted from the search
path:
/usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3
/usr/lib/gcc-lib/i386-linux/2.95.4/../../../../i386-linux/include
End of omitted list.
g++ -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
It is still the same error...
I'am affraid I'll have no time for that until a couple of days...
I'll be back to this computer the 17th of july...
I'll try at home, if I get a moment, to see if I have the same mistake,
or if it's this config which is broken.
If you really want to know, get the src of sar3d
http://sar3d.sourceforge.net/downloads/sar3dtut-1.0.1.linux.bin.tgz
I didn't do any change to the src...
Pierre.
More information about the Gcc-bugs
mailing list