[Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10

2011-04-18 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602 --- Comment #28 from Jerry DeLisle 2011-04-18 18:46:00 UTC --- This optimization test case is cute. We should ship it to the optimization folks. And it should be yet another PR, even if we can come up with a work around. I am not going to have

[Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10

2011-04-18 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602 --- Comment #29 from Jerry DeLisle 2011-04-18 18:56:22 UTC --- I should mention that optimization issue goes away at -O3. It also goes away with -ffloat-store

[Bug target/48628] ICE in reload

2011-04-18 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48628 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #3

[Bug bootstrap/48671] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-04-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48671 Summary: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug fortran/48588] [4.6/4.7 Regression] ICE (segfault) in gfc_get_nodesc_array_type

2011-04-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48588 --- Comment #5 from Tobias Burnus 2011-04-18 20:56:02 UTC --- The following seems to mostly work. I think some double resolving could happen - thus, one might need to tweak resolve_all_program_units. Paul & Mikael: What do you think? Test-suite

[Bug bootstrap/48671] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-04-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48671 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug c++/48424] C++0x parameter packs expansion problem

2011-04-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 --- Comment #3 from Jonathan Wakely 2011-04-18 21:23:46 UTC --- Jason, when this bug is fixed will this be allowed too? template struct S { template void f(Args1... args1, Args2&&... args2) { } }; S s; Currently this gives: var.

[Bug lto/48086] bootstrap-lto creates c-common.s with too many sections on x86_64-apple-darwin10

2011-04-18 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086 --- Comment #24 from mrs at gcc dot gnu.org 2011-04-18 21:27:04 UTC --- Author: mrs Date: Mon Apr 18 21:27:00 2011 New Revision: 172671 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172671 Log: 2011-04-18 Jack Howarth PR lto/

[Bug libstdc++/48521] [4.5/4.6/4.7 Regression] [C++0x] std::result_of doesn't work with pointer to member

2011-04-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48521 --- Comment #5 from Jonathan Wakely 2011-04-18 21:43:36 UTC --- (In reply to comment #0) > This is supposed to work, and did with 4.4: > > #include > struct X > { > int foo(); > }; > > typedef int (X::*pm)(); > std::result_of::type i = 0; B

[Bug middle-end/48672] New: [4.6 regression] control reaches end of non-void false positive

2011-04-18 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48672 Summary: [4.6 regression] control reaches end of non-void false positive Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug middle-end/48672] [4.6 regression] control reaches end of non-void false positive

2011-04-18 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48672 --- Comment #1 from Matt Hargett 2011-04-18 21:49:55 UTC --- Created attachment 24038 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24038 g++ -O0 -Wreturn-type -c abm.i

[Bug middle-end/48672] [4.6 regression] control reaches end of non-void false positive

2011-04-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48672 --- Comment #2 from Andrew Pinski 2011-04-18 21:54:18 UTC --- These warnings are semi correct. The problem is that GCC does not know that the enum value of either this->version or Get_version() cannot be either ALLOCATED_BLOCK_MAP_V1 or ALLOCATE

[Bug c++/48632] Internal compiler error when using OpenMP with template

2011-04-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48632 --- Comment #4 from Jakub Jelinek 2011-04-18 21:55:10 UTC --- Author: jakub Date: Mon Apr 18 21:55:07 2011 New Revision: 172674 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172674 Log: PR c++/48632 * parser.c (cp_parser_omp_for_

[Bug c++/48632] Internal compiler error when using OpenMP with template

2011-04-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48632 --- Comment #5 from Jakub Jelinek 2011-04-18 21:56:15 UTC --- Author: jakub Date: Mon Apr 18 21:56:12 2011 New Revision: 172675 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172675 Log: PR c++/48632 * parser.c (cp_parser_omp_for_

[Bug middle-end/48661] [4.6/4.7 Regression] wrong-code regression with devirtualization

