Ping: unreviewed copyright patches

2013-02-03 Thread Richard Sandiford
Not exactly the most exciting patches, and certainly not worth more than one ping, but: fixincludes copyright http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00442.html http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00443.html libgcc copyright

RFA: Update copyright for libitm

2013-02-03 Thread Richard Sandiford
Update the copyright notices for libitm. Tested on x86_64-linux-gnu. OK to install? Thanks, Richard libitm/ Update copyright years Index: libitm/aatree.cc === --- libitm/aatree.cc2013-01-24 19:02:50.006757650 +

RFA: Update copyright for libmudflap

2013-02-03 Thread Richard Sandiford
Update the copyright for libmudflap, in the same way as for other directories. Tested on x86_64-linux-gnu. OK to install? Richard libmudflap/ Update copyright years. Index: libmudflap/Makefile.am === ---

RFA: Update copyright for libobjc

2013-02-03 Thread Richard Sandiford
Update the copyright notices for libobjc. Tested on x86_64-linux-gnu. OK to install? Richard libbjc/ Update copyright years. Index: libobjc/Makefile.in === --- libobjc/Makefile.in 2013-02-02 21:33:00.727873787 + +++

Re: RFA: Fix mips-sde-elf fallout from 4.8 extv/extzv changes

2013-02-03 Thread Eric Botcazou
gcc/ * expmed.c (extract_bit_field_1): Pass the full width of the structure to get_best_reg_extraction_insn. OK, thanks. -- Eric Botcazou

RFA: Update copyright for libquadmath

2013-02-03 Thread Richard Sandiford
Most of the files here say This file is part of the GNU C Library or the GNU MP Library, so maybe we don't actually want to update them. Please let me know if so. Tested on x86_64-linux-gnu. OK to install? Richard libquadmath/ Update copyright years for libquadmath. Index:

[committed] Fix copyright typo

2013-02-03 Thread Richard Sandiford
Committed as obvious. Richard libstdc++-v3/ * config/os/mingw32/ctype_inline.h: Fix copyright typo. Index: libstdc++-v3/config/os/mingw32/ctype_inline.h === --- libstdc++-v3/config/os/mingw32/ctype_inline.h

Re: RFA: Update copyright for libobjc

2013-02-03 Thread Nicola Pero
OK. Thanks On 3 Feb 2013, at 10:33, Richard Sandiford wrote: Update the copyright notices for libobjc. Tested on x86_64-linux-gnu. OK to install? Richard libbjc/ Update copyright years. Index: libobjc/Makefile.in

[Ada] Issue sorry message for Scalar_Storage_Order

2013-02-03 Thread Eric Botcazou
The support for the new attribute Scalar_Storage_Order isn't complete yet so this patch adds a couple of calls to sorry for it in gigi. Tested on x86_64-suse-linux, applied on the mainline. 2013-02-03 Eric Botcazou ebotca...@adacore.com * gcc-interface/decl.c: Include

Re: RFA: Update copyright for libitm

2013-02-03 Thread Jakub Jelinek
On Sun, Feb 03, 2013 at 10:22:13AM +, Richard Sandiford wrote: Update the copyright notices for libitm. Tested on x86_64-linux-gnu. OK to install? libitm/ Update copyright years Ok, thanks. Jakub

Re: RFA: Update copyright for libmudflap

2013-02-03 Thread Jakub Jelinek
On Sun, Feb 03, 2013 at 10:28:41AM +, Richard Sandiford wrote: libmudflap/ Update copyright years. Ok. Jakub

Re: RFA: Update copyright for libobjc

2013-02-03 Thread Jakub Jelinek
On Sun, Feb 03, 2013 at 10:33:26AM +, Richard Sandiford wrote: Update the copyright notices for libobjc. Tested on x86_64-linux-gnu. OK to install? Richard libbjc/ Update copyright years. Ok. Jakub

Re: RFA: Update copyright for libquadmath

2013-02-03 Thread Jakub Jelinek
On Sun, Feb 03, 2013 at 10:38:05AM +, Richard Sandiford wrote: Most of the files here say This file is part of the GNU C Library or the GNU MP Library, so maybe we don't actually want to update them. Please let me know if so. Tested on x86_64-linux-gnu. OK to install? Richard

Re: RFA: Update copyright for libssp

2013-02-03 Thread Jakub Jelinek
On Sun, Feb 03, 2013 at 10:39:55AM +, Richard Sandiford wrote: Seems like one of the simpler directories copyrightwise. Tested on x86_64-linux-gnu. OK to install? Richard libssp/ Update copyright years. Similar to libquadmath, these files are copied/modified over from

[PATCH] collect2 should ignore AIX shared objects marked F_LOADONLY

