[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #14 from Tobias Burnus 2011-09-06 06:49:11 UTC --- Sorry for missing the issue with "run-once"; I thought I had tested it, but seemingly I haven't done so. (In reply to comment #13) > Ok, since class_45{a,b} is not really a run-time

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-05 Thread justin at fathomdb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 --- Comment #9 from Justin SB 2011-09-06 04:04:12 UTC --- I think I personally prefer the original patches for readability, but I guess it all depends on what gets optimized away. But that caused me to think: how about relying on constexpr? We

[Bug middle-end/50301] [4.7 Regression] 416.gamess in SPEC CPU 2006 failed to build with LTO

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

[Bug target/50302] New: inefficient float->double conversion in AVX with -mtune=generic

2011-09-05 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50302 Bug #: 50302 Summary: inefficient float->double conversion in AVX with -mtune=generic Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug tree-optimization/33259] limited range of remainder operation can prove loop runs at most once

2011-09-05 Thread raeburn at raeburn dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33259 --- Comment #4 from Ken Raeburn 2011-09-05 22:45:28 UTC --- I did a little experimentation with git revision c3f18f1 and it looks like it does the right thing (optimizes away the calculations and returns a constant) with Andrew Pinski's simplifie

[Bug middle-end/50301] New: [4.7 Regression] 416.gamess in SPEC CPU 2006 failed to build with LTO

2011-09-05 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50301 Bug #: 50301 Summary: [4.7 Regression] 416.gamess in SPEC CPU 2006 failed to build with LTO Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRM

[Bug c++/50230] [4.5 regression] compiling CMake on PA-RISC fails due to unreachable symbols

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

[Bug c++/50296] [4.7 Regression] New C++ test failures

2011-09-05 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50296 Hans-Peter Nilsson changed: What|Removed |Added Target||i686-pc-linux-gnu, cris-elf

[Bug ada/37110] Assert_Failure at atree.adb:886 caused by legal prefixed notation

2011-09-05 Thread ludo...@ludovic-brenta.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37110 Ludovic Brenta changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|WONTFIX

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #13 from janus at gcc dot gnu.org 2011-09-05 19:52:53 UTC --- Ok, since class_45{a,b} is not really a run-time test, I think the best solution would be to just convert it to "dg-do link": Index: class_45b.f03 =

[Bug target/49606] mips64: o64 Unrecognizable insn when one noreturn function calling another noreturn function

2011-09-05 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49606 rsand...@gcc.gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/47500] -G0 option not recognized by gnat1

2011-09-05 Thread linux at schildmann dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47500 Peter Schildmann changed: What|Removed |Added CC||linux at schildmann dot

[Bug target/49606] mips64: o64 Unrecognizable insn when one noreturn function calling another noreturn function

2011-09-05 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49606 --- Comment #5 from rsandifo at gcc dot gnu.org 2011-09-05 19:39:30 UTC --- Author: rsandifo Date: Mon Sep 5 19:39:27 2011 New Revision: 178557 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178557 Log: gcc/ PR target/49606 * con

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #12 from janus at gcc dot gnu.org 2011-09-05 19:33:26 UTC --- (In reply to comment #5) > --- a/gcc/testsuite/lib/gfortran-dg.exp > +++ b/gcc/testsuite/lib/gfortran-dg.exp > @@ -104,7 +104,9 @@ proc gfortran-dg-runtest { testcases defaul

[Bug ada/50300] New: Error message incomplete and points to the wrong place. "premature usage of incomplete type"

2011-09-05 Thread garynot at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50300 Bug #: 50300 Summary: Error message incomplete and points to the wrong place. "premature usage of incomplete type" Classification: Unclassified Product: gcc Version: 4.5.1

[Bug c++/50296] [4.7 Regression] New C++ test failures

2011-09-05 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50296 H.J. Lu changed: What|Removed |Added Target Milestone|--- |4.7.0 --- Comment #1 from H.J. Lu 2011-09-05 1

[Bug regression/48320] [C++0x][4.6-regression] Template parameter packs cannot be expanded in default template arguments

2011-09-05 Thread gintensubaru at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48320 Takaya Saito changed: What|Removed |Added URL||rejects-valid Summary|[C++0x] c

[Bug c++/50230] [4.5 regression] compiling CMake on PA-RISC fails due to unreachable symbols

2011-09-05 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50230 John David Anglin changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from John David An

