public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/52317] New: incorrect FSF address
@ 2012-02-20 15:50 giecrilj at stegny dot 2a.pl
  2012-02-20 15:53 ` [Bug libstdc++/52317] " redi at gcc dot gnu.org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2012-02-20 15:50 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

             Bug #: 52317
           Summary: incorrect FSF address
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: giecrilj@stegny.2a.pl


the exact version of GCC: gcc-4_6-branch revision 182222

    the system type: SUSE Linux

    the options given when GCC was configured/built:
+ ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man
--libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6
--enable-ssp --disable-libssp --disable-plugin
--with-bugurl=http://bugs.opensuse.org/ '--with-pkgversion=SUSE Linux'
--disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib
--enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --enable-linker-build-id
--program-suffix=-4.6 --enable-linux-futex --without-system-libunwind
--with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
--disable-bootstrap

    the complete command line that triggers the bug;
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --define 'disturl
obs://build.opensuse.org/home:yecril71pl:branches:devel:gcc/openSUSE_12.1/b48d8f9a68842f6894dde471794ff262-gcc46'
--eval %suse_insert_debug_package /home/abuild/rpmbuild/SOURCES/gcc46.spec

    the compiler output (error messages, warnings, etc.); and
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_list_to_slist.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_trace.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_vector_to_list.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_map_to_unordered_map.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_node.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_vector_size.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_container_size.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_list_to_vector.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_state.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_algos.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/base.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_hashtable_size.h
libstdc++6-devel.x86_64: W: incorrect-fsf-address
/usr/include/c++/4.6/profile/impl/profiler_hash_func.h
The Free Software Foundation address in this file seems to be outdated or
misspelled.  Ask upstream to update the address, or if this is a license file,
possibly the entire file with a new copy available from the FSF.


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
@ 2012-02-20 15:53 ` redi at gcc dot gnu.org
  2012-02-20 15:56 ` rguenth at gcc dot gnu.org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: redi at gcc dot gnu.org @ 2012-02-20 15:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-02-20
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-20 15:49:49 UTC ---
more importantly, those files are GPLv2


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
  2012-02-20 15:53 ` [Bug libstdc++/52317] " redi at gcc dot gnu.org
@ 2012-02-20 15:56 ` rguenth at gcc dot gnu.org
  2012-02-20 15:58 ` redi at gcc dot gnu.org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-02-20 15:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-20 15:51:38 UTC ---
Confirmed.  It also contains still a GPLv2 and old exception license.  Also
broken on trunk.


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
  2012-02-20 15:53 ` [Bug libstdc++/52317] " redi at gcc dot gnu.org
  2012-02-20 15:56 ` rguenth at gcc dot gnu.org
@ 2012-02-20 15:58 ` redi at gcc dot gnu.org
  2012-02-20 16:01 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: redi at gcc dot gnu.org @ 2012-02-20 15:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|trivial                     |normal

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-20 15:54:30 UTC ---
the GPLv3 change happened Apr 9 2009, so it looks as though the profile mode
authors created their branch before then and never merged the license change,
so the profile mode files got added with the wrong license


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (2 preceding siblings ...)
  2012-02-20 15:58 ` redi at gcc dot gnu.org
@ 2012-02-20 16:01 ` rguenth at gcc dot gnu.org
  2012-02-20 17:18 ` paolo.carlini at oracle dot com
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-02-20 16:01 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |trivial

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-20 15:56:00 UTC ---
Likewise

testsuite/20_util/reference_wrapper/invoke-2.cc
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc
testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc

and

include/profile/base.h
include/profile/unordered_set
include/profile/vector
include/profile/map.h
include/profile/unordered_map
include/profile/set
include/profile/map


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (3 preceding siblings ...)
  2012-02-20 16:01 ` rguenth at gcc dot gnu.org
@ 2012-02-20 17:18 ` paolo.carlini at oracle dot com
  2012-02-20 22:05 ` giecrilj at stegny dot 2a.pl
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-02-20 17:18 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |paolo.carlini at oracle dot
                   |gnu.org                     |com

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-20 17:13:22 UTC ---
If nobody beats me to it, I can take care of resolving this issue in mainline
and branch: I gather it's just matter of copy-pasting the current v3 license to
the profile/ files + those 3 testcases, right? (just making sure I'm not making
some horrible mistake from the licensing point of view)


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (4 preceding siblings ...)
  2012-02-20 17:18 ` paolo.carlini at oracle dot com
