[Bug sanitizer/58543] Invalid unpoisoning of stack redzones on ARM

2013-10-02 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58543 --- Comment #7 from Yury Gribov y.gribov at samsung dot com --- Created attachment 30946 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30946action=edit Standalone repro Dodji, It has just occured to me that you probably want an executable

[Bug fortran/58593] [4.9 Regression] internal compiler error: in gfc_conv_string_tmp, at fortran/trans-expr.c:2360

2013-10-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58593 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug middle-end/56888] memcpy implementation optimized as a call to memcpy

2013-10-02 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added CC|

[Bug tree-optimization/58553] New fail in PASS-FAIL: gcc.c-torture/execute/memcpy-2.c execution on arm and aarch64

2013-10-02 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58553 --- Comment #13 from rguenther at suse dot de rguenther at suse dot de --- On Tue, 1 Oct 2013, law at redhat dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58553 --- Comment #12 from Jeffrey A. Law law at redhat dot com --- Re:

[Bug fortran/58593] [4.9 Regression] internal compiler error: in gfc_conv_string_tmp, at fortran/trans-expr.c:2360

2013-10-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58593 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #1) Glancing a the code, I don't see why it fails. Shot into the dark: --- a/gcc/fortran/trans-expr.c +++ b/gcc/fortran/trans-expr.c @@

[Bug c++/58590] [C++11] Hidden typename not ill-formed under SFINAE conditions

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58590 --- Comment #10 from Paolo Carlini paolo.carlini at oracle dot com --- Personally, I never discussed with anybody what exactly using the word SFINAE in a subject means. I only fix bugs ;) Anyway, in practice, as far as this issue is concerned, it

[Bug middle-end/56888] memcpy implementation optimized as a call to memcpy

2013-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||rguenth at gcc

[Bug c++/58592] -flto -fwhole-program caused undefined reference in g++ 4.7.3

2013-10-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58592 --- Comment #1 from Richard Biener rguenth at gcc dot gnu.org --- try removing -fwhole-program and add -fuse-linker-plugin Note that it's unlikely we that somebody works on this for 4.7, which means you may want to try GCC 4.8.1 or later.

[Bug tree-optimization/58532] [4.9 Regression] bootstrap failure with BOOT_CFLAGS=-g -O3

2013-10-02 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58532 David Binderman dcb314 at hotmail dot com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-10-02 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #21 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to Joshua Cogliati from comment #20) Created attachment 30937 [details] Patch to add -Wfloat-conversion option against trunk Added one more changed needed to get

[Bug c++/58575] gcc should compile firefox code faster.

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58575 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/24208] C++ front-end can still be sped up

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24208 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||tsaunders

[Bug tree-optimization/58532] [4.9 Regression] bootstrap failure with BOOT_CFLAGS=-g -O3

2013-10-02 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58532 --- Comment #11 from rguenther at suse dot de rguenther at suse dot de --- On Wed, 2 Oct 2013, dcb314 at hotmail dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58532 David Binderman dcb314 at hotmail dot com changed:

[Bug middle-end/56888] memcpy implementation optimized as a call to memcpy

2013-10-02 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 --- Comment #22 from Bernd Edlinger bernd.edlinger at hotmail dot de --- (In reply to Richard Biener from comment #21) -fno-tree-loop-distribute-patterns is the reliable way to not transform loops into library calls. Thanks! Adding this fixed

[Bug middle-end/56888] memcpy implementation optimized as a call to memcpy

2013-10-02 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 --- Comment #23 from rguenther at suse dot de rguenther at suse dot de --- On Wed, 2 Oct 2013, bernd.edlinger at hotmail dot de wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 --- Comment #22 from Bernd Edlinger bernd.edlinger at

[Bug fortran/58593] [4.9 Regression] internal compiler error: in gfc_conv_string_tmp, at fortran/trans-expr.c:2360

2013-10-02 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58593 --- Comment #3 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch --- (In reply to Tobias Burnus from comment #1) Confirmed. - Sorry for the breakage and thanks for the report! Not sure how the saying goes exactly, but 'those that do

[Bug c++/58565] [c++11] ICE with label in statement expression

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58565 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/58565] [c++11] ICE with label in statement expression

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58565 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/58575] gcc should compile firefox code faster.

2013-10-02 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58575 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug c++/58565] [c++11] ICE with label in statement expression

2013-10-02 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58565 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Wed Oct 2 10:44:23 2013 New Revision: 203109 URL: http://gcc.gnu.org/viewcvs?rev=203109root=gccview=rev Log: /cp 2013-10-02 Paolo Carlini

[Bug c++/58565] [c++11] ICE with label in statement expression

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58565 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/58525] __cxa_throw_bad_array_new_length is generated with -fno-exceptions

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58525 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com --- Please always send patches to the mailing list: attached to bugs are easily overlooked or forgotten.

