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

2012-01-10 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 Andreas Tobler changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #46 from Andreas To

[Bug libfortran/51803] gfortran getcwd at startup

2012-01-10 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51803 Janne Blomqvist changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2012-01-10 Thread andreast at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705 Andreas Tobler changed: What|Removed |Added Attachment #26207|0 |1 is obsolete|

[Bug libfortran/51803] gfortran getcwd at startup

2012-01-10 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51803 --- Comment #5 from Janne Blomqvist 2012-01-11 07:34:22 UTC --- Author: jb Date: Wed Jan 11 07:34:16 2012 New Revision: 183090 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183090 Log: PR 51803 Handle getcwd failure and lack of the funct

[Bug bootstrap/51787] [4.7 Regression] internal compiler error: in inline_small_functions, at ipa-inline.c:1410

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

[Bug tree-optimization/51801] [4.7 Regression] ICE in inline_small_functions

2012-01-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51801 Jakub Jelinek changed: What|Removed |Added CC||dougmencken at gmail dot

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

2012-01-10 Thread thejes.k at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51819 Bug #: 51819 Summary: [4.7 Regression ]Neon wrong code generation, Error: unsupported alignment for instruction -- `vst1.32 {d2[0]},[r0:64]' Classification: Unclassified

[Bug c++/51804] -Wabi confusion

2012-01-10 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51804 Benjamin Kosnik changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/51787] [4.7 Regression] internal compiler error: in inline_small_functions, at ipa-inline.c:1410

2012-01-10 Thread dougmencken at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51787 --- Comment #5 from Douglas Mencken 2012-01-11 03:33:40 UTC --- Fixed PR51801 fixes this issue too. Current checkout bootstraps successfully.

[Bug c++/51614] [4.6/4.7 Regression] ICE with ambiguous base class

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

[Bug c++/51614] [4.6/4.7 Regression] ICE with ambiguous base class

2012-01-10 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51614 --- Comment #2 from Jason Merrill 2012-01-11 03:04:57 UTC --- Author: jason Date: Wed Jan 11 03:04:49 2012 New Revision: 183088 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183088 Log: PR c++/51614 * class.c (build_base_path): D

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

2012-01-10 Thread gccearlyadop...@trash-mail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51818 Bug #: 51818 Summary: [C++0x] Name mangling error using lambda expressions in GCC47 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug gcov-profile/51807] Fail to generate .gcno file when use libtool to compile la library

2012-01-10 Thread beanflowersh at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51807 lei changed: What|Removed |Added Status|RESOLVED|CLOSED Resolution|INVALID

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

2012-01-10 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 --- Comment #17 from Tobias Burnus 2012-01-10 23:54:50 UTC --- (In reply to comment #16) > This patch passes gfortran.dg/*elemental*, but fails on > gfortran.dg/class_array_{1,2,3,7,9}.f03. The problem is the way _copy is translated. One current

[Bug c++/51817] New: [C++11] argument deduction fails when A-type parameter-type-list has additional parameters

2012-01-10 Thread hstong at ca dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51817 Bug #: 51817 Summary: [C++11] argument deduction fails when A-type parameter-type-list has additional parameters Classification: Unclassified Product: gcc Version: 4.6.0

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2012-01-10 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37782 --- Comment #15 from Joseph S. Myers 2012-01-10 23:53:20 UTC --- Author: jsm28 Date: Tue Jan 10 23:53:13 2012 New Revision: 183080 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183080 Log: Revert: 2008-09-18 Andrew Pinski

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2012-01-10 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451 --- Comment #9 from Joseph S. Myers 2012-01-10 23:53:19 UTC --- Author: jsm28 Date: Tue Jan 10 23:53:13 2012 New Revision: 183080 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183080 Log: Revert: 2008-09-18 Andrew Pinski

[Bug fortran/51816] [4.7 Regression] Wrong error when use..., only : operator() twice

2012-01-10 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51816 --- Comment #4 from Tobias Burnus 2012-01-10 22:52:53 UTC --- (In reply to comment #2) > No error with r183001 (likely r183010, CCed Tobias). It's actually only revealed by my patch - the bug is older. Try: use foo, only : t, operator(*), t,

