[Bug c++/49136] New: [C++0x][constexpr] Incorrect constexpr c'tor evaluation with bitfields

2011-05-24 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136 Summary: [C++0x][constexpr] Incorrect constexpr c'tor evaluation with bitfields Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/49121] [4.7 Regression] FAIL: gcc.dg/tree-ssa/ivopt_infer_2.c scan-tree-dump-times ivopts Replacing 0

2011-05-24 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49121 --- Comment #4 from vries at gcc dot gnu.org 2011-05-24 08:09:03 UTC --- Author: vries Date: Tue May 24 08:09:00 2011 New Revision: 174103 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174103 Log: 2011-05-24 Tom de Vries

[Bug target/49133] [4.6/4.7 Regression] modification of aliased __m128d miscompiles

2011-05-24 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Target||x86-*-*

[Bug tree-optimization/49121] [4.7 Regression] FAIL: gcc.dg/tree-ssa/ivopt_infer_2.c scan-tree-dump-times ivopts Replacing 0

2011-05-24 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49121 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/10200] Weird clash with same names in different scopes

2011-05-24 Thread jay.foad at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200 Jay Foad jay.foad at gmail dot com changed: What|Removed |Added CC||jay.foad at gmail dot

[Bug fortran/48955] [4.6/4.7 Regression] Wrong result for array assignment due to missing temporary

2011-05-24 Thread paul.richard.thomas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48955 --- Comment #11 from paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com 2011-05-24 09:43:32 UTC --- Dear Thomas, With your patch, what is the difference between GFC_CAN_REVERSE and GFC_REVERSE_NOT_SET? Perhaps

[Bug target/49133] [4.6/4.7 Regression] modification of aliased __m128d miscompiles

2011-05-24 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133 --- Comment #2 from Matthias Kretz kretz at kde dot org 2011-05-24 10:16:41 UTC --- I applied the patch to the latest 4.6 snapshot. I confirm that it fixes the bug. Also, there are no regressions in my testsuite. Just for confirmation, the

[Bug tree-optimization/49135] ICE in gcc.c-torture/execute/920302-1.c on arm

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49135 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-05-24 10:17:47 UTC --- There is no assert around in that routine and the file doesn't call operand_equal_p anywhere ... so?

[Bug debug/49130] discrepancies between DW_AT_name and demangler

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49130 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-05-24 10:14:57 UTC --- I think it would be nicer if there were a DW_AT_mangled_name we could use instead because it's shorter. This also would avoid inconsistencies.

[Bug c++/49136] [C++0x][constexpr] Incorrect constexpr c'tor evaluation with bitfields

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

[Bug other/49137] New: build fails when gmp/mpfr already installed

2011-05-24 Thread sliwa at blue dot cft.edu.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49137 Summary: build fails when gmp/mpfr already installed Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo:

[Bug target/49133] [4.6/4.7 Regression] modification of aliased __m128d miscompiles

2011-05-24 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133 --- Comment #4 from Uros Bizjak ubizjak at gmail dot com 2011-05-24 10:53:10 UTC --- (In reply to comment #3) I applied the patch to the latest 4.6 snapshot. I confirm that it fixes the bug. Also, there are no regressions in my testsuite.

[Bug c++/49136] [C++0x][constexpr] Incorrect constexpr c'tor evaluation with bitfields

2011-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org 2011-05-24 10:49:09 UTC --- Another testcase, this one ICEs: // PR c++/49136 // { dg-do compile } // { dg-options -std=c++0x } struct S { unsigned : 1; unsigned s : 27; unsigned : 4;

[Bug target/49133] [4.6/4.7 Regression] modification of aliased __m128d miscompiles

2011-05-24 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133 --- Comment #3 from Uros Bizjak ubizjak at gmail dot com 2011-05-24 10:51:25 UTC --- (In reply to comment #2) I applied the patch to the latest 4.6 snapshot. I confirm that it fixes the bug. Also, there are no regressions in my testsuite.

[Bug lto/48947] 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-24 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 --- Comment #9 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-24 11:23:43 UTC --- Here they are