@ 2012-02-20 22:05 ` giecrilj at stegny dot 2a.pl
  2012-02-20 22:08 ` redi at gcc dot gnu.org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2012-02-20 22:05 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #6 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> 2012-02-20 21:54:11 UTC ---
Created attachment 26707
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26707
updates the FSF address in boilerplate comments


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (5 preceding siblings ...)
  2012-02-20 22:05 ` giecrilj at stegny dot 2a.pl
@ 2012-02-20 22:08 ` redi at gcc dot gnu.org
  2012-02-20 22:10 ` paolo.carlini at oracle dot com
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: redi at gcc dot gnu.org @ 2012-02-20 22:08 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-20 22:05:32 UTC ---
The entire boilerplate text needs to be updated to GPLv3, and the new text
doesn't include the postal address at all, so the patch isn't right.


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (6 preceding siblings ...)
  2012-02-20 22:08 ` redi at gcc dot gnu.org
@ 2012-02-20 22:10 ` paolo.carlini at oracle dot com
  2012-02-21 10:58 ` paolo.carlini at oracle dot com
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-02-20 22:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #8 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-20 22:08:14 UTC ---
Indeed.


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (7 preceding siblings ...)
  2012-02-20 22:10 ` paolo.carlini at oracle dot com
@ 2012-02-21 10:58 ` paolo.carlini at oracle dot com
  2012-02-21 10:58 ` paolo at gcc dot gnu.org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-02-21 10:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.3

--- Comment #11 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-21 10:57:31 UTC ---
Fixed mainline and 4.6.3.


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (8 preceding siblings ...)
  2012-02-21 10:58 ` paolo.carlini at oracle dot com
@ 2012-02-21 10:58 ` paolo at gcc dot gnu.org
  2012-02-21 11:06 ` paolo at gcc dot gnu.org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paolo at gcc dot gnu.org @ 2012-02-21 10:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #9 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-02-21 10:56:00 UTC ---
