This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Release 2.21 - Pre tests


Tristan Gingold <gingold@adacore.com> writes:

> Not sure too.  Maybe we should document that gcc 4.1.3 is know to work
> too, while gcc 4.1.0 - 4.1.2 are known to fail.

I have committed this patch to mainline and 2.21 branch.

Ian


2010-12-01  Ian Lance Taylor  <iant@google.com>

	* README: Update compilers known to work and fail.


Index: README
===================================================================
RCS file: /cvs/src/src/gold/README,v
retrieving revision 1.5
diff -u -r1.5 README
--- README	8 Sep 2010 16:10:31 -0000	1.5
+++ README	1 Dec 2010 16:51:19 -0000
@@ -53,8 +53,8 @@
 ==================
 
 The gold source code uses templates heavily.  Building it requires a
-recent version of g++.  g++ 4.0.3 is known to work.  g++ 3.2 and g++
-3.4.3 are known to fail.
+recent version of g++.  g++ 4.0.3 and 4.1.3 are known to work.  g++
+3.2, 3.4.3, and 4.1.2 are known to fail.
 
 The linker script parser uses features which are only in newer
 versions of bison.  bison 2.3 is known to work.  bison 1.26 is known

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]