diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-19 11:30:24 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-19 11:47:08 +0200 |
commit | a956d8791ffe383fe6fe356fd1035cabe76d4bdd (patch) | |
tree | cd6058bee3f19d7898c74ee3f6d3321f8a4bf187 | |
parent | 9a504117097495928a2a83884bb40438baa2321a (diff) |
GCC issues.
-rw-r--r-- | gcc.mdwn | 5 | ||||
-rw-r--r-- | open_issues/gcc.mdwn (renamed from hurd/running/debian/porting/gcc.mdwn) | 2 | ||||
-rw-r--r-- | open_issues/gcc/c++.mdwn (renamed from hurd/running/debian/porting/gcc/c++.mdwn) | 4 | ||||
-rw-r--r-- | open_issues/gcc/libmudflap.mdwn (renamed from hurd/running/debian/porting/gcc/libmudflap.mdwn) | 4 | ||||
-rw-r--r-- | tag/open_issue_gcc.mdwn | 19 |
5 files changed, 30 insertions, 4 deletions
@@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -9,3 +10,5 @@ is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] The [GNU Compiler Collection](http://gcc.gnu.org/). + + * [[Open Issues|tag/open_issue_gcc]] diff --git a/hurd/running/debian/porting/gcc.mdwn b/open_issues/gcc.mdwn index 24fb6ec4..76832165 100644 --- a/hurd/running/debian/porting/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -8,6 +8,8 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +[[!tag open_issue_porting open_issue_gcc fixed_in_debian]] + For GCC trunk: Debian package has patches (for 4.3). Some have been forwarded upstream. (And diff --git a/hurd/running/debian/porting/gcc/c++.mdwn b/open_issues/gcc/c++.mdwn index c8d67b29..cab4c1f1 100644 --- a/hurd/running/debian/porting/gcc/c++.mdwn +++ b/open_issues/gcc/c++.mdwn @@ -8,9 +8,9 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -[[!tag fixed_in_debian]] +[[!tag open_issue_porting open_issue_gcc fixed_in_debian]] -Modify the [[building/cross-compiling]] shell script to configure GCC for +Modify the [[hurd/building/cross-compiling]] shell script to configure GCC for building GCC with C++ support when building its second (i.e., final) version. Compiling a most-trivial C++ program used to work with GCC 4.2 and 4.3 (and the diff --git a/hurd/running/debian/porting/gcc/libmudflap.mdwn b/open_issues/gcc/libmudflap.mdwn index 994b7782..f14ca1bc 100644 --- a/hurd/running/debian/porting/gcc/libmudflap.mdwn +++ b/open_issues/gcc/libmudflap.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -8,6 +8,8 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +[[!tag open_issue_porting open_issue_gcc]] + Single-threaded use appears to work: $ echo 'int main(void) { int *a; a[10]=0; return a[5]; }' | ↩ diff --git a/tag/open_issue_gcc.mdwn b/tag/open_issue_gcc.mdwn new file mode 100644 index 00000000..a06a9d70 --- /dev/null +++ b/tag/open_issue_gcc.mdwn @@ -0,0 +1,19 @@ +[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!meta title=open_issue_gcc]] + +[[!map pages="tagged(open_issue_gcc) and !open_issues and !*/discussion" +show=title]] + +[[!inline +pages="tagged(open_issue_gcc) and !open_issues and !*/discussion" +show=0 +feeds=no]] |