[Bug fortran/51816] [4.7 Regression] Wrong error when use..., only : operator() twice

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

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

2012-01-10 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51785 vries at gcc dot gnu.org changed: What|Removed |Added CC||vries at gcc dot gnu.org --- Co

[Bug fortran/51816] [4.7 Regression] Wrong error when use..., only : operator() twice

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

[Bug fortran/51816] [4.7 Regression] Wrong error when use..., only : operator() twice

2012-01-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51816 Dominique d'Humieres changed: What|Removed |Added CC||bur...@net-b.de --- Comment #2 fro

[Bug rtl-optimization/50176] [4.7 Regression] 4.7 generates spill-fill dealing with char->int conversion

2012-01-10 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50176 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug fortran/51816] [4.7 Regression] Wrong error when use..., only : operator() twice

2012-01-10 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51816 --- Comment #1 from Harald Anlauf 2012-01-10 21:51:24 UTC --- (In reply to comment #0) > with today's (2010-01-10) I get the following error: Of course I meant the trunk on 2012-01-10

[Bug fortran/51816] New: [4.7 Regression] Wrong error when use..., only : operator() twice

2012-01-10 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51816 Bug #: 51816 Summary: [4.7 Regression] Wrong error when use..., only : operator() twice Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug middle-end/50283] [4.7 Regression] FAIL: g++.dg/eh/simd-1.C execution test

2012-01-10 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50283 --- Comment #16 from Richard Henderson 2012-01-10 21:40:22 UTC --- Calls are especially problematic, yes. You've just fixed a bug for branches; hopefully that's the last of them. Though if it were a matter of preferences, I would expect that ch

[Bug ada/51814] make install -jn generates incorrect installation

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

[Bug c/39438] Can't compile a wrapper around strftime with -Werror=format-nonliteral

2012-01-10 Thread tss at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39438 Timo Sirainen changed: What|Removed |Added CC||tss at iki dot fi --- Comment #3 from Tim

[Bug middle-end/51766] [4.7 regression] sync_fetch_and_xxx atomicity

2012-01-10 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51766 --- Comment #14 from David Edelsohn 2012-01-10 20:25:57 UTC --- Jakub, The POWER implementation of __sync_* was not written intentionally to violate the documentation. I don't think those of us who implemented the feature on POWER realized the

[Bug libstdc++/51673] undefined references / libstdc++-7.dll

2012-01-10 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51673 --- Comment #11 from Pawel Sikora 2012-01-10 19:56:08 UTC --- (In reply to comment #10) > Thanks guys. This looks good, and is in trunk. > > Pawel, thanks for noticing this. Please note that namespace versioning was > updated for 4.7.x to bring

[Bug fortran/51418] Fortran format sp,f0.0 output wrong with NaN and 0.0

2012-01-10 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51418 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot |

[Bug fortran/51779] gcc 4.6.2 build fails on Mac OS X Lion w/Xcode 4.2, with gfortran erorr

2012-01-10 Thread zippy at anl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51779 --- Comment #11 from Tim Williams 2012-01-10 19:45:44 UTC --- (In reply to comment #10) > (In reply to comment #9) > > Thanks, Tobias. I did try out the gfortran 4.6.2 from here, and it does > > compile > > runnable code. Unfortunately, it still

[Bug fortran/51815] confusing substring syntax with array section for character coarray

2012-01-10 Thread longb at cray dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51815 --- Comment #1 from Bill Long 2012-01-10 19:34:58 UTC --- The "(coindexed )" bit at the end of the last line of the Description does not apply here. It's just a here as the .

[Bug libfortran/50105] [4.6/4.7 Regression] I/O with g6.5 - wrong number of "**" shown

2012-01-10 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50105 --- Comment #14 from Jerry DeLisle 2012-01-10 19:32:46 UTC --- It twists my mind too, I meant 4.5, not 4.6, I don't have a working 4.6 here at the moment. Thanks for doing the interp request. I hope this turns into a do nothing solution.

[Bug fortran/51815] New: confusing substring syntax with array section for character coarray

