[Bug fortran/49324] Deep copy missing for array constructors of DT w/ allocatable components

2011-06-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49324 --- Comment #5 from Tobias Burnus 2011-06-09 22:22:39 UTC --- The following should partially helps: It solves the segfault for z(:) = [ x, y ] and does a deep copy. TODO: - I miss a freeing of the components of the LHS, there is currently just

[Bug c++/49351] New: Internal error: Segmentation fault (program cc1plus)

2011-06-09 Thread michael at jarvis dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49351 Summary: Internal error: Segmentation fault (program cc1plus) Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug tree-optimization/49352] New: [4.7 Regression] -fcompare-debug failure with -O2 -ftree-vectorize

2011-06-09 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49352 Summary: [4.7 Regression] -fcompare-debug failure with -O2 -ftree-vectorize Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/41138] Inconsistent (incorrect?) "overflow in implicit constant conversion" warning

2011-06-09 Thread msebor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41138 Martin Sebor changed: What|Removed |Added CC||msebor at gmail dot com --- Comment #2 fro

[Bug c++/49353] New: C++ frontend should not declare function EXTERN when it forces them to stay

2011-06-09 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49353 Summary: C++ frontend should not declare function EXTERN when it forces them to stay Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/49154] [4.7 Regression]: build fails on cris-elf in libgcc: ICE in setup_pressure_classes, at ira.c:902

2011-06-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49154 --- Comment #8 from Hans-Peter Nilsson 2011-06-09 23:36:24 UTC --- Author: hp Date: Thu Jun 9 23:36:22 2011 New Revision: 174867 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174867 Log: PR rtl-optimization/49154 * doc/tm.texi.i

[Bug rtl-optimization/49154] [4.7 Regression]: build fails on cris-elf in libgcc: ICE in setup_pressure_classes, at ira.c:902

2011-06-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49154 --- Comment #9 from Hans-Peter Nilsson 2011-06-09 23:38:38 UTC --- Author: hp Date: Thu Jun 9 23:38:35 2011 New Revision: 174868 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174868 Log: PR rtl-optimization/49154 * ira-costs.c (

[Bug rtl-optimization/49154] [4.7 Regression]: build fails on cris-elf in libgcc: ICE in setup_pressure_classes, at ira.c:902

2011-06-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49154 --- Comment #10 from Hans-Peter Nilsson 2011-06-09 23:45:47 UTC --- Author: hp Date: Thu Jun 9 23:45:45 2011 New Revision: 174870 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174870 Log: PR rtl-optimization/49154 * config/cris/

[Bug libfortran/49336] ATAN2 values differ from those specified in documentation

2011-06-09 Thread ahn567 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49336 --- Comment #3 from ahn567 at gmail dot com 2011-06-10 00:33:41 UTC --- (In reply to comment #2) > ahn567: Do you rely on atan (+/-0, x< 0) returning PI instead of -PI? If it is > really needed, on could add a special handling for -fno-signed-zero

[Bug bootstrap/49354] New: [4.7 Regression] bootstrap failure

2011-06-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49354 Summary: [4.7 Regression] bootstrap failure Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassig...@

[Bug bootstrap/49354] [4.7 Regression] bootstrap failure

2011-06-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49354 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/49350] [4.7 Regression] Many C++ testsuite failures

2011-06-09 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49350 --- Comment #2 from H.J. Lu 2011-06-10 00:52:13 UTC --- Revision 174864 gave: FAIL: gcc.dg/dump-pass.c (test for excess errors)

[Bug c++/49351] Internal error: Segmentation fault (program cc1plus)

2011-06-09 Thread michael at jarvis dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49351 --- Comment #1 from Mike Jarvis 2011-06-10 00:54:35 UTC --- I should add that g++ version 4.4.4 also fails to work with this code. It gives the same "Internal error: Segmentation fault" that 4.5.2 gave. But g++ 4.0.1 and 4.2.1 do work. Well,

[Bug bootstrap/49354] [4.7 Regression] bootstrap failure