[Bug lto/48947] 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-24 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 --- Comment #8 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-24 11:23:22 UTC --- Created attachment 24339 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24339 Objects which cause the error (2) Last 2 (of 4) binaries

[Bug lto/48947] 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-24 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 --- Comment #7 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-24 11:22:34 UTC --- Created attachment 24338 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24338 Objects which cause the error First 2 (of 4) binaries

[Bug objc/47682] unused-but-set-variabled warning when using fast enumeration

2011-05-24 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47682 Nicola Pero nicola at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/49138] New: Add /usr/include/fortran/{,gcc-version} to the file/module search path

2011-05-24 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138 Summary: Add /usr/include/fortran/{,gcc-version} to the file/module search path Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug regression/49139] New: always_inline attribute inconsistencies

2011-05-24 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139 Summary: always_inline attribute inconsistencies Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Component: regression AssignedTo:

[Bug c++/19351] operator new[] can return heap blocks which are too small

2011-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19351 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||redi at gcc dot

[Bug tree-optimization/49135] ICE in gcc.c-torture/execute/920302-1.c on arm

2011-05-24 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49135 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at it dot

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

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49078 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-05-24 12:40:31 UTC --- Author: rguenth Date: Tue May 24 12:40:28 2011 New Revision: 174113 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174113 Log: 2011-05-24 Richard

[Bug c++/48292] [C++0x] sorry, unimplemented: use of 'type_pack_expansion' in template

2011-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48292 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||marc.hofmann at

[Bug c++/48292] [C++0x] sorry, unimplemented: use of 'type_pack_expansion' in template

2011-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48292 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug c++/44167] [C++0x] ICE in tsubst_copy at cp/pt.c:10077

2011-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44167 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug regression/49139] always_inline attribute inconsistencies

2011-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/49136] [C++0x][constexpr] Incorrect constexpr c'tor evaluation with bitfields

2011-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2011-05-24 12:50:10 UTC --- Created attachment 24341 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24341 gcc47-pr49136.patch WIP patch, works on little-endian, but doesn't on big

[Bug debug/49131] destructors missing DW_AT_vtable_elem_location

2011-05-24 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49131 Tom Tromey tromey at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49078 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug regression/49139] always_inline attribute inconsistencies

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/49140] New: [4.6 regression] wrong code with -O2 and -O3, not with -O3 -no-inline

2011-05-24 Thread doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140 Summary: [4.6 regression] wrong code with -O2 and -O3, not with -O3 -no-inline Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3

[Bug debug/37237] Debug information for virtual destructors omits DW_AT_vtable_elem_location

2011-05-24 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37237 --- Comment #7 from Tom Tromey tromey at gcc dot gnu.org 2011-05-24 13:10:13 UTC --- *** Bug 49131 has been marked as a duplicate of this bug. ***

[Bug c++/49129] confusing diagnostic for missing semi-colon after member template

2011-05-24 Thread froydnj at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49129 --- Comment #1 from Nathan Froyd froydnj at gcc dot gnu.org 2011-05-24 13:30:16 UTC --- I believe I tried to do that at one point; you can see the comment in cp/parser.c:class_specifier_1 about handling user-defined types. I might not have been

[Bug libstdc++/49141] New: 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9

2011-05-24 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141 Summary: 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug fortran/49138] Add /usr/include/fortran/{,gcc-version} to the file/module search path

2011-05-24 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138 --- Comment #1 from joseph at codesourcery dot com joseph at codesourcery dot com 2011-05-24 14:05:58 UTC --- On Tue, 24 May 2011, burnus at gcc dot gnu.org wrote: The /usr/{local/,}include/fortran/ directory should be used (and searched) for

[Bug libstdc++/49141] 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9

2011-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141 --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com 2011-05-24 14:17:19 UTC --- It seems to me that the problem is isnan, not complex.h. We should check what we do for the other tests using isnan.

[Bug libstdc++/49141] 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9

2011-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug inline-asm/49142] New: Invalid 8bit register operand

2011-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49142 Summary: Invalid 8bit register operand Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: inline-asm AssignedTo:

