[Bug fortran/51616] [4.7 Regression] gfortran.dg/quad_2.f90 fails on hppa*-*-hpux*

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51616 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #9

[Bug rtl-optimization/51821] [4.5/4.6/4.7 Regression] 64bit > 32bit conversion produces incorrect results with optimizations

2012-01-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51821 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #10 from Eric Botcaz

[Bug fortran/51616] [4.7 Regression] gfortran.dg/quad_2.f90 fails on hppa*-*-hpux*

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51616 --- Comment #8 from Tobias Burnus 2012-01-12 06:54:04 UTC --- Author: burnus Date: Thu Jan 12 06:53:59 2012 New Revision: 183121 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183121 Log: 2012-01-12 Dominique d'Humieres Tob

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 --- Comment #10 from Tobias Burnus 2012-01-12 06:54:03 UTC --- Author: burnus Date: Thu Jan 12 06:53:59 2012 New Revision: 183121 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183121 Log: 2012-01-12 Dominique d'Humieres To

[Bug c/51834] New: -Wsequence-point fails when convoluted expressions with multiple side effects are used

2012-01-11 Thread prasoonsaurav.nit at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51834 Bug #: 51834 Summary: -Wsequence-point fails when convoluted expressions with multiple side effects are used Classification: Unclassified Product: gcc Version: 4.4.6

[Bug libgcj/23856] Modification Time Incorrectly Set From Extension Entry

2012-01-11 Thread rmathew at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23856 --- Comment #2 from Ranjit Mathew 2012-01-12 06:25:13 UTC --- Sorry, I haven't worked on GCC/GCJ/Classpath in a long time, so I wouldn't know if this bug still exists or even makes sense. :-(

[Bug c++/51833] ICE in tsubst_copy, at cp/pt.c:11333

2012-01-11 Thread naddiseo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51833 Richard Eames changed: What|Removed |Added Known to fail||4.7.0 --- Comment #2 from Richard Eames

[Bug c++/51833] ICE in tsubst_copy, at cp/pt.c:11333

2012-01-11 Thread naddiseo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51833 --- Comment #1 from Richard Eames 2012-01-12 05:31:05 UTC --- Created attachment 26304 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26304 Testcase

[Bug c++/51833] New: ICE in tsubst_copy, at cp/pt.c:11333

2012-01-11 Thread naddiseo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51833 Bug #: 51833 Summary: ICE in tsubst_copy, at cp/pt.c:11333 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/51565] [4.4/4.5/4.6/4.7 Regression] fastcall in array of method pointers: internal compiler error

2012-01-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51565 Jason Merrill changed: What|Removed |Added Keywords||ice-on-invalid-code Status|AS

[Bug c++/51565] [4.4/4.5/4.6/4.7 Regression] fastcall in array of method pointers: internal compiler error

2012-01-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51565 --- Comment #3 from Jason Merrill 2012-01-12 02:30:53 UTC --- Author: jason Date: Thu Jan 12 02:30:47 2012 New Revision: 183120 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183120 Log: PR c++/51565 * call.c (standard_conversion)

[Bug c++/51832] New: [4.7 regression] Rev.182970 causes LTO link errors (multiple definitions of allocator_traits)

2012-01-11 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51832 Bug #: 51832 Summary: [4.7 regression] Rev.182970 causes LTO link errors (multiple definitions of allocator_traits) Classification: Unclassified Product: gcc Version: 4.7.0

[Bug middle-end/28685] Multiple comparisons are not simplified

2012-01-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28685 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2008-04-30 15:12:57 |2012-01-11 --- Comment #17 from Andrew Pi

[Bug c/51831] New: internal compiler error: in simplify_subreg, at simplify-rtx.c:5375

2012-01-11 Thread ebuddington at wesleyan dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51831 Bug #: 51831 Summary: internal compiler error: in simplify_subreg, at simplify-rtx.c:5375 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug c++/51829] decltype() deduces non-const but only in a template

2012-01-11 Thread bugs at sehe dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51829 --- Comment #2 from Seth Heeren 2012-01-12 00:30:36 UTC --- To clarify, the valid code that was rejected looks like: auto expr = boost::spirit::qi::eps(false) | '1'; this might explain the 'strange' breaking up into e1 and e2 for the minim

[Bug fortran/51825] Fortran runtime error: Cannot match namelist object name