2011-06-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49354 --- Comment #2 from Hans-Peter Nilsson 2011-06-10 01:04:37 UTC --- Author: hp Date: Fri Jun 10 01:04:34 2011 New Revision: 174878 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174878 Log: PR bootstrap/49354 * ira-costs.c (setup_r

[Bug c++/49355] New: new T({""}) crashes G++ when struct T { std::string foobar };

2011-06-09 Thread peter.schmidt-nielsen at cba dot mit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49355 Summary: new T({""}) crashes G++ when struct T { std::string foobar }; Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/49356] New: C++0x decltype fails with recursive template function

2011-06-09 Thread jarrydb at cse dot unsw.edu.au
isable-multilib --enable-languages=c,c++,go : (reconfigured) /home/jarryd/current/soft/src/gcc-svn/configure --prefix=/home/jarryd/current/soft/install-latest --disable-multilib --enable-languages=c,c++,go,lto --no-create --no-recursion Thread model: posix gcc version 4.7.0 20110609 (experimental) (GCC)

[Bug rtl-optimization/49357] New: [4.7 Regression] register allocation worse

2011-06-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49357 Summary: [4.7 Regression] register allocation worse Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assigned

[Bug rtl-optimization/49357] [4.7 Regression] register allocation worse

2011-06-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49357 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last reconfirmed|

[Bug rtl-optimization/49154] [4.7 Regression]: build fails on cris-elf in libgcc: ICE in setup_pressure_classes, at ira.c:902

2011-06-09 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49154 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug debug/48459] [4.6/4.7 Regression] avr: Assertion failure with -gdwarf-2

2011-06-09 Thread anitha.boyapati at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48459 --- Comment #8 from Anitha Boyapati 2011-06-10 04:13:34 UTC --- (In reply to comment #7) > Created attachment 24478 [details] > alternate patch > > This patch is probably better. I agree. But this does not fully solve the problem either. INCOMI

[Bug c++/49358] New: optimization regression in 4.6.1 from 4.5.4

2011-06-09 Thread v.haisman at sh dot cvut.cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49358 Summary: optimization regression in 4.6.1 from 4.5.4 Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig.

[Bug c++/49118] Endless operator-> chain causes infinite loop

2011-06-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49118 --- Comment #8 from Jason Merrill 2011-06-10 05:18:40 UTC --- Author: jason Date: Fri Jun 10 05:18:36 2011 New Revision: 174889 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174889 Log: PR c++/49118 * typeck2.c (build_x_arrow): P

[Bug fortran/49359] New: fmm_aux_qlm_builder.f90:154: internal compiler error: in

2011-06-09 Thread shekhar88 at chem dot iitb.ac.in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49359 Summary: fmm_aux_qlm_builder.f90:154: internal compiler error: in Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug debug/48459] [4.6/4.7 Regression] avr: Assertion failure with -gdwarf-2

2011-06-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48459 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #9 f

[Bug c++/49118] Endless operator-> chain causes infinite loop

2011-06-09 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49118 --- Comment #9 from David Krauss 2011-06-10 05:25:08 UTC --- Thanks! On Jun 9, 2011, at 10:18 PM, jason at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49118

[Bug fortran/49359] fmm_aux_qlm_builder.f90:154: internal compiler error: in

2011-06-09 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49359 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug fortran/49359] fmm_aux_qlm_builder.f90:154: internal compiler error: in

2011-06-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49359 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/49297] ICE gfc_conv_component_ref, at fortran/trans-expr.c:268 when compiling molcas7.6

2011-06-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49297 --- Comment #5 from Tobias Burnus 2011-06-10 06:10:10 UTC --- *** Bug 49359 has been marked as a duplicate of this bug. ***

[Bug c/49360] New: generate wrong logic code

2011-06-09 Thread wuxb45 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49360 Summary: generate wrong logic code Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org

[Bug c/49360] generate wrong logic code

2011-06-09 Thread wuxb45 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49360 Wu Xingbo changed: What|Removed |Added Target||mipsel-gnu-linux Host|

[Bug c/49360] generate wrong logic code

2011-06-09 Thread wuxb45 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49360 Wu Xingbo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

<    1   2