2011-04-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48661 --- Comment #5 from Jakub Jelinek 2011-04-18 21:58:05 UTC --- Author: jakub Date: Mon Apr 18 21:58:03 2011 New Revision: 172676 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172676 Log: PR middle-end/48661 * gimple-fold.c (gimple

[Bug middle-end/48661] [4.6/4.7 Regression] wrong-code regression with devirtualization

2011-04-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48661 --- Comment #7 from Jakub Jelinek 2011-04-18 21:58:53 UTC --- Author: jakub Date: Mon Apr 18 21:58:51 2011 New Revision: 172677 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172677 Log: PR middle-end/48661 * gimple-fold.c (gimple

[Bug middle-end/48661] [4.6/4.7 Regression] wrong-code regression with devirtualization

2011-04-18 Thread snyder at bnl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48661 --- Comment #6 from scott snyder 2011-04-18 21:58:51 UTC --- Thanks Jakob! I can confirm that that patch also fixes the problem in the original source from which i derived that test case.

[Bug target/48673] New: [4.7 Regression] GCC generates WAW and RAW conflicts on IA64.

2011-04-18 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48673 Summary: [4.7 Regression] GCC generates WAW and RAW conflicts on IA64. Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/48537] C++0x: ICE using union with non-trivial member

2011-04-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48537 --- Comment #1 from Jason Merrill 2011-04-18 22:40:48 UTC --- Author: jason Date: Mon Apr 18 22:40:43 2011 New Revision: 172678 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172678 Log: PR c++/48537 * init.c (build_value_init): H

[Bug c++/48424] C++0x parameter packs expansion problem

2011-04-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 --- Comment #4 from Jason Merrill 2011-04-18 22:45:55 UTC --- Yes, that looks OK too.

[Bug c++/47336] [C++0x] ICE: "Error reporting routines re-entered"

2011-04-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47336 --- Comment #1 from Jonathan Wakely 2011-04-18 23:23:36 UTC --- Here's another example which produces the "error reporting routines re-entered" ICE, this time on invalid code: template T declval(); template struct S { template static U

[Bug c++/48537] [4.6/4.7 regression] C++0x: ICE using union with non-trivial member

2011-04-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48537 --- Comment #2 from Jason Merrill 2011-04-18 23:29:33 UTC --- Author: jason Date: Mon Apr 18 23:29:30 2011 New Revision: 172679 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172679 Log: PR c++/48537 * init.c (build_value_init): H

[Bug middle-end/48674] New: [4.7 Regression] FAIL: g++.dg/torture/pr48661.C

2011-04-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48674 Summary: [4.7 Regression] FAIL: g++.dg/torture/pr48661.C Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedT

[Bug middle-end/48674] [4.7 Regression] FAIL: g++.dg/torture/pr48661.C

2011-04-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48674 H.J. Lu changed: What|Removed |Added CC||jakub at redhat dot com --- Comment #1 from H.J

[Bug c++/48569] [4.7 Regression] internal compiler error: in build_zero_init_1, at cp/init.c:278

2011-04-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48569 --- Comment #4 from Jason Merrill 2011-04-18 23:54:50 UTC --- Author: jason Date: Mon Apr 18 23:54:47 2011 New Revision: 172680 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172680 Log: PR c++/48569 * typeck2.c (build_functional_

[Bug c++/48537] [4.6/4.7 regression] C++0x: ICE using union with non-trivial member

2011-04-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48537 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/48569] [4.7 Regression] internal compiler error: in build_zero_init_1, at cp/init.c:278

2011-04-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48569 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/45267] [4.5 regression] inlining fails with -m32

2011-04-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45267 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #13

[Bug middle-end/47976] [4.5/4.6/4.7 Regression] Recent gfortran.dg/actual_array_constructor_3.f90 regression on arm-linux-gnueabi