2012-01-10 Thread longb at cray dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51815 Bug #: 51815 Summary: confusing substring syntax with array section for character coarray Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug ada/51814] only 32-bit ada library is built on 64-bit system

2012-01-10 Thread mikulas at artax dot karlin.mff.cuni.cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51814 --- Comment #2 from mikulas at artax dot karlin.mff.cuni.cz 2012-01-10 19:23:31 UTC --- After further testing it turns out that "make install -j8" produces the invalid Ada installation and "make install" produces a working installation. If I inst

[Bug rtl-optimization/50110] Endian reversal when adding extzv instruction

2012-01-10 Thread david.meggy at icron dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50110 David Meggy changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/51766] [4.7 regression] sync_fetch_and_xxx atomicity

2012-01-10 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51766 Andrew Macleod changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment #

[Bug lto/44398] lto1: internal compiler error: Segmentation fault

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44398 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug preprocessor/51745] Strange symbol appears when using commandline definition without "="

2012-01-10 Thread mikulas at artax dot karlin.mff.cuni.cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51745 --- Comment #4 from mikulas at artax dot karlin.mff.cuni.cz 2012-01-10 18:59:06 UTC --- If you input garbage into a compiler, it should report an error, not output garbage.

[Bug target/43102] ARM V6 (Cortex-M1) Unable to jump from assembly to C code while debuging.

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43102 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

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

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

[Bug other/51166] gcc.dg/tm/memopt-4.c failure

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51166 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug other/51168] gcc.dg/tm/memopt-7.c failure

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51168 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/32192] Assembler errors compiling g++

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32192 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

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

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51165 --- Comment #2 from Aldy Hernandez 2012-01-10 18:54:55 UTC --- *** Bug 51167 has been marked as a duplicate of this bug. ***

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

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51165 --- Comment #3 from Aldy Hernandez 2012-01-10 18:55:58 UTC --- *** Bug 51168 has been marked as a duplicate of this bug. ***

[Bug other/51167] gcc.dg/tm/memopt-5.c failure

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51167 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/39820] errors while compiling libc and the kernel

2012-01-10 Thread justinmattock at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39820 --- Comment #8 from Justin P. Mattock 2012-01-10 18:54:37 UTC --- Sounds good to me! On Jan 10, 2012 10:39 AM, "pinskia at gcc dot gnu.org" < gcc-bugzi...@gcc.gnu.org> wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39820 > > Andrew Pinski

[Bug driver/36485] gcc driver incorrectly assumes existence of $(prefix)/usr/lib

2012-01-10 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36485 --- Comment #4 from Pawel Sikora 2012-01-10 18:53:41 UTC --- (In reply to comment #2) > This is expected as you are expected to build all multilibs when building GCC > for a cross really. i'm using a --disable-multilib option for explicit/pure x

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

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51165 --- Comment #1 from Aldy Hernandez 2012-01-10 18:53:12 UTC --- *** Bug 51166 has been marked as a duplicate of this bug. ***

[Bug middle-end/40379] Extremely long compiling time of gcc optimization mode

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40379 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug bootstrap/40729] Build fails in libstdc++-v3

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40729 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/41524] gcc generates invalid instructions when used with -m32 -fprofile-generate

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41524 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/51766] [4.7 regression] sync_fetch_and_xxx atomicity

2012-01-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51766 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #12

[Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)

2012-01-10 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51252 Rainer Orth changed: What|Removed |Added CC||aldyh at gcc dot gnu.org --- Comment #12 fr

[Bug bootstrap/40706] gcc doesn't compile on centos3 64bit

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40706 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/35079] [arm] ICE (segfault) with gfortran -O3 -funroll-loops

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35079 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/39820] errors while compiling libc and the kernel

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39820 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/38944] internal compiler error: Segmentation fault

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38944 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/35495] Error in compiling 64 bit on AIX 5.1 for C++.

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35495 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/51766] [4.7 regression] sync_fetch_and_xxx atomicity

2012-01-10 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51766 --- Comment #11 from David Edelsohn 2012-01-10 18:33:56 UTC --- Jonathan, I understand that the new __atomic_* builtins provide that flexibility. I also am pointing out that GCC followed Intel semantics and Intel chose semantics to benefit them