[Bug debug/50299] entryval: bigendian 32bit->64bit extension breaks address match

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

[Bug ada/50294] ICE in output_constructor_regular_field

2011-09-05 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug debug/50299] New: entryval: bigendian 32bit->64bit extension breaks address match

2011-09-05 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50299 Bug #: 50299 Summary: entryval: bigendian 32bit->64bit extension breaks address match Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/50298] New: [C++0x][constexpr] References cannot be bound to static constexpr reference members

2011-09-05 Thread gintensubaru at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50298 Bug #: 50298 Summary: [C++0x][constexpr] References cannot be bound to static constexpr reference members Classification: Unclassified Product: gcc Version: 4.7.0 Sta

[Bug web/50297] New: Bugzilla suffers an internal error

2011-09-05 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50297 Bug #: 50297 Summary: Bugzilla suffers an internal error Classification: Unclassified Product: gcc Version: unknown URL: http://gcc.gnu.org/PR48333 Status: UNCONFIRMED

[Bug tree-optimization/49911] SRA + DOM + VRP + -fstrict-enums incorrectly remove predicate

2011-09-05 Thread rafael.espindola at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49911 --- Comment #19 from Rafael Avila de Espindola 2011-09-05 17:14:29 UTC --- > I've lost the track of whether anything else needs to be done to close > this bug, though. Should the patch be applied to the 4.6 and 4.5 > branches too (assuming it pas

[Bug tree-optimization/49911] SRA + DOM + VRP + -fstrict-enums incorrectly remove predicate

2011-09-05 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49911 --- Comment #18 from Martin Jambor 2011-09-05 16:35:21 UTC --- Created attachment 25199 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25199 Patch preventing SRA from creating enumeration type replacements I'm currently testing this patch w

[Bug c++/50296] New: [4.7 Regression] New C++ test failures

2011-09-05 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50296 Bug #: 50296 Summary: [4.7 Regression] New C++ test failures Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P

[Bug c++/50230] [4.5 regression] compiling CMake on PA-RISC fails due to unreachable symbols

2011-09-05 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50230 --- Comment #3 from dave.anglin at bell dot net 2011-09-05 16:28:00 UTC --- > rebuild binutils 2.21.1 using the gcc-4.5.3 I have installed > rebuild binutils 2.21.1 using the gcc-4.5.3 I have installed once > again > rebuild gcc 4.5.3 > rebuild b

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #11 from janus at gcc dot gnu.org 2011-09-05 15:59:45 UTC --- (In reply to comment #10) > (In reply to comment #9) > > I think one should also do this for class_4{a-d}.f03, where Tobias > > apparently > > worked around the problem by a

[Bug middle-end/50295] [4.6 Regression] ICE (segfault) in expand_debug_expr at cfgexpand.c:2380

2011-09-05 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50295 --- Comment #1 from Matthias Klose 2011-09-05 15:52:11 UTC --- caused by r178482 | jamborm | 2011-09-02 16:30:34 +0200 (Fri, 02 Sep 2011) | 10 lines 2011-09-02 Martin Jambor PR middle-end/49886 * ipa-split.c (split_function

[Bug c++/50230] [4.5 regression] compiling CMake on PA-RISC fails due to unreachable symbols

2011-09-05 Thread e...@sf-mail.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50230 --- Comment #2 from Rolf Eike Beer 2011-09-05 15:48:10 UTC --- > It is possible your tools are miscompiled. For example, some > fixes to reorg were backported in May. These caused GCC to be > miscompiled and produce incorrect code when optimizin

[Bug c++/49458] [C++0x][DR 1328] Obvious candidate for conversion to function lvalue rejected

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

gcc-bugs@gcc.gnu.org

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

gcc-bugs@gcc.gnu.org

2011-09-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49267 --- Comment #3 from Jason Merrill 2011-09-05 15:44:06 UTC --- Author: jason Date: Mon Sep 5 15:43:58 2011 New Revision: 178552 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178552 Log: PR c++/49267 * call.c (compare_ics): rvalue

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 --- Comment #8 from Paolo Carlini 2011-09-05 15:35:49 UTC --- Created attachment 25198 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25198 Yet another try I'm also considering this variant: I guess overall I like it a tad better, in partic

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #10 from Tobias Burnus 2011-09-05 15:19:17 UTC --- (In reply to comment #9) > I think one should also do this for class_4{a-d}.f03, where Tobias apparently > worked around the problem by adding an extra file (just to do the cleanup).