[Bug target/48126] arm_output_sync_loop: misplaced memory barrier, missing clrex / dummy strex

2011-05-24 Thread marcus.shawcroft at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48126 --- Comment #3 from Marcus Shawcroft marcus.shawcroft at arm dot com 2011-05-24 13:37:03 UTC --- The primitive is required to have lock semantics therefore the load of the old value must be followed by a dmb in the case that the old value

[Bug libstdc++/49141] 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9

2011-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Target Milestone|--- |4.6.1

[Bug libstdc++/49141] 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9

2011-05-24 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2011-05-24 14:39:57 UTC --- --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com 2011-05-24 14:17:19 UTC --- It seems to me that the

[Bug debug/48354] internal compiler error: in splice_child_die, at dwarf2out.c:8064

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug regression/49139] always_inline attribute inconsistencies

2011-05-24 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139 --- Comment #3 from chrbr at gcc dot gnu.org 2011-05-24 14:47:54 UTC --- Thanks a lot, that's clear. This makes non-sense not to use inline with this attribute. Accordingly not a bug. So I am wondering if we could be more helpful to the users by

[Bug libstdc++/49141] 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9

2011-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com 2011-05-24 14:49:30 UTC --- But isn't imported in std::, because something else is missing. We don't do this kind of config-time work with a very small granularity. We want

[Bug gcov-profile/48845] [4.7 regression] All g++.dg/tree-prof and gcc.dg/{matrix, tree-prof} executions tests fail on Solaris 8/9

2011-05-24 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48845 --- Comment #1 from Rainer Orth ro at gcc dot gnu.org 2011-05-24 14:53:42 UTC --- Author: ro Date: Tue May 24 14:53:39 2011 New Revision: 174119 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174119 Log: PR gcov-profile/48845 *

[Bug fortran/49138] Add /usr/include/fortran/{,gcc-version} to the file/module search path

2011-05-24 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2011-05-24 14:54:03 UTC --- (In reply to comment #1) The Fortran directories should be searched within the sysroot when there is one (the same conditions under which such C

[Bug debug/48354] internal compiler error: in splice_child_die, at dwarf2out.c:8064

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-05-24 14:43:00 UTC --- Created attachment 24343 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24343 patch Honza, can you try this on mozilla?

[Bug tree-optimization/49140] [4.6 regression] wrong code with -O2 and -O3, not with -O3 -no-inline

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-05-24 14:53:29 UTC --- stack_init computes pari_tree - s_node which is undefined, stack_alloc then re-computes one via stack_base. That's broken as well. Not sure if this

[Bug libstdc++/49141] 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9

2011-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141 --- Comment #6 from Paolo Carlini paolo.carlini at oracle dot com 2011-05-24 15:00:21 UTC --- Rainer, please confirm that everything is ok now, 2/3 of the patch goes to 4_6-branch too.

[Bug libstdc++/49141] 26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9

2011-05-24 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141 --- Comment #5 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-05-24 14:59:16 UTC --- Author: paolo Date: Tue May 24 14:59:13 2011 New Revision: 174120 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174120 Log: 2011-05-24 Paolo

[Bug debug/48354] internal compiler error: in splice_child_die, at dwarf2out.c:8064

2011-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2011-05-24 14:58:53 UTC --- It seems that we can pull in types via that link that have function-decls in them (methods) that do not have an assembler name set. But we happily enter

[Bug middle-end/49139] always_inline attribute inconsistencies

2011-05-24 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug target/49133] [4.6/4.7 Regression] modification of aliased __m128d miscompiles

2011-05-24 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133 --- Comment #5 from uros at gcc dot gnu.org 2011-05-24 15:31:15 UTC --- Author: uros Date: Tue May 24 15:31:12 2011 New Revision: 174122 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174122 Log: PR target/49133 * config/i386/sse.md

[Bug middle-end/49139] always_inline attribute inconsistencies

2011-05-24 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139 --- Comment #5 from chrbr at gcc dot gnu.org 2011-05-24 15:39:18 UTC --- (In reply to comment #4) Using sorry for this doesn't make any sense. I'd would like to have time to fix this, but I don't. Christian, I would suggest that you put