2013-02-03 Thread David Edelsohn
Although AIX now supports shared objects with the .so suffix, AIX's native support for shared objects are special object files in archive files. Shared object versioning is supported with multiple shared objects in a single archive file. Shared object files providing earlier versions of symbols

Re: RFA: Update copyright in libstdc++-v3

2013-02-03 Thread Paolo Carlini
Hi, Tested on x86_64-linux-gnu, including with a -D_GLIBCXX_DEBUG run. OK to install? Ok, thanks! Paolo

Re: Ping: unreviewed copyright patches

2013-02-03 Thread Bruce Korb
On 02/03/13 02:19, Richard Sandiford wrote: Not exactly the most exciting patches, and certainly not worth more than one ping, but: fixincludes copyright http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00442.html You missed the file header. Why bother with dual update issues? ---

Re: Ping: unreviewed copyright patches

2013-02-03 Thread Richard Sandiford
Bruce Korb bk...@gnu.org writes: On 02/03/13 02:19, Richard Sandiford wrote: Not exactly the most exciting patches, and certainly not worth more than one ping, but: fixincludes copyright http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00442.html You missed the file header. That was

Re: Ping: unreviewed copyright patches

2013-02-03 Thread Bruce Korb
On 02/03/13 09:42, Richard Sandiford wrote: You missed the file header. That was deliberately in patch 2 though. OK. Why bother with dual update issues? Well, the point is that patch 2 is scripted. OK: echo $copyright | sed 's/(C) 2002-/(C) /' and now you print the right date and

[PATCH][revised] fix PR sanitizer/55617

2013-02-03 Thread Jack Howarth
Currently darwin is unable to utilize libasan with constructors due to the lack of constructor priority support on that target. The asan_finish_file routine inserts an essential __asan_init into the array of constructors (via the __mod_init_func section). However the insertion occurs at the

[committed] Delete GO_IF_LEGITIMATE_ADDRESS on PA target

2013-02-03 Thread John David Anglin
The main goal of this change was to replace the deprecated GO_IF_LEGITIMATE_ADDRESS macro with TARGET_LEGITIMATE_ADDRESS_P. The patch also modifies the LEGITIMIZE_RELOAD_ADDRESS macro to use pa_legitimize_reload_address and tightens the memory address constraint used for floating point moves and

[SH] PR 55146 - Add testcase

2013-02-03 Thread Oleg Endo
Hi, The attached patch adds the testcase as it was originally reported in the PR. Although it's not a problem on 4.8, I think it would be better to have this in the test suite. Tested with make -k check-gcc RUNTESTFLAGS=sh.exp=pr55146.c --target_board=sh-sim

Re: Ping: unreviewed copyright patches

2013-02-03 Thread Ben Elliston
On Sun, Feb 03, 2013 at 10:19:47AM +, Richard Sandiford wrote: libdecnumber copyright http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00647.html I've refreshed my memory on the use of year ranges in the copyright notice (http://www.gnu.org/licenses/gpl-howto.html). Looking at the

Re: hasher speed traits

2013-02-03 Thread Jonathan Wakely
On 2 February 2013 21:57, François Dumont wrote: Hi Here is the last patch I can think of for 4.8. Thanks to it default performance reported in performance/23_containers/insert/54075.cc and performance/23_containers/insert_erase/41975.cc are always the best: Excellent. Ok to commit ?

[Patch, fortran] PR54107: ICE on recursive interfaces and PR54195: symbol bogusly inserted twice in the interface.

2013-02-03 Thread Mikael Morin
Hello, The following patches fix both PR54107 and PR54195. - In PR54107(comment 26), the procedure result is a procedure pointer whose interface is the procedure itself, which leads to an infinite recursion during resolution. - In PR54195, a type's type bound procedures are resolved twice,

Re: [SH] PR 55146 - Add testcase

2013-02-03 Thread Kaz Kojima
Oleg Endo oleg.e...@t-online.de wrote: The attached patch adds the testcase as it was originally reported in the PR. Although it's not a problem on 4.8, I think it would be better to have this in the test suite. Tested with make -k check-gcc RUNTESTFLAGS=sh.exp=pr55146.c

Re: [SH] PR 54386 - Add testcase

2013-02-03 Thread Kaz Kojima
Oleg Endo oleg.e...@t-online.de wrote: PR 54386 has been fixed a while ago already and it wasn't really an SH specific problem. Still, I'd like to add an SH specific test case for this. Tested with make -k check-gcc RUNTESTFLAGS=sh.exp=pr54386.c --target_board=sh-sim

Re: Ping: unreviewed copyright patches

2013-02-03 Thread Ian Lance Taylor
On Sun, Feb 3, 2013 at 2:19 AM, Richard Sandiford rdsandif...@googlemail.com wrote: Not exactly the most exciting patches, and certainly not worth more than one ping, but: libgcc copyright http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00642.html This is OK. Thanks. Don't these count as