This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11463] bugging on this: "strheaders = new string[headers.size ()];"
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jul 2003 12:54:12 -0000
- Subject: [Bug c++/11463] bugging on this: "strheaders = new string[headers.size ()];"
- References: <20030708100136.11463.bourdin@imerir.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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|UNCONFIRMED |WAITING
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-08 12:54 -------
Looking into the preprocessed file, it looks like you are using 2.95.4 for your c++ compiler but
you reported that your gcc is 3.2.2, looks like you did not update g++ but did update gcc.
Can you update g++ and try again?