[Bug fortran/51972] [OOP] Wrong code as _copy does not honor CLASS components

2012-02-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51972 --- Comment #6 from Tobias Burnus 2012-02-05 09:46:24 UTC --- Author: burnus Date: Sun Feb 5 09:46:20 2012 New Revision: 183904 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183904 Log: 2012-02-05 Tobias Burnus PR fortran/51

[Bug fortran/52101] Obsolescence warning for non-obs. feature character name*length

2012-02-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52101 --- Comment #7 from Tobias Burnus 2012-02-05 09:58:46 UTC --- (In reply to comment #4) > I believe that John is correct. The form 'CHARACTER*n string' > is obsolescent while the form 'CHARACTER string*n' is not. After re-checking the standard,

[Bug fortran/51754] [OOP] ICE on valid with class arrays

2012-02-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51754 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libstdc++/52114] SFINAE out the rvalue iostream operators to give better error messages

2012-02-05 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52114 --- Comment #11 from Daniel Krügler 2012-02-05 11:00:00 UTC --- (In reply to comment #8) > But using decltype((o<

[Bug libstdc++/52114] SFINAE out the rvalue iostream operators to give better error messages

2012-02-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52114 --- Comment #12 from Paolo Carlini 2012-02-05 11:11:34 UTC --- I agree it should, thanks Daniel. In fact, I see that implementing the trick in a fully correct way is less than trivial and, AFAIK, there is no hint at all in the Standard that somet

[Bug bootstrap/37304] [4.4/4.5/4.6/4.7 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)

2012-02-05 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

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

2012-02-05 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28685 Uros Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED Target Milestone|---

[Bug libstdc++/52119] numeric_limits::min() is not a constant expression

2012-02-05 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52119 --- Comment #5 from paolo at gcc dot gnu.org 2012-02-05 12:58:56 UTC --- Author: paolo Date: Sun Feb 5 12:58:51 2012 New Revision: 183905 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183905 Log: 2012-02-05 Jeffrey Yasskin Pa

[Bug c++/52119] numeric_limits::min() is not a constant expression

2012-02-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52119 Paolo Carlini changed: What|Removed |Added Keywords||accepts-invalid Component|libstd

[Bug libstdc++/51956] [patch] improve shared_ptr and weak_ptr pretty-printers for gdb

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51956 --- Comment #2 from Jonathan Wakely 2012-02-05 13:29:07 UTC --- I think my preferred format is (count N + M weak) (gdb) p sp $2 = std::shared_ptr (count 1 + 1 weak) 0x602010 (gdb) p wp $3 = std::weak_ptr (count 1 + 1 weak) 0x602010 I'm also goi

[Bug target/51835] ARM EABI violation when passing arguments to helper floating functions like __aeabi_d2iz

2012-02-05 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51835 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #5

[Bug target/52125] New: Problems with LO16 asm operands on MIPS

2012-02-05 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52125 Bug #: 52125 Summary: Problems with LO16 asm operands on MIPS Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority

[Bug target/52125] Problems with LO16 asm operands on MIPS

2012-02-05 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52125 rsand...@gcc.gnu.org changed: What|Removed |Added Target||mips*-*-* Status|UNCON

[Bug target/52125] Problems with LO16 asm operands on MIPS

2012-02-05 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52125 --- Comment #1 from rsandifo at gcc dot gnu.org 2012-02-05 14:56:39 UTC --- Author: rsandifo Date: Sun Feb 5 14:56:35 2012 New Revision: 183910 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183910 Log: gcc/testsuite/ PR target/52125

[Bug middle-end/51929] [4.7 Regression] ICE: verify_cgraph_node failed with -O2 -fno-guess-branch-probability -fipa-cp-clone

2012-02-05 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51929 --- Comment #1 from Zdenek Sojka 2012-02-05 15:15:07 UTC --- Created attachment 26575 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26575 autoreduced testcase Probably the same problem. $ gcc -O -fno-guess-branch-probability -fipa-cp -fip

[Bug fortran/52111] [OOP] procedure pointer with polymorphic passed dummy argument

2012-02-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52111 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/44960] non-array used as an array, identified as an external function

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

[Bug fortran/43179] ICE invalid if accessing array member of non-array

2012-02-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43179 --- Comment #9 from Dominique d'Humieres 2012-02-05 17:37:33 UTC --- With trunk at revision 183904 or with 4.6.2, I get pr43179.f90:6.14: if (allocated(foo(1)%a)) call abort() 1 Error: 'array' argument of 'allocated' intrinsic at

[Bug rtl-optimization/48374] ICE: in single_succ_edge, at basic-block.h:562 with -fselective-scheduling2 and __builtin_unreachable()

2012-02-05 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48374 --- Comment #4 from Mikael Pettersson 2012-02-05 17:51:49 UTC --- Seems you forgot to actually add the test case.

[Bug fortran/52101] Obsolescence warning for non-obs. feature character name*length

2012-02-05 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52101 --- Comment #8 from Steve Kargl 2012-02-05 18:00:59 UTC --- On Sun, Feb 05, 2012 at 09:58:46AM +, burnus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52101 > > --- Comment #7 from Tobias Burnus 2012-02-05 > 09:58