[Bug target/38630] Is this a bug in gcc 2.95.3 ( m/c SunOS 5.7 sun4u sparc SUNW,Ultra-80 )

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38630 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug bootstrap/36783] Build fails in stagefeedback-bubble make target on IRIX 6.5.30 when compiling insn-attrtab.c

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36783 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/51766] [4.7 regression] sync_fetch_and_xxx atomicity

2012-01-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51766 --- Comment #10 from Jonathan Wakely 2012-01-10 18:22:01 UTC --- (In reply to comment #8) > IBM should have the freedom to choose memory > models that benefit its architectures. I meant to add that the new __atomic builtins give that freedom, by

[Bug ada/49783] GCC must bring ads and adb files after installation

2012-01-10 Thread pavel at zhukoff dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49783 --- Comment #2 from Pavel Zhukov 2012-01-10 18:22:02 UTC --- Hi Ludovic. Have your patches approved by upstream? I'm waiting for this because I cannot update gprbuild without correct sources of GCC FSF... (libgnat, gnat_urils or smth else). Bes

[Bug c++/51614] [4.6/4.7 Regression] ICE with ambiguous base class

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

[Bug middle-end/51766] [4.7 regression] sync_fetch_and_xxx atomicity

2012-01-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51766 --- Comment #9 from Jonathan Wakely 2012-01-10 18:20:00 UTC --- (In reply to comment #8) > For the way that programmers use __sync_* builtins, release or acquire-release > semantics are sufficient. Are you claiming you know how all programmers h

[Bug middle-end/51766] [4.7 regression] sync_fetch_and_xxx atomicity

2012-01-10 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51766 --- Comment #8 from David Edelsohn 2012-01-10 18:08:23 UTC --- For the way that programmers use __sync_* builtins, release or acquire-release semantics are sufficient. As we see in libstdc++, release semantics are overly strict when incrementing

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

2012-01-10 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50182 --- Comment #26 from oleg at smolsky dot net 2012-01-10 18:06:28 UTC --- Could someone toggle the state assign a milestone please?

[Bug ada/51814] only 32-bit ada library is built on 64-bit system

2012-01-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51814 --- Comment #1 from Andrew Pinski 2012-01-10 18:04:13 UTC --- On the trunk this works for debian 5.0.3. Didn't you have to patch GCC to support how the libraries are in debian 6.0 anyways?

[Bug other/51124] libitm failures

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51124 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2012-01-10 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 --- Comment #16 from Mikael Morin 2012-01-10 17:30:20 UTC --- Created attachment 26296 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26296 Patch for the scalar cases, including the OOP ones (with CLASS). This patch passes gfortran.dg/*elem

[Bug ada/51814] New: only 32-bit ada library is built on 64-bit system

2012-01-10 Thread mikulas at artax dot karlin.mff.cuni.cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51814 Bug #: 51814 Summary: only 32-bit ada library is built on 64-bit system Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #24 from Tom Tromey 2012-01-10 17:21:02 UTC --- I found my code and it turns out I never finished it. (I did write a java-specific devirtualization pass.) Here is an introductory comment that explains my plans: /* This pass implement

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #23 from Tom Tromey 2012-01-10 17:17:50 UTC --- I thought I wrote a pass to do this optimization, but I can't find it now. Anyway I think that would be the simplest approach by far.

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread aph at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #22 from Andrew Haley 2012-01-10 17:08:30 UTC --- (In reply to comment #21) > The Java frontend could handle this by performing loads of the length field > via a SAVE_EXPR and sharing this across a function. That way CSE would > happ

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #20 from Richard Guenther 2012-01-10 16:55:52 UTC --- (In reply to comment #19) > > > No. What you can do is, via the method I outlined, tell GCC that > > args is to be treated similar to a local automatic variable - thus > > it cann

[Bug java/47456] internal compiler error: Segmentation fault while using jna

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

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #21 from Richard Guenther 2012-01-10 16:57:36 UTC --- The Java frontend could handle this by performing loads of the length field via a SAVE_EXPR and sharing this across a function. That way CSE would happen automagically.

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2012-01-10 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451 --- Comment #8 from Joseph S. Myers 2012-01-10 16:55:44 UTC --- Author: jsm28 Date: Tue Jan 10 16:55:40 2012 New Revision: 183071 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183071 Log: Revert: 2008-09-18 Andrew Pinski