[Bug c/49143] New: make -Wsuggest-attribute less verbose

2011-05-24 Thread madcoder at debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49143 Summary: make -Wsuggest-attribute less verbose Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c AssignedTo:

[Bug tree-optimization/49135] ICE in gcc.c-torture/execute/920302-1.c on arm

2011-05-24 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49135 --- Comment #3 from Janis Johnson janis at gcc dot gnu.org 2011-05-24 16:07:25 UTC --- With sources updated yesterday the ICE is at line 11950. Configured with: /scratch/janisjo/arm-linux-fsf/src/gcc-mainline/configure --build=i686-pc-linux-gnu

[Bug rtl-optimization/48971] [4.7 regression] ICE with -msoft-float -O2

2011-05-24 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48971 --- Comment #5 from Vladimir Makarov vmakarov at gcc dot gnu.org 2011-05-24 16:14:56 UTC --- Author: vmakarov Date: Tue May 24 16:14:51 2011 New Revision: 174123 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174123 Log: 2011-05-13

[Bug fortran/49138] Add /usr/include/fortran/{,gcc-version} to the file/module search path

2011-05-24 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138 --- Comment #3 from joseph at codesourcery dot com joseph at codesourcery dot com 2011-05-24 16:19:25 UTC --- On Tue, 24 May 2011, burnus at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138 --- Comment #2 from Tobias

[Bug target/48126] arm_output_sync_loop: misplaced memory barrier, missing clrex / dummy strex

2011-05-24 Thread m.k.edwards at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48126 --- Comment #4 from Michael K. Edwards m.k.edwards at gmail dot com 2011-05-24 16:38:41 UTC --- OK, that's a clear explanation of why the DMB is necessary in the case where both the compare and the store succeed (neither branch is taken; at a

[Bug rtl-optimization/48633] [4.7 regression] IRA causes ICE in compensate_edge

2011-05-24 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48633 --- Comment #5 from Vladimir Makarov vmakarov at gcc dot gnu.org 2011-05-24 16:28:42 UTC --- Author: vmakarov Date: Tue May 24 16:28:38 2011 New Revision: 174124 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174124 Log: 2011-05-24

[Bug target/49145] New: ICE in simplify_const_unary_operation, at simplify-rtx.c:1322

2011-05-24 Thread rmansfield at qnx dot com
--enable-target-optspace Thread model: posix gcc version 4.7.0 20110524 (experimental) [trunk revision 174114] (GCC) $ ./xgcc -B. ~/ice.i -O1 /home/ryan/ice.i: In function 'func3': /home/ryan/ice.i:30:1: internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1322 Please submit

[Bug other/49144] New: [4.6/4.7 regression] miscompiled reverse_iterator?

2011-05-24 Thread doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49144 Summary: [4.6/4.7 regression] miscompiled reverse_iterator? Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug c++/49136] [C++0x][constexpr] Incorrect constexpr c'tor evaluation with bitfields

2011-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/49146] segv from libgcc_s when raising an exception, or unwinding stack with backtrace

2011-05-24 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146 --- Comment #1 from Ariel Burton ariel.burton at roguewave dot com 2011-05-24 17:18:45 UTC --- Created attachment 24347 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24347 preprocessed file for t_repro.c

[Bug tree-optimization/49144] [4.6/4.7 regression] miscompiled reverse_iterator?

2011-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49144 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/49146] New: segv from libgcc_s when raising an exception, or unwinding stack with backtrace

2011-05-24 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146 Summary: segv from libgcc_s when raising an exception, or unwinding stack with backtrace Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: critical

[Bug target/49146] segv from libgcc_s when raising an exception, or unwinding stack with backtrace

2011-05-24 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146 --- Comment #2 from Ariel Burton ariel.burton at roguewave dot com 2011-05-24 17:31:22 UTC --- f and f_ms_abi are identical with the exception that f_ms_abi is annoted with __attribute__((ms_abi)). This causes the compiler to emit code to save

[Bug c/49128] -march=native generates unsupported instructions