2012-01-11 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51825 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/50981] [4.4/4.5/4.6 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument

2012-01-11 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 --- Comment #18 from Mikael Morin 2012-01-11 23:31:32 UTC --- (In reply to comment #17) > I think the proper solution is to remove the trans-stmt.c manual scalarization > and handle somewhere in trans-{array,expr}.c the array bounds. > Some of i

[Bug bootstrap/51796] [4.7 regression] internal compiler error: in distribute_notes, at combine.c:13285 for libgomp/alloc.c on m68k-linux

2012-01-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51796 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/51796] [4.7 regression] internal compiler error: in distribute_notes, at combine.c:13285 for libgomp/alloc.c on m68k-linux

2012-01-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51796 --- Comment #10 from Jakub Jelinek 2012-01-11 22:59:16 UTC --- Author: jakub Date: Wed Jan 11 22:59:12 2012 New Revision: 183111 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183111 Log: PR bootstrap/51796 * combine.c (distribute

[Bug rtl-optimization/51821] [4.5/4.6/4.7 Regression] 64bit > 32bit conversion produces incorrect results with optimizations

2012-01-11 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51821 --- Comment #9 from Uros Bizjak 2012-01-11 22:54:34 UTC --- (In reply to comment #8) > It looks like target issue after all. I'm preparing a patch with following OTOH, if the pattern says that it outputs to DImode pair (i.e. %eax/%edx, then the

[Bug tree-optimization/49642] constant part of a macro not optimized away as expected due to splitter

2012-01-11 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49642 --- Comment #9 from William J. Schmidt 2012-01-11 22:37:33 UTC --- Author: wschmidt Date: Wed Jan 11 22:37:26 2012 New Revision: 183110 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183110 Log: gcc: 2012-01-11 Bill Schmidt PR tr

[Bug rtl-optimization/51821] [4.5/4.6/4.7 Regression] 64bit > 32bit conversion produces incorrect results with optimizations

2012-01-11 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51821 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #8 from Uros Bizjak 2012-0

[Bug fortran/51828] libgfortran build warnings

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51828 --- Comment #3 from Tobias Burnus 2012-01-11 22:32:56 UTC --- (In reply to comment #0) > libgfortran/intrinsics/unpack_generic.c: In function 'unpack_internal': The warnings are bogus - assuming that "dim > 0" - as: if (ret->data == NULL)

[Bug rtl-optimization/51821] [4.5/4.6/4.7 Regression] 64bit > 32bit conversion produces incorrect results with optimizations

2012-01-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51821 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug other/51124] libitm failures

2012-01-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51124 --- Comment #17 from Dominique d'Humieres 2012-01-11 21:45:35 UTC --- > --- Comment #15 from Aldy Hernandez 2012-01-10 > 17:53:25 UTC --- > Folks, I am going to close this PR since it is a potpourri of failures across > different architectures,

[Bug other/51830] New: FAIL: libitm.c/mem(cpy|set)-1.c execution test

2012-01-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51830 Bug #: 51830 Summary: FAIL: libitm.c/mem(cpy|set)-1.c execution test Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal P

[Bug c++/51829] decltype() deduces non-const but only in a template

2012-01-11 Thread bugs at sehe dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51829 --- Comment #1 from Seth Heeren 2012-01-11 21:32:11 UTC --- Created attachment 26302 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26302 (gz) preprocessed source for the minimal testcase

[Bug middle-end/51784] [4.7 Regression] FAIL: gcc.dg/tree-prof/pr44777.c execution, -fprofile-generate -D_PROFILE_GENERATE

2012-01-11 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784 --- Comment #12 from Iain Sandoe 2012-01-11 21:31:19 UTC --- we have the source - it looks like inherited stdlib from FreeBSD. http://www.opensource.apple.com/source/Libc/Libc-498.1.7/stdlib/getenv-fbsd.c however, more debugging is going to be

[Bug c++/51829] New: decltype() deduces non-const but only in a template

2012-01-11 Thread bugs at sehe dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51829 Bug #: 51829 Summary: decltype() deduces non-const but only in a template Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal

[Bug middle-end/51784] [4.7 Regression] FAIL: gcc.dg/tree-prof/pr44777.c execution, -fprofile-generate -D_PROFILE_GENERATE

2012-01-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784 Dominique d'Humieres changed: What|Removed |Added Target|x86_64-apple-darwin10 |x86_64-apple-darwin*

[Bug fortran/51828] libgfortran build warnings

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51828 --- Comment #2 from Tobias Burnus 2012-01-11 21:05:01 UTC --- (In reply to comment #1) > I also see > ../../../work/libgfortran/caf/libcaf.h:80:6: warning: no previous prototype > for > '_gfortran_caf_critical' [-Wmissing-prototypes] > ../../../

[Bug fortran/51828] libgfortran build warnings

