• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


Commit MetaInfo

Revisionc1fe1947c153282f3d89c7c92b83d10860fe6eb5 (tree)
Time2003-04-10 09:16:52
AuthorGCC Administrator <gccadmin@gcc....>
CommiterGCC Administrator

Log Message

Daily bump.

Plugin Error: Load Denied: Split portion of a mixed commit.


From-SVN: r65416.2

Change Summary

Incremental Difference

--- a/gcc/ada/gnatvsn.ads
+++ b/gcc/ada/gnatvsn.ads
@@ -6,7 +6,7 @@
66 -- --
77 -- S p e c --
88 -- --
9--- $Revision: 1.2.12.320 $
9+-- $Revision: 1.2.12.321 $
1010 -- --
1111 -- Copyright (C) 1992-2002 Free Software Foundation, Inc. --
1212 -- --
@@ -38,7 +38,7 @@
3838
3939 package Gnatvsn is
4040
41- Gnat_Version_String : constant String := "3.2 20030409 (prerelease)";
41+ Gnat_Version_String : constant String := "3.2 20030410 (prerelease)";
4242 -- Version output when GNAT (compiler), or its related tools, including
4343 -- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
4444 -- (with appropriate verbose option switch set).
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -34,7 +34,7 @@
3434 #include <bits/os_defines.h>
3535
3636 // The current version of the C++ library in compressed ISO date format.
37-#define __GLIBCPP__ 20030409
37+#define __GLIBCPP__ 20030410
3838
3939 // This is necessary until GCC supports separate template
4040 // compilation.