2011-05-24 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49128 --- Comment #5 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-05-24 17:38:38 UTC --- Author: hjl Date: Tue May 24 17:38:34 2011 New Revision: 174126 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174126 Log: Always add -mno-XXX for

[Bug objc/48187] infinite errors with misplaced [ in @interface definition

2011-05-24 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48187 --- Comment #2 from Nicola Pero nicola at gcc dot gnu.org 2011-05-24 17:45:59 UTC --- I have a patch ready to fix this -- http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01735.html Thanks

[Bug c/49128] -march=native generates unsupported instructions

2011-05-24 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49128 --- Comment #6 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-05-24 17:41:54 UTC --- Author: hjl Date: Tue May 24 17:41:51 2011 New Revision: 174127 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174127 Log: Always add -mno-XXX for

[Bug c/49128] -march=native generates unsupported instructions

2011-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49128 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug lto/48437] [4.6/4.7 Regression] LTO crashes with block-local function declarations

2011-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48437 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.6.1

[Bug target/3746] compilation of mips-tfile missing mips/a.out.h

2011-05-24 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3746 --- Comment #10 from Rainer Orth ro at gcc dot gnu.org 2011-05-24 17:51:54 UTC --- Author: ro Date: Tue May 24 17:51:51 2011 New Revision: 174128 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174128 Log: PR target/3746 * config.gcc

[Bug tree-optimization/46728] GCC does not generate fmadd for pow (x, 0.75)+y on powerpc

2011-05-24 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728 --- Comment #4 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-05-24 18:02:27 UTC --- Author: wschmidt Date: Tue May 24 18:02:22 2011 New Revision: 174129 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174129 Log: 2011-05-24 Bill

[Bug tree-optimization/46728] GCC does not generate fmadd for pow (x, 0.75)+y on powerpc

2011-05-24 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728 --- Comment #5 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-05-24 18:06:04 UTC --- Above is first of a series of patches. It handles converting __builtin_powi to a sequence of multiplies in the cse_sincos gimple pass. More to come.

[Bug middle-end/49147] New: graphite branch ICEs with -fgraphite-opencl-ignore-dep

2011-05-24 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49147 Summary: graphite branch ICEs with -fgraphite-opencl-ignore-dep Product: gcc Version: lno Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug target/49133] [4.6/4.7 Regression] modification of aliased __m128d miscompiles

2011-05-24 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49133 --- Comment #6 from uros at gcc dot gnu.org 2011-05-24 18:41:33 UTC --- Author: uros Date: Tue May 24 18:41:31 2011 New Revision: 174131 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174131 Log: PR target/49133 * config/i386/sse.md

[Bug rtl-optimization/40086] [4.5 Regression]: cris-elf gfortran.dg/forall_1.f90 -O1 execution

2011-05-24 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40086 --- Comment #21 from John David Anglin danglin at gcc dot gnu.org 2011-05-24 18:44:38 UTC --- Author: danglin Date: Tue May 24 18:44:35 2011 New Revision: 174132 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174132 Log: PR

[Bug fortran/47720] problems with makefile dependency generation using -M

2011-05-24 Thread zbeekman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47720 Zaak zbeekman at gmail dot com changed: What|Removed |Added CC||zbeekman at gmail dot com

[Bug rtl-optimization/49007] ICE in extract_true_false_edges_from_block at tree-cfg.c:7379

2011-05-24 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49007 --- Comment #23 from John David Anglin danglin at gcc dot gnu.org 2011-05-24 18:44:38 UTC --- Author: danglin Date: Tue May 24 18:44:35 2011 New Revision: 174132 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174132 Log: PR

[Bug rtl-optimization/42775] [4.4 regression] GCC fails to rebuild itself with STAGE1_CFLAGS=-O1

2011-05-24 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42775 --- Comment #13 from John David Anglin danglin at gcc dot gnu.org 2011-05-24 18:47:17 UTC --- Author: danglin Date: Tue May 24 18:47:14 2011 New Revision: 174133 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174133 Log: Backport from

[Bug c/49148] New: Certain expressions take an extremely long time for no apparent reason