[Bug tree-optimization/58556] [4.9 Regression] gen-vect-26.c / gen-vect-28.c regression merging from r202839 to r202981

2013-10-02 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58556 --- Comment #4 from ktkachov at gcc dot gnu.org --- Jorn, can you confirm if these tests now pass on ARC?

[Bug c++/58592] -flto -fwhole-program caused undefined reference in g++ 4.7.3

2013-10-02 Thread suihong.liang at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58592 suihong.liang at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/58594] New: std::make_shared does not accept const types as parameters

2013-10-02 Thread akim.demaille at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58594 Bug ID: 58594 Summary: std::make_shared does not accept const types as parameters Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug other/58578] [4.9 Regression] mpfr tasinh test doesn't terminate when built with trunk for ARM

2013-10-02 Thread clyon at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58578 --- Comment #6 from clyon at gcc dot gnu.org --- Author: clyon Date: Wed Oct 2 14:07:45 2013 New Revision: 203116 URL: http://gcc.gnu.org/viewcvs?rev=203116root=gccview=rev Log: Add forgotten test case for r203059. 2013-10-01 Kugan

[Bug libstdc++/58594] std::make_shared does not accept const types as parameters

2013-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58594 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug tree-optimization/58556] [4.9 Regression] gen-vect-26.c / gen-vect-28.c regression merging from r202839 to r202981

2013-10-02 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58556 --- Comment #5 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org --- (In reply to ktkachov from comment #4) Jorn, can you confirm if these tests now pass on ARC? Yes, they do.

[Bug middle-end/58585] [4.9 Regression] ICE in ipa with virtual inheritance

2013-10-02 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58585 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/58556] [4.9 Regression] gen-vect-26.c / gen-vect-28.c regression merging from r202839 to r202981

2013-10-02 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58556 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/58535] [4.8/4.9 Regression] ICE with virtual template function

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58535 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c++/58592] -flto -fwhole-program caused undefined reference in g++ 4.7.3

2013-10-02 Thread suihong.liang at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58592 suihong.liang at gmail dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c++/58535] [4.8/4.9 Regression] ICE with virtual template function

2013-10-02 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58535 --- Comment #2 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Wed Oct 2 18:25:55 2013 New Revision: 203123 URL: http://gcc.gnu.org/viewcvs?rev=203123root=gccview=rev Log: /cp 2013-10-02 Paolo Carlini

[Bug c++/58535] [4.8/4.9 Regression] ICE with virtual template function

2013-10-02 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58535 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Wed Oct 2 18:27:30 2013 New Revision: 203124 URL: http://gcc.gnu.org/viewcvs?rev=203124root=gccview=rev Log: /cp 2013-10-02 Paolo Carlini

[Bug c++/58535] [4.8/4.9 Regression] ICE with virtual template function

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58535 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/58595] New: internal compiler error: in gen_movsi when compiling on arm some files of lttng-tools with -fPIE

2013-10-02 Thread yannick.brosseau at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595 Bug ID: 58595 Summary: internal compiler error: in gen_movsi when compiling on arm some files of lttng-tools with -fPIE Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug bootstrap/58509] [4.9 regression] ICE in calc_dfs_tree, at dominance.c:397 during Ada runtime build

2013-10-02 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58509 --- Comment #4 from Mikael Pettersson mikpelinux at gmail dot com --- Eric's patch fixes this bootstrap problem for me on sparc64-linux.

[Bug c++/58592] -flto -fwhole-program caused undefined reference in g++ 4.7.3

2013-10-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58592 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/58587] Bootstrap error with ada with -mcpu=power7

2013-10-02 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58587 Michael Meissner meissner at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/58587] Bootstrap error with ada with -mcpu=power7

2013-10-02 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58587 --- Comment #3 from Michael Meissner meissner at gcc dot gnu.org --- Created attachment 30948 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30948action=edit Patch to disable -mvsx-timode This patch disables setting -mvsx-timode, which is

[Bug libstdc++/58594] [4.9 Regression] std::make_shared does not accept const types as parameters

2013-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58594 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Wed Oct 2 19:55:14 2013 New Revision: 203131 URL: http://gcc.gnu.org/viewcvs?rev=203131root=gccview=rev Log: PR libstdc++/58594 *

[Bug libstdc++/58594] [4.9 Regression] std::make_shared does not accept const types as parameters

2013-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58594 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/28525] ICE after duplicate_decls

2013-10-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28525 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug middle-end/26784] Non C based frontend ICEs on -fmudflap

2013-10-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26784 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|ice-on-invalid-code,|

[Bug c++/58596] New: [4.8/4.9 Regression] [c++11] ICE with decltype in non-static data member initializer