Author: paolo
Date: Tue Feb 21 10:55:54 2012
New Revision: 184430

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184430
Log:
2012-02-21  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/52317
    * python/Makefile.am: Update boilerplate license text to GPLv3.
    * include/profile/unordered_map: Likewise.
    * include/profile/set: Likewise.
    * include/profile/base.h: Likewise.
    * include/profile/impl/profiler_list_to_slist.h: Likewise.
    * include/profile/impl/profiler_container_size.h: Likewise.
    * include/profile/impl/profiler_vector_size.h: Likewise.
    * include/profile/impl/profiler_hash_func.h: Likewise.
    * include/profile/impl/profiler_trace.h: Likewise.
    * include/profile/impl/profiler_list_to_vector.h: Likewise.
    * include/profile/impl/profiler_vector_to_list.h: Likewise.
    * include/profile/impl/profiler.h: Likewise.
    * include/profile/impl/profiler_state.h: Likewise.
    * include/profile/impl/profiler_map_to_unordered_map.h: Likewise.
    * include/profile/impl/profiler_algos.h: Likewise.
    * include/profile/impl/profiler_hashtable_size.h: Likewise.
    * include/profile/impl/profiler_node.h: Likewise.
    * include/profile/vector: Likewise.
    * include/profile/unordered_set: Likewise.
    * include/profile/map.h: Likewise.
    * include/profile/map: Likewise.
    * testsuite/21_strings/basic_string/numeric_conversions/
    wchar_t/dr1261.cc: Likewise.
    * testsuite/21_strings/basic_string/numeric_conversions/
    char/dr1261.cc: Likewise.
    * testsuite/20_util/reference_wrapper/invoke-2.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/profile/base.h
    trunk/libstdc++-v3/include/profile/impl/profiler.h
    trunk/libstdc++-v3/include/profile/impl/profiler_algos.h
    trunk/libstdc++-v3/include/profile/impl/profiler_container_size.h
    trunk/libstdc++-v3/include/profile/impl/profiler_hash_func.h
    trunk/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
    trunk/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h
    trunk/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h
    trunk/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
    trunk/libstdc++-v3/include/profile/impl/profiler_node.h
    trunk/libstdc++-v3/include/profile/impl/profiler_state.h
    trunk/libstdc++-v3/include/profile/impl/profiler_trace.h
    trunk/libstdc++-v3/include/profile/impl/profiler_vector_size.h
    trunk/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
    trunk/libstdc++-v3/include/profile/map
    trunk/libstdc++-v3/include/profile/map.h
    trunk/libstdc++-v3/include/profile/set
    trunk/libstdc++-v3/include/profile/unordered_map
    trunk/libstdc++-v3/include/profile/unordered_set
    trunk/libstdc++-v3/include/profile/vector
    trunk/libstdc++-v3/python/Makefile.am
    trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (9 preceding siblings ...)
  2012-02-21 10:58 ` paolo at gcc dot gnu.org
@ 2012-02-21 11:06 ` paolo at gcc dot gnu.org
  2012-02-21 20:27 ` alfred.minarik.1 at aon dot at
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paolo at gcc dot gnu.org @ 2012-02-21 11:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #10 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-02-21 10:56:40 UTC ---
Author: paolo
Date: Tue Feb 21 10:56:34 2012
New Revision: 184431

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184431
Log:
2012-02-21  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/52317
    * python/Makefile.am: Update boilerplate license text to GPLv3.
    * include/profile/unordered_map: Likewise.
    * include/profile/set: Likewise.
    * include/profile/base.h: Likewise.
    * include/profile/impl/profiler_list_to_slist.h: Likewise.
    * include/profile/impl/profiler_container_size.h: Likewise.
    * include/profile/impl/profiler_vector_size.h: Likewise.
    * include/profile/impl/profiler_hash_func.h: Likewise.
    * include/profile/impl/profiler_trace.h: Likewise.
    * include/profile/impl/profiler_list_to_vector.h: Likewise.
    * include/profile/impl/profiler_vector_to_list.h: Likewise.
    * include/profile/impl/profiler.h: Likewise.
    * include/profile/impl/profiler_state.h: Likewise.
    * include/profile/impl/profiler_map_to_unordered_map.h: Likewise.
    * include/profile/impl/profiler_algos.h: Likewise.
    * include/profile/impl/profiler_hashtable_size.h: Likewise.
    * include/profile/impl/profiler_node.h: Likewise.
    * include/profile/vector: Likewise.
    * include/profile/unordered_set: Likewise.
    * include/profile/map.h: Likewise.
    * include/profile/map: Likewise.
    * testsuite/21_strings/basic_string/numeric_conversions/
    wchar_t/dr1261.cc: Likewise.
    * testsuite/21_strings/basic_string/numeric_conversions/
    char/dr1261.cc: Likewise.
    * testsuite/20_util/reference_wrapper/invoke-2.cc: Likewise.

Modified:
    branches/gcc-4_6-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/base.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_algos.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_container_size.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_hash_func.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_node.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_state.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_trace.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_vector_size.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/map
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/map.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/set
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/unordered_map
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/unordered_set
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/vector
    branches/gcc-4_6-branch/libstdc++-v3/python/Makefile.am
   
branches/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
   
branches/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc
   
branches/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (10 preceding siblings ...)
  2012-02-21 11:06 ` paolo at gcc dot gnu.org
@ 2012-02-21 20:27 ` alfred.minarik.1 at aon dot at
  2012-02-21 20:28 ` paolo.carlini at oracle dot com
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: alfred.minarik.1 at aon dot at @ 2012-02-21 20:27 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

Alfred Minarik <alfred.minarik.1 at aon dot at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alfred.minarik.1 at aon dot
                   |                            |at

--- Comment #12 from Alfred Minarik <alfred.minarik.1 at aon dot at> 2012-02-21 20:16:41 UTC ---
Sorry for my ignorance, but shouldn't the files which previous contained the
special exception