2011-04-18 Thread michael.hope at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47976 --- Comment #10 from Michael Hope 2011-04-19 01:05:42 UTC --- The proposed patch bootstraps fine on i686, x86_64, and armv7l. See: https://code.launchpad.net/~michaelh1/gcc-linaro/pr47976/+merge/58062 -FAIL: gfortran.dg/actual_array_constructo

[Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10

2011-04-18 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602 --- Comment #30 from Jerry DeLisle 2011-04-19 02:06:52 UTC --- I can not reproduce the issue with optimization issue on my linux system x86-64. Thomas, what platform do you see the problem on? I only see it on a Cygwin installation.

[Bug testsuite/48675] New: [4.7 Regression]: 20_util/hash/chi2_quality.cc timeout

2011-04-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48675 Summary: [4.7 Regression]: 20_util/hash/chi2_quality.cc timeout Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Ass

[Bug testsuite/48675] [4.7 Regression]: 20_util/hash/chi2_quality.cc timeout

2011-04-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48675 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |NEW URL|

[Bug testsuite/48675] [4.7 Regression]: 20_util/hash/chi2_quality.cc timeout

2011-04-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48675 --- Comment #1 from Hans-Peter Nilsson 2011-04-19 03:58:08 UTC --- Author: hp Date: Tue Apr 19 03:58:04 2011 New Revision: 172691 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172691 Log: PR testsuite/48675 * testsuite/20_util/ha

[Bug testsuite/48675] [4.7 Regression]: 20_util/hash/chi2_quality.cc timeout

2011-04-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48675 --- Comment #2 from Hans-Peter Nilsson 2011-04-19 03:59:19 UTC --- Author: hp Date: Tue Apr 19 03:59:16 2011 New Revision: 172692 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172692 Log: PR testsuite/48675 * testsuite/20_util/ha

[Bug testsuite/48675] [4.7 Regression]: 20_util/hash/chi2_quality.cc timeout

2011-04-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48675 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/48676] New: [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-18 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 Summary: [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug debug/48603] Missing DW_TAG_typedef for anonymous struct in template

2011-04-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48603 --- Comment #6 from Jan Kratochvil 2011-04-19 05:02:16 UTC --- I guess it would be enough for GDB to provide there the name, without namespaces. Just in such case it needs to be a completely different attribute than overloaded DW_AT{,_MIPS}_linka

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-18 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 Kazumoto Kojima changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/48405] Handle expressions in DO loops for front-end optimization

2011-04-18 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48405 --- Comment #2 from Thomas Koenig 2011-04-19 05:19:12 UTC --- Created attachment 24039 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24039 Proposed patch This should work (and also fix some other bugs as well).

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-18 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 --- Comment #2 from Nobuhiro Iwamatsu 2011-04-19 05:21:41 UTC --- Work fine. Thanks!

[Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10

2011-04-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602 --- Comment #31 from Tobias Burnus 2011-04-19 06:06:44 UTC --- (In reply to comment #30) > I can not reproduce the issue with optimization issue on my linux system > x86-64. I can produce it with -m32 on Linux. Most such issues occur due to the

[Bug libfortran/48602] Invalid F conversion of G descriptor for values close to powers of 10

2011-04-18 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48602 --- Comment #32 from Thomas Henlich 2011-04-19 06:09:27 UTC --- (In reply to comment #30) > I can not reproduce the issue with optimization issue on my linux system > x86-64. > > Thomas, what platform do you see the problem on? I only see it on

[Bug middle-end/48674] [4.7 Regression] FAIL: g++.dg/torture/pr48661.C

2011-04-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48674 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug preprocessor/48677] New: cpp.exe broken ?

2011-04-18 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 Summary: cpp.exe broken ? Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: preprocessor AssignedTo: unassig...@gcc.gnu.org

[Bug target/48678] New: [regression] unable to find a register to spill in class ‘GENERAL_REGS’

2011-04-18 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48678 Summary: [regression] unable to find a register to spill in class ‘GENERAL_REGS’ Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

<    1   2