2011-05-24 Thread jchthys at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148 Summary: Certain expressions take an extremely long time for no apparent reason Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/49148] Certain expressions take an extremely long time for no apparent reason

2011-05-24 Thread jchthys at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148 John Peyton jchthys at yahoo dot com changed: What|Removed |Added Keywords||missed-optimization

[Bug debug/48354] internal compiler error: in splice_child_die, at dwarf2out.c:8064

2011-05-24 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354 --- Comment #7 from Jan Hubicka hubicka at ucw dot cz 2011-05-24 18:53:14 UTC --- Honza, can you try this on mozilla? Can try, but only after returning from Bertinoro. All connections I found here filters VPN. Honza

[Bug c/49148] Certain expressions take an extremely long time for no apparent reason

2011-05-24 Thread jchthys at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148 --- Comment #2 from John Peyton jchthys at yahoo dot com 2011-05-24 19:16:20 UTC --- Created attachment 24350 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24350 This is a minimal example of an expression that takes longer to evaluate than

[Bug rtl-optimization/49007] ICE in extract_true_false_edges_from_block at tree-cfg.c:7379

2011-05-24 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49007 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/49143] make -Wsuggest-attribute less verbose

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

[Bug c/49148] Certain expressions take an extremely long time for no apparent reason

2011-05-24 Thread jchthys at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148 --- Comment #3 from John Peyton jchthys at yahoo dot com 2011-05-24 19:16:51 UTC --- Created attachment 24351 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24351 Finally, this is a preprocessed version of the minimal case.

[Bug fortran/49149] New: Dependency autogeneration with `-M` rendered useless by requiring .mod files

2011-05-24 Thread zbeekman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49149 Summary: Dependency autogeneration with `-M` rendered useless by requiring .mod files Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: critical Priority:

[Bug c++/19351] operator new[] can return heap blocks which are too small

2011-05-24 Thread fw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19351 --- Comment #24 from Florian Weimer fw at gcc dot gnu.org 2011-05-24 19:54:47 UTC --- (In reply to comment #23) Florian, your patch seems to have gone unreviewed, could you ping it? Jason reviewed it and Ian, too (off-list). I haven't yet

[Bug preprocessor/49150] New: Preprocessing fortran code with the `-M` flag to automatically resolve dependencies and produce makefile rules rendered useless by requiring .mod files be present

2011-05-24 Thread zbeekman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49150 Summary: Preprocessing fortran code with the `-M` flag to automatically resolve dependencies and produce makefile rules rendered useless by requiring .mod files be present

[Bug c/49148] Certain expressions take an extremely long time for no apparent reason

2011-05-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2011-05-24 20:27:39 UTC --- Maybe you are getting subnormals which causes a huge performance decrease.

[Bug c++/48884] decltype's operand doesn't consider friend declaration

2011-05-24 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48884 --- Comment #2 from Jason Merrill jason at gcc dot gnu.org 2011-05-24 20:26:51 UTC --- Author: jason Date: Tue May 24 20:26:47 2011 New Revision: 174139 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174139 Log: PR c++/48884 *

[Bug c++/49136] [C++0x][constexpr] Incorrect constexpr c'tor evaluation with bitfields

2011-05-24 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49136 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug c++/49042] [C++0x] wrong protected when using template and decltype

2011-05-24 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49042 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/49151] New: [C++0x] chrono::duration has incorrect non-member operator semantics

2011-05-24 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49151 Summary: [C++0x] chrono::duration has incorrect non-member operator semantics Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/49152] New: Unhelpful diagnostic for iterator dereference

2011-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 Summary: Unhelpful diagnostic for iterator dereference Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: diagnostic Severity: enhancement Priority: P3

[Bug libstdc++/49151] [C++0x][constexpr] chrono::duration has incorrect non-member operator semantics

2011-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49151 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug rtl-optimization/49148] Certain expressions take an extremely long time for no apparent reason

2011-05-24 Thread jchthys at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49148 John Peyton jchthys at yahoo dot com changed: What|Removed |Added Severity|normal |minor

  1   2   >