2012-01-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51828 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/51565] [4.4/4.5/4.6/4.7 Regression] fastcall in array of method pointers: internal compiler error

2012-01-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51565 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/51828] New: libgfortran build warnings

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51828 Bug #: 51828 Summary: libgfortran build warnings Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug c++/51818] [C++0x] Name mangling error using lambda expressions in GCC47

2012-01-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51818 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/51613] [4.4/4.5/4.6/4.7 Regression] Ambiguous function template instantiations as template argument are not rejected

2012-01-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51613 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/51818] [C++0x] Name mangling error using lambda expressions in GCC47

2012-01-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51818 --- Comment #1 from Jason Merrill 2012-01-11 20:26:50 UTC --- Author: jason Date: Wed Jan 11 20:26:44 2012 New Revision: 183107 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183107 Log: PR c++/51818 * mangle.c (find_substitution)

[Bug libmudflap/20696] all libmudflap tests fail on mips{,el}-linux

2012-01-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20696 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Andrew Pinski 20

[Bug c++/51827] New: Error: 'FOO' conflicts with a previous declaration, with PCH/LTO/C++11

2012-01-11 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51827 Bug #: 51827 Summary: Error: 'FOO' conflicts with a previous declaration, with PCH/LTO/C++11 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIR

[Bug c++/51826] New: internal compiler error: in convert_nontype_argument, at cp/pt.c:5408

2012-01-11 Thread just.serejko at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51826 Bug #: 51826 Summary: internal compiler error: in convert_nontype_argument, at cp/pt.c:5408 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRM

[Bug bootstrap/51705] [4.7 Regression] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2012-01-11 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 Andreas Tobler changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/48308] [4.6/4.7 Regression] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}

2012-01-11 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308 --- Comment #18 from Ramana Radhakrishnan 2012-01-11 18:15:05 UTC --- (In reply to comment #14) > Note, can't be reproduced on the trunk, the strcmp isn't DCEd there, but guess > the problem is just latent there. > > It looks like a target bug t

[Bug libstdc++/51296] Several 30_threads tests FAIL on Tru64 UNIX

2012-01-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51296 --- Comment #20 from Jonathan Wakely 2012-01-11 17:48:25 UTC --- (In reply to comment #19) > I've just tried it with the vendor cxx (first disabling noexcept for C++ > < 2011), and it also fails with EINVAL. Well that's something vaguely positiv

[Bug libstdc++/51296] Several 30_threads tests FAIL on Tru64 UNIX

2012-01-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51296 --- Comment #19 from ro at CeBiTec dot Uni-Bielefeld.DE 2012-01-11 17:37:59 UTC --- > --- Comment #18 from Jonathan Wakely 2012-01-11 > 16:50:09 UTC --- > Regarding the remaining failures, it appears to be a front-end issue. Fixing > it > in th

[Bug target/50182] Performance degradation from gcc 4.1 (x86_64)

2012-01-11 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50182 --- Comment #28 from davidxl 2012-01-11 17:26:46 UTC --- See comment 24 for shorter test case. Summary: 1) the regression reported by Oleg in gcc4_6 and earlier versions is due to FE code generation difference which lead to the backend to gener

[Bug c/49581] [trans-mem] save/restore of thread-local data in nested txns is missing

2012-01-11 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49581 --- Comment #2 from Aldy Hernandez 2012-01-11 17:23:54 UTC --- On closer inspection, no I can't reproduce this. The outer transaction has correct PHI nodes with values dependent on whether the transaction got aborted/restarted or whether we fell

[Bug tree-optimization/49642] constant part of a macro not optimized away as expected due to splitter

2012-01-11 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49642 --- Comment #8 from William J. Schmidt 2012-01-11 16:52:13 UTC --- Author: wschmidt Date: Wed Jan 11 16:52:03 2012 New Revision: 183101 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183101 Log: gcc: 2012-01-11 Bill Schmidt PR tr

[Bug libstdc++/51296] Several 30_threads tests FAIL on Tru64 UNIX

2012-01-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51296 --- Comment #18 from Jonathan Wakely 2012-01-11 16:50:09 UTC --- Regarding the remaining failures, it appears to be a front-end issue. Fixing it in the library could be done with an autoconf macro to detect that the testcase in comment 13 works.

[Bug c++/51613] [4.4/4.5/4.6/4.7 Regression] Ambiguous function template instantiations as template argument are not rejected

2012-01-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51613 --- Comment #2 from Jason Merrill 2012-01-11 16:47:05 UTC --- Author: jason Date: Wed Jan 11 16:46:57 2012 New Revision: 183099 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183099 Log: PR c++/51613 * pt.c (resolve_overloaded_uni