[Bug rtl-optimization/37782] [4.4 regression] Stage2 ada compiler miscompiled

2012-01-10 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37782 --- Comment #14 from Joseph S. Myers 2012-01-10 16:55:44 UTC --- Author: jsm28 Date: Tue Jan 10 16:55:40 2012 New Revision: 183071 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183071 Log: Revert: 2008-09-18 Andrew Pinski

[Bug middle-end/51516] [trans-mem] problem with TM clone aliases

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51516 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/51516] [trans-mem] problem with TM clone aliases

2012-01-10 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51516 --- Comment #1 from Aldy Hernandez 2012-01-10 16:50:56 UTC --- Author: aldyh Date: Tue Jan 10 16:50:41 2012 New Revision: 183070 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183070 Log: PR middle-end/51516 * trans-mem.c

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread aph at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #19 from Andrew Haley 2012-01-10 16:44:16 UTC --- (In reply to comment #17) > (In reply to comment #16) > > (In reply to comment #15) > > > (In reply to comment #14) > > > > (In reply to comment #13) > > > > > We can't optimize this b

[Bug libfortran/51803] gfortran getcwd at startup

2012-01-10 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51803 --- Comment #4 from mrs at gcc dot gnu.org 2012-01-10 16:44:24 UTC --- Oh, a related, but different bug would be, if getcwd isn't on the system, or fails, I think "." might be better than "", as we form getcwd '/' argv[0], and that doesn't make a

[Bug libfortran/51803] gfortran getcwd at startup

2012-01-10 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51803 --- Comment #3 from mrs at gcc dot gnu.org 2012-01-10 16:39:33 UTC --- Mike Stump

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #18 from Richard Guenther 2012-01-10 16:35:46 UTC --- (In reply to comment #17) > (In reply to comment #16) > > (In reply to comment #15) > > > (In reply to comment #14) > > > > (In reply to comment #13) > > > > > We can't optimize th

[Bug c++/51810] internal compiler error

2012-01-10 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51810 --- Comment #5 from Markus Trippelsdorf 2012-01-10 16:32:23 UTC --- Created attachment 26295 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26295 another reduced testcase The testcase from Comment 4 doesn't work on my machine. Here is anoth

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #17 from Richard Guenther 2012-01-10 16:30:30 UTC --- (In reply to comment #16) > (In reply to comment #15) > > (In reply to comment #14) > > > (In reply to comment #13) > > > > We can't optimize this because System.out.println can ch

[Bug lto/51806] -flto ignores -Werror

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

[Bug lto/51806] -flto ignores -Werror

2012-01-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51806 --- Comment #2 from Richard Guenther 2012-01-10 16:28:07 UTC --- Author: rguenth Date: Tue Jan 10 16:27:55 2012 New Revision: 183069 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183069 Log: 2012-01-10 Richard Guenther PR middle-

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread aph at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 --- Comment #16 from Andrew Haley 2012-01-10 16:26:51 UTC --- (In reply to comment #15) > (In reply to comment #14) > > (In reply to comment #13) > > > We can't optimize this because System.out.println can change args[]. > > > > That's the whole

[Bug java/21855] array bounds checking elimination

2012-01-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855 Richard Guenther changed: What|Removed |Added Status|WAITING |NEW Component|tree-optimizati

[Bug debug/28547] Large compile time regression with -g

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

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2012-01-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233 Richard Guenther changed: What|Removed |Added Status|WAITING |NEW --- Comment #8 from Richard Guenth

[Bug other/27043] building Ada rts does not find 'as'

2012-01-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27043 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/27308] Compiler generates incorrect code when calling a function with the result of an inline function as parameter

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

[Bug tree-optimization/27140] Compiling LLVM now takes nearly 5x as long with 4.1 as it did with 4.0

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

[Bug gcov-profile/26313] arm-elf-gcc with gcov option do not work

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

  1   2   >