[Bug fortran/52101] Obsolescence warning for non-obs. feature character name*length

2012-02-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52101 --- Comment #9 from Tobias Burnus 2012-02-05 18:11:41 UTC --- (In reply to comment #8) > > However, I have just check it and the font size seems to be the normal one. > > It is sufficient once one reads B.2.8. No, it isn't. B.1.8 gives a good h

[Bug libstdc++/52104] go1 fails to link on Solaris 8/9 x86 with native TLS

2012-02-05 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52104 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/51956] [patch] improve shared_ptr and weak_ptr pretty-printers for gdb

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51956 --- Comment #3 from Jonathan Wakely 2012-02-05 19:10:26 UTC --- Author: redi Date: Sun Feb 5 19:10:15 2012 New Revision: 183914 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183914 Log: PR libstdc++/51956 * python/libstdcxx/v6/p

[Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194

2012-02-05 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/51956] [patch] improve shared_ptr and weak_ptr pretty-printers for gdb

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51956 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libstdc++/52104] go1 fails to link on Solaris 8/9 x86 with native TLS

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52104 --- Comment #10 from Jonathan Wakely 2012-02-05 19:17:41 UTC --- Created attachment 26576 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26576 define destructor inline when TLS isn't supported does this help?

[Bug c++/52126] New: compilation error

2012-02-05 Thread tmmikolajczyk at gmail dot com
inherited::foo; }; }; The code seems to be valid. Compilation output (the gcc_47_error.cpp file is attached): $ g++ --version g++ (GCC) 4.7.0 20120205 (experimental) Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO

[Bug fortran/52102] [OOP] Wrong result with ALLOCATE of CLASS components with array constructor SOURCE-expr

2012-02-05 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52102 --- Comment #4 from Paul Thomas 2012-02-05 19:56:16 UTC --- Author: pault Date: Sun Feb 5 19:56:09 2012 New Revision: 183915 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183915 Log: 2012-02-05 Paul Thomas * trans-array.c (gfc_a

[Bug fortran/52102] [OOP] Wrong result with ALLOCATE of CLASS components with array constructor SOURCE-expr

2012-02-05 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52102 Paul Thomas changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/48847] Wrong "unused parameter" warning with interface block

2012-02-05 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48847 --- Comment #4 from Thomas Koenig 2012-02-05 20:14:10 UTC --- Author: tkoenig Date: Sun Feb 5 20:14:00 2012 New Revision: 183916 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183916 Log: 2012-02-05 Thomas König PR fortran/48847

[Bug fortran/48847] Wrong "unused parameter" warning with interface block

2012-02-05 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48847 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug libstdc++/51617] [C++0x] async(f) isn't.

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51617 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug libstdc++/51785] gets not anymore declared

2012-02-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51785 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #6 f

[Bug c++/52126] [4.7 Regression] compilation error

2012-02-05 Thread tmmikolajczyk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52126 --- Comment #2 from tmmikolajczyk at gmail dot com 2012-02-05 20:57:29 UTC --- Further investigation shows that the issue appears only when inheritance from the template class (class B : private A) is provided explicitly. According to the standard

[Bug libstdc++/51785] gets not anymore declared

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51785 --- Comment #7 from Jonathan Wakely 2012-02-05 21:00:36 UTC --- (In reply to comment #6) > Yeah, IMHO the removal of gets (== ::gets) for _GNU_SOURCE is very much > intentional. C++ probably only talks about std::gets, doesn't it? No, std::gets

[Bug fortran/51522] ICE in gfortran 4.6.2, x86_64

2012-02-05 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51522 --- Comment #9 from Janne Blomqvist 2012-02-05 21:04:18 UTC --- So the complete valgrind error message I get (with the comment #4 testcase fixed per Tobias instructions in comment #6) is: ==14281== Invalid read of size 4 ==14281==at 0x528B66

[Bug c/52127] New: pedantic-errors is inconsistent in its behavior

2012-02-05 Thread jengelh at medozas dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52127 Bug #: 52127 Summary: pedantic-errors is inconsistent in its behavior Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug libstdc++/51785] gets not anymore declared

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51785 --- Comment #8 from Jonathan Wakely 2012-02-05 21:26:26 UTC --- Though personally I'm not concerned if libstdc++ doesn't define gets(), noone should be using it, I am concerned that libstdc++ fails to build because of the using decl.

[Bug c/52127] pedantic-errors is inconsistent in its behavior

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52127 --- Comment #1 from Jonathan Wakely 2012-02-05 21:39:16 UTC --- You need -Wsystem-headers to enable the diagnostic in a system header Stripping the # lines means it is no longer considered a system header

[Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194

2012-02-05 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110 --- Comment #4 from dave.anglin at bell dot net 2012-02-05 21:43:41 UTC --- On 5-Feb-12, at 2:12 PM, ebotcazou at gcc dot gnu.org wrote: > --- Comment #3 from Eric Botcazou > 2012-02-05 19:12:36 UTC --- >> Attached is a possible patch. On "mos

[Bug fortran/32373] not vectorized: can't determine dependence (equivalence)

2012-02-05 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32373 --- Comment #3 from Thomas Koenig 2012-02-05 21:49:50 UTC --- Author: tkoenig Date: Sun Feb 5 21:49:46 2012 New Revision: 183917 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183917 Log: 2012-02-05 Thomas König PR fortran/32373

[Bug fortran/32373] not vectorized: can't determine dependence (equivalence)

2012-02-05 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32373 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug rtl-optimization/49847] [4.7 Regression] NULL deref in fold_rtx (prev_insn_cc0 == NULL)

2012-02-05 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49847 --- Comment #14 from Mikael Pettersson 2012-02-05 21:56:47 UTC --- (In reply to comment #10) > In 4.7. Ada is also affected. Yeah, I got this same ICE in my latest attempt to natively bootstrap 4.7 with Ada enabled and my patch for the Ada FP b

[Bug libfortran/49791] [4.4/4.5/4.6/4.7 Regression] Formatted namelist reads fails with: Cannot match namelist object

2012-02-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49791 --- Comment #19 from Tobias Burnus 2012-02-05 23:00:16 UTC --- I think the patch suggested in http://gcc.gnu.org/ml/fortran/2011-07/msg00252.html is actually correct - which then fixes the issue of comment 18. --- ../../libgfortran/io/list_read

[Bug libstdc++/52104] go1 fails to link on Solaris 8/9 x86 with native TLS

2012-02-05 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52104 --- Comment #11 from Eric Botcazou 2012-02-05 23:27:09 UTC --- > does this help? Yes, this yields nominal results again, thanks!

[Bug c/52127] pedantic-errors is inconsistent in its behavior

2012-02-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52127 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/32380] misaligned stores don't get vectorized

2012-02-05 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32380 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug libstdc++/52104] go1 fails to link on Solaris 8/9 x86 with native TLS

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52104 --- Comment #12 from Jonathan Wakely 2012-02-05 23:55:56 UTC --- Author: redi Date: Sun Feb 5 23:55:51 2012 New Revision: 183920 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183920 Log: PR libstdc++/52104 * include/std/future (

[Bug libstdc++/52128] New: [4.7 regression] r183788 caused massive libstdc++ testsuite regression on i686-linux

2012-02-05 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52128 Bug #: 52128 Summary: [4.7 regression] r183788 caused massive libstdc++ testsuite regression on i686-linux Classification: Unclassified Product: gcc Version: 4.7.0 St

[Bug libstdc++/52128] [4.7 regression] r183788 caused massive libstdc++ testsuite regression on i686-linux

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52128 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/48680] -Weffc++ update description for 2nd and 3rd edition of Scott Meyers

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48680 --- Comment #3 from Jonathan Wakely 2012-02-06 00:38:05 UTC --- patch submitted: http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00218.html

[Bug c++/48680] -Weffc++ update description for 2nd and 3rd edition of Scott Meyers

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48680 --- Comment #4 from Jonathan Wakely 2012-02-06 01:06:10 UTC --- Author: redi Date: Mon Feb 6 01:06:06 2012 New Revision: 183926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183926 Log: PR c++/48680 * doc/invoke.texi (C++ Dialec

[Bug c++/48680] -Weffc++ update description for 2nd and 3rd edition of Scott Meyers

2012-02-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48680 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/52129] New: wrong code to pass parameters to tail call function

2012-02-05 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52129 Bug #: 52129 Summary: wrong code to pass parameters to tail call function Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major

[Bug c++/52130] New: missing check for matching underlying type during instantiation of enum member of class template

2012-02-05 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52130 Bug #: 52130 Summary: missing check for matching underlying type during instantiation of enum member of class template Classification: Unclassified Product: gcc Version: 4.7.0

[Bug target/52129] wrong code to pass parameters to tail call function

2012-02-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52129 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Known to fail|

[Bug fortran/51754] [OOP] ICE on valid with class arrays

2012-02-05 Thread abenson at caltech dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51754 --- Comment #13 from Andrew Benson 2012-02-06 04:14:15 UTC --- I'll look forward to trying using class arrays again in my code.

[Bug target/51835] ARM EABI violation when passing arguments to helper floating functions like __aeabi_d2iz

2012-02-05 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51835 --- Comment #6 from amker.cheng 2012-02-06 05:51:25 UTC --- (In reply to comment #5) > (In reply to comment #2) > > This is only applicable to the 4.6 branch and trunk since support for the > > Cortex M4 wasn't added till 4.6. > > > > cheers >

[Bug middle-end/51982] Shrink-wrapping opportunity

2012-02-05 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51982 Alan Modra changed: What|Removed |Added CC|amodra at gcc dot gnu.org |amodra at gmail dot com --- Comment #2 from

[Bug c++/52131] New: dynamic allocation?

2012-02-05 Thread paulmc at walla dot co.il
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52131 Bug #: 52131 Summary: dynamic allocation? Classification: Unclassified Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Componen