2013-10-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58596 Bug ID: 58596 Summary: [4.8/4.9 Regression] [c++11] ICE with decltype in non-static data member initializer Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug libstdc++/58569] Compilation error when a class contains multiple std::function

2013-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58569 --- Comment #18 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Wed Oct 2 20:21:52 2013 New Revision: 203132 URL: http://gcc.gnu.org/viewcvs?rev=203132root=gccview=rev Log: 2013-10-02 Jonathan Wakely jwakely@gmail.com

[Bug libstdc++/58569] Compilation error when a class contains multiple std::function

2013-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58569 --- Comment #19 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Wed Oct 2 20:22:02 2013 New Revision: 203133 URL: http://gcc.gnu.org/viewcvs?rev=203133root=gccview=rev Log: 2013-10-02 Jonathan Wakely jwakely@gmail.com

[Bug libstdc++/58569] Compilation error when a class contains multiple std::function

2013-10-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58569 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug c++/58597] New: [c++11] ICE with lambda in default argument of template function

2013-10-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597 Bug ID: 58597 Summary: [c++11] ICE with lambda in default argument of template function Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/58598] New: ICE: SIGSEGV (write after free) with -O -flto -fno-fat-lto-objects -fvtable-verify=std

2013-10-02 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58598 Bug ID: 58598 Summary: ICE: SIGSEGV (write after free) with -O -flto -fno-fat-lto-objects -fvtable-verify=std Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug c++/58599] New: [c++11] Trouble with non-static data member initializers in templates

2013-10-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58599 Bug ID: 58599 Summary: [c++11] Trouble with non-static data member initializers in templates Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/58600] New: [c++0x] ICE on wrong usage of alignas

2013-10-02 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58600 Bug ID: 58600 Summary: [c++0x] ICE on wrong usage of alignas Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/58593] [4.9 Regression] internal compiler error: in gfc_conv_string_tmp, at fortran/trans-expr.c:2360

2013-10-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58593 --- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org --- Author: burnus Date: Wed Oct 2 21:02:14 2013 New Revision: 203135 URL: http://gcc.gnu.org/viewcvs?rev=203135root=gccview=rev Log: 2013-10-02 Tobias Burnus bur...@net-b.de

[Bug fortran/58593] [4.9 Regression] internal compiler error: in gfc_conv_string_tmp, at fortran/trans-expr.c:2360

2013-10-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58593 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/58601] New: [meta-bug] alignas

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601 Bug ID: 58601 Summary: [meta-bug] alignas Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug c++/58601] [meta-bug] alignas

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/58596] [4.8/4.9 Regression] [c++11] ICE with decltype in non-static data member initializer

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58596 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Priority|P3 |P2

[Bug c++/58561] [4.8/4.9 Regression] [c++11] ICE using declaration of function with auto in return type

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58561 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Priority|P3 |P2

[Bug c++/58518] [4.8/4.9 regression] ICE with template specialization

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58518 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Priority|P3 |P2

[Bug other/58578] [4.9 Regression] mpfr tasinh test doesn't terminate when built with trunk for ARM

2013-10-02 Thread clyon at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58578 --- Comment #7 from clyon at gcc dot gnu.org --- Author: clyon Date: Wed Oct 2 22:12:37 2013 New Revision: 203137 URL: http://gcc.gnu.org/viewcvs?rev=203137root=gccview=rev Log: 2013-10-01 Kugan Vivekanandarajah kug...@linaro.org Backport

[Bug bootstrap/58572] [4.9 regression] make install uses -Wno-narrowing with system compiler which does not know about it

2013-10-02 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58572 --- Comment #1 from Gary Funck gary at intrepid dot com --- We're seeing a similar failure on SUSE SLE 11.2. The installed version of gcc is 4.3.4.

[Bug target/58587] Bootstrap error with ada with -mcpu=power7

2013-10-02 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58587 --- Comment #4 from Michael Meissner meissner at gcc dot gnu.org --- Author: meissner Date: Thu Oct 3 00:01:45 2013 New Revision: 203142 URL: http://gcc.gnu.org/viewcvs?rev=203142root=gccview=rev Log: 2013-10-02 Michael Meissner

[Bug target/58587] Bootstrap error with ada with -mcpu=power7

2013-10-02 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58587 --- Comment #5 from Michael Meissner meissner at gcc dot gnu.org --- Author: meissner Date: Thu Oct 3 00:08:12 2013 New Revision: 203143 URL: http://gcc.gnu.org/viewcvs?rev=203143root=gccview=rev Log: 2013-10-02 Michael Meissner

[Bug c++/58584] [c++11] ICE with invalid argument for alignas

2013-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58584 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/58162] [C++11] bogus error: use of deleted function 'constexpr A::A(const A)'

2013-10-02 Thread james.dennett at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58162 James Dennett james.dennett at gmail dot com changed: What|Removed |Added CC|