[Bug libstdc++/48340] Several wchar_t tests FAIL on IRIX 6.5

2012-01-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48340 --- Comment #14 from ro at CeBiTec dot Uni-Bielefeld.DE 2012-01-11 16:30:03 UTC --- Great, thanks. Rainer

[Bug debug/24943] [hppa64] Bad dwarf output using non-preserved base register

2012-01-11 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24943 --- Comment #7 from dave.anglin at bell dot net 2012-01-11 16:29:48 UTC --- On 1/11/2012 9:54 AM, rguenth at gcc dot gnu.org wrote: > Is this still an issue? > Yes.

[Bug libstdc++/48340] Several wchar_t tests FAIL on IRIX 6.5

2012-01-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48340 --- Comment #13 from Jonathan Wakely 2012-01-11 16:27:58 UTC --- I have some ideas for PR 51772 which would also be relevant to this bug, and wouldn't affect other platforms. I'll see what I can do over the next few days

[Bug preprocessor/51776] fixincludes hacks around a C++ deficiency

2012-01-11 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51776 --- Comment #1 from Andreas Tobler 2012-01-11 16:23:57 UTC --- Author: andreast Date: Wed Jan 11 16:23:48 2012 New Revision: 183096 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183096 Log: 2012-01-11 Bruce Korb Steven G. Kargl

[Bug bootstrap/51705] [4.7 Regression] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2012-01-11 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 --- Comment #48 from Steve Kargl 2012-01-11 16:23:14 UTC --- On Wed, Jan 11, 2012 at 07:49:41AM +, andreast at gcc dot gnu.org wrote: > > This is the CL I prepared: > > 2012-01-11 Bruce Korb > Steven G. Kargl > Andreas T

[Bug libstdc++/48340] Several wchar_t tests FAIL on IRIX 6.5

2012-01-11 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48340 Rainer Orth changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #12 fro

[Bug fortran/51800] [4.6/4.7 Regression] Error: Automatic array 'dummy' at (1) cannot have an initializer

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51800 --- Comment #3 from Tobias Burnus 2012-01-11 16:06:26 UTC --- (In reply to comment #2) > There is an additional issue for initialization of characters: > subroutine sub(n) > character(len=n) :: str That was simpler that I had hoped for: s

[Bug libstdc++/51823] [DR 198] reverse iterator returns uninitialized values

2012-01-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51823 --- Comment #10 from Jonathan Wakely 2012-01-11 15:59:43 UTC --- I can work on it for GCC 4.8

[Bug c/8081] ICE with variably sized types returned from nested functions

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 Richard Guenther changed: What|Removed |Added Keywords|ice-on-valid-code |accepts-invalid, |

[Bug middle-end/8081] ICE with variably sized types and nested functions

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8081 --- Comment #22 from Richard Guenther 2012-01-11 15:53:51 UTC --- *** Bug 21374 has been marked as a duplicate of this bug. ***

[Bug middle-end/21374] [4.4/4.5/4.6/4.7 regression] ICE with nested function

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21374 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libobjc/23215] libobjc doesn't work on windows.

2012-01-11 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23215 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug libstdc++/51823] [DR 198] reverse iterator returns uninitialized values

2012-01-11 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51823 --- Comment #9 from Marc Glisse 2012-01-11 15:46:44 UTC --- (In reply to comment #8) > We could specialize reverse_iterator on a trait that says the extra member > isn't needed, and then make that trait true for all iterator types defined in > th

[Bug c/49581] [trans-mem] save/restore of thread-local data in nested txns is missing

2012-01-11 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49581 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/51825] Fortran runtime error: Cannot match namelist object name

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51825 Tobias Burnus changed: What|Removed |Added Keywords||rejects-valid CC|

[Bug target/18649] terminate called after throwing - IOT/Abort trap (core dumped)

2012-01-11 Thread bucreev_1 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18649 --- Comment #8 from bucreev_1 at mail dot ru 2012-01-11 15:26:45 UTC --- There are no questions. Just to inform you that in version of gcc 4.5.2. this example does not work.

[Bug libstdc++/51823] [DR 198] reverse iterator returns uninitialized values

2012-01-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51823 Jonathan Wakely changed: What|Removed |Added Summary|reverse iterator|[DR 198] reverse iterator

[Bug libstdc++/51823] reverse iterator instantiated with POD type returns uninitialized values + work around

2012-01-11 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51823 --- Comment #7 from Marc Glisse 2012-01-11 15:16:58 UTC --- Paolo started a discussion on this: http://gcc.gnu.org/ml/libstdc++/2003-11/msg00089.html but apparently the code wasn't changed. It is really sad that in most cases the size of reverse_