// As a special exception, you may use this file as part of a free
// software library without restriction.  Specifically, if other files
// instantiate templates or use macros or inline functions 
...

now contain the new replacement (like other libstdc++ files)

// Under Section 7 of GPL version 3, you are granted additional
// permissions described in the GCC Runtime Library Exception, version
// 3.1, as published by the Free Software Foundation.

// You should have received a copy of the GNU General Public License and
// a copy of the GCC Runtime Library Exception along with this program;
// see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
// <http://www.gnu.org/licenses/>.


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (11 preceding siblings ...)
  2012-02-21 20:27 ` alfred.minarik.1 at aon dot at
@ 2012-02-21 20:28 ` paolo.carlini at oracle dot com
  2012-02-21 21:19 ` alfred.minarik.1 at aon dot at
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-02-21 20:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #13 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-21 20:23:47 UTC ---
Nope (and note that we don't have that anywhere else).


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (12 preceding siblings ...)
  2012-02-21 20:28 ` paolo.carlini at oracle dot com
@ 2012-02-21 21:19 ` alfred.minarik.1 at aon dot at
  2012-02-21 21:32 ` paolo at gcc dot gnu.org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: alfred.minarik.1 at aon dot at @ 2012-02-21 21:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #14 from Alfred Minarik <alfred.minarik.1 at aon dot at> 2012-02-21 20:48:38 UTC ---
ok, only that I see that nearly everywhere else,
just nearby in
/trunk/libstdc++-v3/include/profile/iterator_tracker.h
/trunk/libstdc++-v3/include/profile/forward_list
or any file I looked at in
/trunk/libstdc++-v3/include/std/


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (13 preceding siblings ...)
  2012-02-21 21:19 ` alfred.minarik.1 at aon dot at
@ 2012-02-21 21:32 ` paolo at gcc dot gnu.org
  2012-02-21 21:33 ` paolo.carlini at oracle dot com
  2012-02-21 21:52 ` paolo at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: paolo at gcc dot gnu.org @ 2012-02-21 21:32 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #15 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-02-21 21:30:31 UTC ---
Author: paolo
Date: Tue Feb 21 21:30:26 2012
New Revision: 184448

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184448
Log:
2012-02-21  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/52317 (cont)
    * include/profile/unordered_map: Ad Library Exception comment.
    * include/profile/set: Likewise.
    * include/profile/base.h: Likewise.
    * include/profile/impl/profiler_list_to_slist.h: Likewise.
    * include/profile/impl/profiler_container_size.h: Likewise.
    * include/profile/impl/profiler_vector_size.h: Likewise.
    * include/profile/impl/profiler_hash_func.h: Likewise.
    * include/profile/impl/profiler_trace.h: Likewise.
    * include/profile/impl/profiler_list_to_vector.h: Likewise.
    * include/profile/impl/profiler_vector_to_list.h: Likewise.
    * include/profile/impl/profiler.h: Likewise.
    * include/profile/impl/profiler_state.h: Likewise.
    * include/profile/impl/profiler_map_to_unordered_map.h: Likewise.
    * include/profile/impl/profiler_algos.h: Likewise.
    * include/profile/impl/profiler_hashtable_size.h: Likewise.
    * include/profile/impl/profiler_node.h: Likewise.
    * include/profile/vector: Likewise.
    * include/profile/unordered_set: Likewise.
    * include/profile/map.h: Likewise.
    * include/profile/map: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/profile/base.h
    trunk/libstdc++-v3/include/profile/impl/profiler.h
    trunk/libstdc++-v3/include/profile/impl/profiler_algos.h
    trunk/libstdc++-v3/include/profile/impl/profiler_container_size.h
    trunk/libstdc++-v3/include/profile/impl/profiler_hash_func.h
    trunk/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
    trunk/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h
    trunk/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h
    trunk/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
    trunk/libstdc++-v3/include/profile/impl/profiler_node.h
    trunk/libstdc++-v3/include/profile/impl/profiler_state.h
    trunk/libstdc++-v3/include/profile/impl/profiler_trace.h
    trunk/libstdc++-v3/include/profile/impl/profiler_vector_size.h
    trunk/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
    trunk/libstdc++-v3/include/profile/map
    trunk/libstdc++-v3/include/profile/map.h
    trunk/libstdc++-v3/include/profile/set
    trunk/libstdc++-v3/include/profile/unordered_map
    trunk/libstdc++-v3/include/profile/unordered_set
    trunk/libstdc++-v3/include/profile/vector


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (14 preceding siblings ...)
  2012-02-21 21:32 ` paolo at gcc dot gnu.org
@ 2012-02-21 21:33 ` paolo.carlini at oracle dot com
  2012-02-21 21:52 ` paolo at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-02-21 21:33 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #17 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-21 21:31:27 UTC ---
Ah, Ok, should be fixed now.


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

* [Bug libstdc++/52317] incorrect FSF address
  2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
                   ` (15 preceding siblings ...)
  2012-02-21 21:33 ` paolo.carlini at oracle dot com
@ 2012-02-21 21:52 ` paolo at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: paolo at gcc dot gnu.org @ 2012-02-21 21:52 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317