[Bug middle-end/50295] New: [4.6 Regression] ICE (segfault) in expand_debug_expr at cfgexpand.c:2380

2011-09-05 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50295 Bug #: 50295 Summary: [4.6 Regression] ICE (segfault) in expand_debug_expr at cfgexpand.c:2380 Classification: Unclassified Product: gcc Version: unknown Status: UNCO

[Bug libstdc++/46906] istreambuf_iterator is late?

2011-09-05 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 --- Comment #11 from Marc Glisse 2011-09-05 15:05:56 UTC --- (In reply to comment #10) > > When I read that operator* returns sgetc(), I understand that as > > assert(*i==buf.sgetc()). > But as explained below this requires that no further exter

[Bug libstdc++/46906] istreambuf_iterator is late?

2011-09-05 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 --- Comment #10 from Daniel Krügler 2011-09-05 14:17:14 UTC --- (In reply to comment #9) > (In reply to comment #8) > > Why do you think that either implementation form could be > > considered as non-conforming? > > When I read that operator* re

[Bug ada/50294] ICE in output_constructor_regular_field, at varasm.c:4751

2011-09-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 --- Comment #2 from Richard Guenther 2011-09-05 14:06:57 UTC --- Index: gcc/varasm.c === --- gcc/varasm.c(revision 178527) +++ gcc/varasm.c(working copy) @@ -4746,9 +

[Bug go/46986] Go is not supported on Darwin

2011-09-05 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 Anders F Björklund changed: What|Removed |Added Attachment #25177|0 |1 is obsolete|

[Bug libstdc++/46906] istreambuf_iterator is late?

2011-09-05 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 --- Comment #9 from Marc Glisse 2011-09-05 14:01:08 UTC --- (In reply to comment #8) > Why do you think that either implementation form could be > considered as non-conforming? When I read that operator* returns sgetc(), I understand that as as

[Bug ada/50294] ICE in output_constructor_regular_field, at varasm.c:4751

2011-09-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 --- Comment #1 from Richard Guenther 2011-09-05 13:59:44 UTC --- http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00280.html fixes the Storage_Error issue but still ICEs because of the forced sign-extension in output_constructor_regular_field which w

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #9 from janus at gcc dot gnu.org 2011-09-05 13:52:20 UTC --- (In reply to comment #5) > A better way is the following patch, which adds "dg-do run-once", which should > then also be applied to cray_pointers_2.f90. I think one should al

[Bug ada/50294] New: ICE in output_constructor_regular_field, at varasm.c:4751

2011-09-05 Thread rguenth at gcc dot gnu.org
=GNAT BUG DETECTED==+ | 4.7.0 20110905 (experimental) (x86_64-unknown-linux-gnu) GCC error: | | in output_constructor_regular_field, at varasm.c:4751| | Error detected around loop_optimization3.adb:16:4| | Please submit a bug report; see ht

[Bug fortran/48095] [OOP] Invalid assignment to procedure pointer component not rejected

2011-09-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48095 --- Comment #8 from janus at gcc dot gnu.org 2011-09-05 13:14:27 UTC --- (In reply to comment #6) > That should then also take care of: > > rect = rectangle (1.0, 2.0, get_my_area) > > which had the same issue, except that it is currently rejec

[Bug libstdc++/46906] istreambuf_iterator is late?

2011-09-05 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 --- Comment #8 from Daniel Krügler 2011-09-05 12:56:44 UTC --- (In reply to comment #7) > Oh, are you saying that this rule has priority over the one that says that > operator* just forwards to sgetc? This was not my intention, but I recognize

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug fortran/48095] [OOP] Invalid assignment to procedure pointer component not rejected

2011-09-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48095 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/46906] istreambuf_iterator is late?

2011-09-05 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 --- Comment #7 from Marc Glisse 2011-09-05 12:38:13 UTC --- (In reply to comment #6) > 1) The fact that repeated calls of operator* without intervening operator++ > calls produce the same result for a given iterator object is required by > expres

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #7 from Tobias Burnus 2011-09-05 12:30:40 UTC --- (In reply to comment #6) > That sounds reasonable (much better than the evil "double blank" trick). Ok > with me. Can you package it? (This patch, modification to class_45b.f03 w/ com

[Bug target/50289] [avr]: call-prologues saving/restoring global register variables

