public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 3.1
@ 2002-04-19  2:32 David Rasmussen
  2002-04-19  2:33 ` Gerald Pfeifer
  0 siblings, 1 reply; 21+ messages in thread
From: David Rasmussen @ 2002-04-19  2:32 UTC (permalink / raw)
  To: gcc

When will 3.1 be out?

^ permalink raw reply	[flat|nested] 21+ messages in thread
* gcc 3.1
@ 2002-07-21 15:25 lartey
  2002-07-21 15:25 ` Paolo Carlini
  0 siblings, 1 reply; 21+ messages in thread
From: lartey @ 2002-07-21 15:25 UTC (permalink / raw)
  To: gcc


I have installed gcc3.1 sucessfully with this output

[lartey@hepr0 inputs]$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ./configure 
Thread model: single
gcc version 3.1

But then when I try to compile a simple program. It complains about the 
fstream header file:

In file included from /usr/local/include/g++-v3/fstream:48,
                 from test.cpp:2:
/usr/local/include/g++-v3/bits/basic_file.h:52: parse error before `{' 
token
/usr/local/include/g++-v3/bits/basic_file.h:57: virtual outside class 
   declaration
/usr/local/include/g++-v3/bits/basic_file.h:57: function `int 
std::overflow(int 
   = -1)' is initialized like a variable
/usr/local/include/g++-v3/bits/basic_file.h:60: virtual outside class 
   declaration
/usr/local/include/g++-v3/bits/basic_file.h:60: function `int 
std::underflow()' 
   is initialized like a variable
/usr/local/include/g++-v3/bits/basic_file.h:63: virtual outside class 

Has anyone seen the same problem?. 


THanks

ED

^ permalink raw reply	[flat|nested] 21+ messages in thread
* gcc 3.1
@ 2002-07-09  0:23 lartey
  0 siblings, 0 replies; 21+ messages in thread
From: lartey @ 2002-07-09  0:23 UTC (permalink / raw)
  To: gcc


I have redhat linux 7.2 with gcc 2.96. I am trying to install gcc 3.1
but then I get this error messages


[root@hepr0 gcc-3.1]# gmake bootstrap
gmake[1]: Entering directory `/gcc3-1/gcc-3.1/libiberty'
rm -f libiberty.a pic/libiberty.a
ar rc libiberty.a \
  regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o 
concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o 
getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o 
make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o 
sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o 
xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  mkstemps.o
ar: regex.o: No such file or directory
gmake[1]: *** [libiberty.a] Error 1
gmake[1]: Leaving directory `/gcc3-1/gcc-3.1/libiberty'
gmake: *** [all-libiberty] Error 2

ANy ideas why this happens?.


Thanks

ED

^ permalink raw reply	[flat|nested] 21+ messages in thread
* GCC 3.1
@ 2002-05-23  8:20 James Whitelaw
  0 siblings, 0 replies; 21+ messages in thread
From: James Whitelaw @ 2002-05-23  8:20 UTC (permalink / raw)
  To: gcc

Hi GCC Team,

Thank you once again for another excellent release of this flagship Free 
Software product ! The new 64 bit support for UltraSPARC series CPUs 
will make supporting software in the Solaris environment so much easier, 
given that 64 bit kernel modules can now be compiled without needing 
Suns' Workshop C Compiler. I also anticipate significant performance 
improvements for software that particularly benefits from 64 bit math 
operations, primarily encryption. This should do much to further the 
cause of 64 bit GNU/Linux on this platform as well.

Though I have not yet tried this release ( downloading the sources at 
the moment! ), I very much look forward to putting it through its paces.

Kind Regards,
James Whitelaw.

^ permalink raw reply	[flat|nested] 21+ messages in thread
* GCC 3.1
@ 2002-05-10  0:53 Mark Mitchell
  0 siblings, 0 replies; 21+ messages in thread
From: Mark Mitchell @ 2002-05-10  0:53 UTC (permalink / raw)
  To: gcc


Unfortunately, several of my messages seem to have gotten blocked
by the spam filter; I guess we think Earthlink users are spammers...

Anyhow, here are several important items:

1. I have backed out Joel's patch.

2. The NetBSD patches are not going in; sorry.  

3. The Ada library changes are not going in; sorry.  

4. I've spun a hopefully final prerelease; it will be in the snapshots
   directory by morning.  Please try it out.

5. I am travelling, and totally unavailable tomorrow.  Assuming no
   disasters, I will spin the release over the weekend.

Thanks to everyone for the hard work today; we are almost there!

-- 
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

^ permalink raw reply	[flat|nested] 21+ messages in thread
* GCC 3.1
@ 2001-10-09 18:05 Robert Schweikert
  2001-10-09 18:14 ` Mark Mitchell
  2001-10-09 18:17 ` DJ Delorie
  0 siblings, 2 replies; 21+ messages in thread
From: Robert Schweikert @ 2001-10-09 18:05 UTC (permalink / raw)
  To: mark, gcc

Mark,

 Any chance to get the "-@" option into 3.1. I submitted a prototype for
this just before the 3.0 release. The idea here is to provide an option
that let's users specify command line arguments in a file. I'll be happy
to integrate it and submit a patch if someone can point me to the
appropriate files where this stuff should go.

Thanks,
Robert

Mark Mitchell wrote:

> Reminder: October 15th is one week from today.
>
> That is the cutoff date for major new functionality (new programming
> languages, new optimization passes, etc.) in GCC 3.1.
>
> >From October 15th through December 15th, we'll concentrate on minor
> improvements and bug fixes.
>
> Thanks,
>
> --
> Mark Mitchell                   mark@codesourcery.com
> CodeSourcery, LLC               http://www.codesourcery.com
>



--
Robert Schweikert                      MAY THE SOURCE BE WITH YOU
rjschwei@mindspring.com                         LINUX



^ permalink raw reply	[flat|nested] 21+ messages in thread
* GCC 3.1
@ 2001-10-08 13:27 Mark Mitchell
  2001-10-08 13:35 ` guerby
  2001-10-08 17:56 ` Carlo Wood
  0 siblings, 2 replies; 21+ messages in thread
From: Mark Mitchell @ 2001-10-08 13:27 UTC (permalink / raw)
  To: gcc

Reminder: October 15th is one week from today.

That is the cutoff date for major new functionality (new programming
languages, new optimization passes, etc.) in GCC 3.1.

From October 15th through December 15th, we'll concentrate on minor
improvements and bug fixes.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

^ permalink raw reply	[flat|nested] 21+ messages in thread
* GCC 3.1
@ 2001-10-01  9:30 Mark Mitchell
  0 siblings, 0 replies; 21+ messages in thread
From: Mark Mitchell @ 2001-10-01  9:30 UTC (permalink / raw)
  To: gcc

Please remember that the end of the first two-month development phase
for GCC 3.1 is drawing to a close.  As of October 15th, we will not
be adding major new functionality on the mainline; we'll instead
settle in for two months of more moderate improvements, followed by
two months of stabilization work before branching for the release.

I'm looking forward to GCC 3.1 on April 15, 2002!

Thank you,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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

end of thread, other threads:[~2002-07-22 15:32 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-19  2:32 GCC 3.1 David Rasmussen
2002-04-19  2:33 ` Gerald Pfeifer
2002-04-19  2:57   ` David Rasmussen
2002-04-19  3:05     ` Jakub Jelinek
2002-04-19  3:19     ` Paolo Carlini
2002-04-19  3:24     ` Hans-Peter Nilsson
  -- strict thread matches above, loose matches on Subject: below --
2002-07-21 15:25 gcc 3.1 lartey
2002-07-21 15:25 ` Paolo Carlini
2002-07-22 13:26   ` lartey
2002-07-09  0:23 lartey
2002-05-23  8:20 GCC 3.1 James Whitelaw
2002-05-10  0:53 Mark Mitchell
2001-10-09 18:05 Robert Schweikert
2001-10-09 18:14 ` Mark Mitchell
2001-10-09 18:17 ` DJ Delorie
2001-10-08 13:27 Mark Mitchell
2001-10-08 13:35 ` guerby
2001-10-08 15:01   ` Mark Mitchell
2001-10-08 17:56 ` Carlo Wood
2001-10-08 21:00   ` Daniel Berlin
2001-10-01  9:30 Mark Mitchell

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