--- Comment #16 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-02-21 21:30:54 UTC ---
Author: paolo
Date: Tue Feb 21 21:30:44 2012
New Revision: 184449

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184449
Log:
2012-02-21  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/52317 (cont)
    * include/profile/unordered_map: Ad Library Exception comment.
    * include/profile/set: Likewise.
    * include/profile/base.h: Likewise.
    * include/profile/impl/profiler_list_to_slist.h: Likewise.
    * include/profile/impl/profiler_container_size.h: Likewise.
    * include/profile/impl/profiler_vector_size.h: Likewise.
    * include/profile/impl/profiler_hash_func.h: Likewise.
    * include/profile/impl/profiler_trace.h: Likewise.
    * include/profile/impl/profiler_list_to_vector.h: Likewise.
    * include/profile/impl/profiler_vector_to_list.h: Likewise.
    * include/profile/impl/profiler.h: Likewise.
    * include/profile/impl/profiler_state.h: Likewise.
    * include/profile/impl/profiler_map_to_unordered_map.h: Likewise.
    * include/profile/impl/profiler_algos.h: Likewise.
    * include/profile/impl/profiler_hashtable_size.h: Likewise.
    * include/profile/impl/profiler_node.h: Likewise.
    * include/profile/vector: Likewise.
    * include/profile/unordered_set: Likewise.
    * include/profile/map.h: Likewise.
    * include/profile/map: Likewise.

Modified:
    branches/gcc-4_6-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/base.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_algos.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_container_size.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_hash_func.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_node.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_state.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_trace.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_vector_size.h
   
branches/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/map
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/map.h
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/set
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/unordered_map
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/unordered_set
    branches/gcc-4_6-branch/libstdc++-v3/include/profile/vector


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

end of thread, other threads:[~2012-02-21 21:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-20 15:50 [Bug libstdc++/52317] New: incorrect FSF address giecrilj at stegny dot 2a.pl
2012-02-20 15:53 ` [Bug libstdc++/52317] " redi at gcc dot gnu.org
2012-02-20 15:56 ` rguenth at gcc dot gnu.org
2012-02-20 15:58 ` redi at gcc dot gnu.org
2012-02-20 16:01 ` rguenth at gcc dot gnu.org
2012-02-20 17:18 ` paolo.carlini at oracle dot com
2012-02-20 22:05 ` giecrilj at stegny dot 2a.pl
2012-02-20 22:08 ` redi at gcc dot gnu.org
2012-02-20 22:10 ` paolo.carlini at oracle dot com
2012-02-21 10:58 ` paolo.carlini at oracle dot com
2012-02-21 10:58 ` paolo at gcc dot gnu.org
2012-02-21 11:06 ` paolo at gcc dot gnu.org
2012-02-21 20:27 ` alfred.minarik.1 at aon dot at
2012-02-21 20:28 ` paolo.carlini at oracle dot com
2012-02-21 21:19 ` alfred.minarik.1 at aon dot at
2012-02-21 21:32 ` paolo at gcc dot gnu.org
2012-02-21 21:33 ` paolo.carlini at oracle dot com
2012-02-21 21:52 ` paolo at gcc dot gnu.org

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