2011-09-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50289 Georg-Johann Lay changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #6 from janus at gcc dot gnu.org 2011-09-05 12:26:14 UTC --- Sorry for the breakage, guys. Of course I *did* check the test case before committing, but for some reason the failures did not occur on my machine (I have no idea why). (I

[Bug target/50289] [avr]: call-prologues saving/restoring global register variables

2011-09-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50289 --- Comment #2 from Georg-Johann Lay 2011-09-05 12:24:17 UTC --- Author: gjl Date: Mon Sep 5 12:24:06 2011 New Revision: 178529 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178529 Log: PR target/50289 Backport from mainline r17

[Bug target/50289] [avr]: call-prologues saving/restoring global register variables

2011-09-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50289 --- Comment #1 from Georg-Johann Lay 2011-09-05 12:20:18 UTC --- Author: gjl Date: Mon Sep 5 12:20:03 2011 New Revision: 178528 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178528 Log: PR target/50289 * config/avr/avr.c (sequen

[Bug rtl-optimization/50078] [4.6/4.7 Regression] combine wrong code: volatile accesses optimized out

2011-09-05 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50078 Steven Bosscher changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug tree-optimization/48571] [4.5/4.6 Regression] Missed data-dependence for (bogus?) reconstructed array-refs

2011-09-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48571 Georg-Johann Lay changed: What|Removed |Added CC||gjl at gcc dot gnu.org --- Comment #7

[Bug lto/50293] -flto fails if GCC is installed in directory with space in path name

2011-09-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50293 --- Comment #1 from Richard Guenther 2011-09-05 11:14:08 UTC --- I'm not sure the quoting will survive, it is, for example, passed to the collect-ld script and re-issued from lto-wrapper itself.

[Bug libstdc++/46906] istreambuf_iterator is late?

2011-09-05 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 --- Comment #6 from Daniel Krügler 2011-09-05 11:11:26 UTC --- (In reply to comment #5) > On the other hand, it looks like I can > construct i2 from s (instead of copying from i1) and still hit the same issue > with a valid program. Do you agree?

[Bug lto/50293] New: -flto fails if GCC is installed in directory with space in path name

2011-09-05 Thread jon at beniston dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50293 Bug #: 50293 Summary: -flto fails if GCC is installed in directory with space in path name Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRME

[Bug debug/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #15 from Jakub Jelinek 2011-09-05 10:26:41 UTC --- Created attachment 25195 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25195 gcc47-ppc-REG_P-MEM_P.patch And if anyone feels to continue in this, here is a partial REG_P/MEM_P

[Bug debug/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #14 from Jakub Jelinek 2011-09-05 10:24:42 UTC --- Created attachment 25194 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25194 gcc47-pr50191-ppc.patch Untested rs6000.c patch. Note with this one we even generate slightly bett

[Bug libstdc++/46906] istreambuf_iterator is late?

2011-09-05 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 --- Comment #5 from Marc Glisse 2011-09-05 09:58:19 UTC --- (In reply to comment #4) > IMO the example program is broken and cannot be used to proof violation of > contract of the library. This is so, because istreambuf_iterator is an input > ite

[Bug libstdc++/46906] istreambuf_iterator is late?

2011-09-05 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46906 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler at |

[Bug debug/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #13 from Jakub Jelinek 2011-09-05 08:25:26 UTC --- Created attachment 25193 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25193 gcc47-pr50191.patch Untested dwarf2out.c patch.

[Bug debug/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

2011-09-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50191 --- Comment #12 from Jakub Jelinek 2011-09-05 08:23:56 UTC --- The problem is that at var-tracking time the expression contains another debug_expr (as at that point the register 12 which held the toc address is no longer live): (debug_insn 9141 9

[Bug c++/50282] pointer-to-member cast works incorrectly

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

[Bug debug/50191] Strange debug insn produced for TOC compiling 416.gamess with profile-generate

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

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-09-05 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #7 from Thomas Henlich 2011-09-05 07:55:13 UTC --- Would it be feasible to generate a warning for line 3 of the following: real(8) :: a, b a = 1.4d0 b = a / 1.3

[Bug fortran/44646] [F2008] Implement DO CONCURRENT

2011-09-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44646 --- Comment #1 from Tobias Burnus 2011-09-05 07:42:29 UTC --- Parser patch: http://gcc.gnu.org/ml/fortran/2011-09/msg2.html TODO as follow up: * Replace "Sorry" by a real implementation in trans-stmt.c Note: Needs support for MASK= as all