[Bug fortran/51825] New: Fortran runtime error: Cannot match namelist object name

2012-01-11 Thread chrisonian at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51825 Bug #: 51825 Summary: Fortran runtime error: Cannot match namelist object name Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED

[Bug other/51165] gcc.dg/tm/memopt-3.c failure

2012-01-11 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51165 --- Comment #6 from rguenther at suse dot de 2012-01-11 15:13:39 UTC --- On Wed, 11 Jan 2012, aldyh at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51165 > > Aldy Hernandez changed: > >What|Removed

[Bug other/51165] gcc.dg/tm/memopt-3.c failure

2012-01-11 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51165 Aldy Hernandez changed: What|Removed |Added CC||rguenth at gcc dot gnu.org,

[Bug target/25295] unused register saved in function prolog

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25295 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug driver/25179] precedence of -fpie over -fpic

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25179 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/51800] [4.6/4.7 Regression] Error: Automatic array 'dummy' at (1) cannot have an initializer

2012-01-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51800 --- Comment #2 from Tobias Burnus 2012-01-11 15:03:42 UTC --- Draft patch. There is an additional issue for initialization of characters: subroutine sub(n) character(len=n) :: str except that no initializer seems to be applied if the str

[Bug target/25160] ICE in print_operand if using -mfloat-gprs w/ non-854x -mcpu option

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25160 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/25126] -msoft-float does not work, no soft-float mutlilib

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25126 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last reconfirmed|

[Bug target/21530] libstdc++ not supported on h8

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21530 Richard Guenther changed: What|Removed |Added Status|WAITING |NEW Summary|libstdc++ not s

[Bug middle-end/24944] Size of type not multiple of its alignment.

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24944 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/24943] [hppa64] Bad dwarf output using non-preserved base register

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24943 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/22473] FAIL: gcc.c-torture/execute/conversion.c execution -O[012]

2012-01-11 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22473 --- Comment #2 from dave.anglin at bell dot net 2012-01-11 14:53:57 UTC --- On 1/11/2012 9:09 AM, rguenth at gcc dot gnu.org wrote: > Is this still an issue? I'll have to check.

[Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/21530] libstdc++ not supported on this target

2012-01-11 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21530 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #6 fro

[Bug target/51819] [4.7 Regression] Neon wrong code generation, Error: unsupported alignment for instruction -- `vst1.32 {d2[0]},[r0:64]'

2012-01-11 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51819 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/24801] -d option changes debug information

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24801 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug java/24698] [4.4/4.5/4.6/4.7 regression] SIGABRT when using ResourceBundle.getBundle with a nonexistant key

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24698 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/24573] g++: Internal error message while building openh323

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24573 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/24332] asm label declaration may be missing aliasing info

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24332 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/24201] Potential problems with HOT_TEXT_SECTION_NAME

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24201 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/24194] emit_input_reload_insns secondary reload handling is unsafe

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24194 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug testsuite/24128] ICE in libjava.compile/PR6865.java reported as "PASS" in testsuite.

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24128 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/24085] internal compiler error: Segmentation fault

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24085 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/24000] wrong constants allocation for altivec data type on PPC little-endian

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24000 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/23901] Dom jump-threading unrolls loops

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23901 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/51823] reverse iterator instantiated with POD type returns uninitialized values + work around

2012-01-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51823 --- Comment #6 from Jonathan Wakely 2012-01-11 14:37:27 UTC --- That change was present as early as the Feb 2004 draft, n1577 Also related: http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-closed.html#1052

[Bug libgcj/23856] Modification Time Incorrectly Set From Extension Entry

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23856 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/23810] missed 64-bit shift+mask optimizations on 32-bit arch

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23810 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/51705] [4.7 Regression] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L

2012-01-11 Thread bkorb at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 --- Comment #47 from bkorb at gnu dot org 2012-01-11 14:31:15 UTC --- To eliminate any possible ambiguity, the patch is "approved" On 01/10/12 23:49, andreast at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 > > Andrea

[Bug libgcj/23800] Exception in thread "main" java.lang.NullPointerException at java.lang.Object.getClass()

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23800 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/23756] Missed optimization for PIC code with internal visibility

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23756 Richard Guenther changed: What|Removed |Added Target|i486-linux-gnu |i?86-linux-gnu Status|UNCO

[Bug ada/23750] Suggest using a more standard soname for libgnat

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23750 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgcj/23686] path embbeded using -rpath is ignored when handling System.loadLibrary()

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23686 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

  1   2   >