[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 changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at

[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 changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de --- Co

[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 --- 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 --- > Re: Not creating loops with multiple entries, n

[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 --- (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 @@ -2359,4 +2359,4 @@ gfc_conv_s

[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 --- 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 should be clear by now that, as

[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 changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #

[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 --- 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 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[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 --- (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 it to compile (which

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[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 changed: What|Removed |Added CC||tsaunders at mozilla dot com --- Comment

[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 --- On Wed, 2 Oct 2013, dcb314 at hotmail dot com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58532 > > David Binderman changed: > >What|Removed |Added

[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 --- (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 the generated code: #pragma GC

[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 --- 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 --- > (In reply to Richard Biener from com

[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 --- (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 a lot can break a lot'. I'm happy my

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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 changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Paolo Carlin

[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 changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[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 --- Author: paolo Date: Wed Oct 2 10:44:23 2013 New Revision: 203109 URL: http://gcc.gnu.org/viewcvs?rev=203109&root=gcc&view=rev Log: /cp 2013-10-02 Paolo Carlini PR c++/58565 * semantics

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[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 --- 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 Resoluti

[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 Prio

[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=203116&root=gcc&view=rev Log: Add forgotten test case for r203059. 2013-10-01 Kugan Vivekanand

[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 changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[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 --- (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 changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[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 Resolution|

[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 changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[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 Ve

[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 --- Author: paolo Date: Wed Oct 2 18:25:55 2013 New Revision: 203123 URL: http://gcc.gnu.org/viewcvs?rev=203123&root=gcc&view=rev Log: /cp 2013-10-02 Paolo Carlini PR c++/58535 * parser.c

[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 --- Author: paolo Date: Wed Oct 2 18:27:30 2013 New Revision: 203124 URL: http://gcc.gnu.org/viewcvs?rev=203124&root=gcc&view=rev Log: /cp 2013-10-02 Paolo Carlini PR c++/58535 * parser.c

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[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 --- 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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[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 changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[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 --- Created attachment 30948 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30948&action=edit Patch to disable -mvsx-timode This patch disables setting -mvsx-timode, which is what is causing the problem.

[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 --- Author: redi Date: Wed Oct 2 19:55:14 2013 New Revision: 203131 URL: http://gcc.gnu.org/viewcvs?rev=203131&root=gcc&view=rev Log: PR libstdc++/58594 * include/bits/shared_ptr_base.h (_Sp_counte

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[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 changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[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 changed: What|Removed |Added Keywords|ice-on-invalid-code,| |monitored

[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 Sever

[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 --- Author: redi Date: Wed Oct 2 20:21:52 2013 New Revision: 203132 URL: http://gcc.gnu.org/viewcvs?rev=203132&root=gcc&view=rev Log: 2013-10-02 Jonathan Wakely Daniel Krugler PR libstdc++/5

[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 --- Author: redi Date: Wed Oct 2 20:22:02 2013 New Revision: 203133 URL: http://gcc.gnu.org/viewcvs?rev=203133&root=gcc&view=rev Log: 2013-10-02 Jonathan Wakely Daniel Krugler PR libstdc++/5

[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 changed: What|Removed |Added Keywords||rejects-valid Status|ASSIGN

[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 Sev

[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 --- Author: burnus Date: Wed Oct 2 21:02:14 2013 New Revision: 203135 URL: http://gcc.gnu.org/viewcvs?rev=203135&root=gcc&view=rev Log: 2013-10-02 Tobias Burnus PR fortran/58593 * trans-expr.

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[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: unass

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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 changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[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 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 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=203137&root=gcc&view=rev Log: 2013-10-01 Kugan Vivekanandarajah Backport from trunk r203

[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 --- 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 --- Author: meissner Date: Thu Oct 3 00:01:45 2013 New Revision: 203142 URL: http://gcc.gnu.org/viewcvs?rev=203142&root=gcc&view=rev Log: 2013-10-02 Michael Meissner PR target/58587 * config/rs600

[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 --- Author: meissner Date: Thu Oct 3 00:08:12 2013 New Revision: 203143 URL: http://gcc.gnu.org/viewcvs?rev=203143&root=gcc&view=rev Log: 2013-10-02 Michael Meissner Backport from mainline 2013-10

[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 changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

gcc-bugs@gcc.gnu.org

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