[Bug fortran/48404] SELECTED_REAL_KIND is returning KIND=16 when not available

2011-04-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48404 --- Comment #5 from Jakub Jelinek 2011-04-04 07:02:54 UTC --- Author: jakub Date: Mon Apr 4 07:02:50 2011 New Revision: 171924 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171924 Log: PR debug/48404 * cfgexpand.c (expand_gimple

[Bug ada/47163] Failure building target-libada for MingW64

2011-04-04 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163 --- Comment #3 from Kai Tietz 2011-04-04 07:31:16 UTC --- Author: ktietz Date: Mon Apr 4 07:31:11 2011 New Revision: 171926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171926 Log: 2011-04-04 Kai Tietz PR ada/47163

[Bug libstdc++/48430] std::hash partial specialization for std::unique_ptr and std::shared_ptr are using unary_function

2011-04-04 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48430 --- Comment #1 from Jonathan Wakely 2011-04-04 07:40:26 UTC --- I don't consider this a bug. Even if they were removed from the standard, we could choose to keep them and use them as implementation details, or non-standard extensions. Users shoul

[Bug ada/47163] Failure building target-libada for MingW64

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

[Bug fortran/48412] [4.7 Regression] CP2K miscompiled due to some Fortran frontend pass

2011-04-04 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412 --- Comment #3 from Joost VandeVondele 2011-04-04 09:06:32 UTC --- (In reply to comment #2) > Hi Joost, > > the following patch > hmm triggers 276 times on CP2K, quite a few seems things that also the ME would capture. At least one is a bug in

[Bug tree-optimization/48228] incorrect signed overflow warning when only 0 and 1 are used

2011-04-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228 --- Comment #8 from Jakub Jelinek 2011-04-04 09:19:37 UTC --- *** Bug 48432 has been marked as a duplicate of this bug. ***

[Bug middle-end/48432] -Wstrict-overflow incorrectly warns for Emacs src/font.c

2011-04-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48432 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/48428] [OOP] ICE at mio_component_ref() / free_pi_tree() - module read issues?

2011-04-04 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48428 --- Comment #1 from Dominique d'Humieres 2011-04-04 09:36:03 UTC --- This pr looks like a duplicate of pr47601.

[Bug lto/48433] New: lto1: internal compiler error: in lto_wpa_write_files, at lto/lto.c:1518

2011-04-04 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48433 Summary: lto1: internal compiler error: in lto_wpa_write_files, at lto/lto.c:1518 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug debug/48401] [4.7 Regression] ICE: RTL check: access of elt 4 of 'var_location' with last elt 2 in expand_gimple_basic_block, at cfgexpand.c:3585

2011-04-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48401 --- Comment #3 from Jakub Jelinek 2011-04-04 09:48:48 UTC --- Author: jakub Date: Mon Apr 4 09:48:45 2011 New Revision: 171930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171930 Log: PR debug/48401 * cfgexpand.c (expand_gimple

[Bug fortran/48404] SELECTED_REAL_KIND is returning KIND=16 when not available

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

[Bug debug/48401] [4.7 Regression] ICE: RTL check: access of elt 4 of 'var_location' with last elt 2 in expand_gimple_basic_block, at cfgexpand.c:3585

2011-04-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48401 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug other/48434] New: Large SpecCPUFP Performance Regression for Thumb-2

2011-04-04 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48434 Summary: Large SpecCPUFP Performance Regression for Thumb-2 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: other AssignedT

[Bug lto/48433] lto1: internal compiler error: in lto_wpa_write_files, at lto/lto.c:1518

2011-04-04 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48433 --- Comment #1 from Dmitry Gorbachev 2011-04-04 10:03:58 UTC --- PR48246?

[Bug fortran/48412] [4.7 Regression] CP2K miscompiled due to some Fortran frontend pass

2011-04-04 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412 --- Comment #4 from Joost VandeVondele 2011-04-04 10:50:57 UTC --- reduced testcase aborts at -O1, goes fine at -O0. Thanks for implementing the warning, without this, it would have been very difficult to find. INTEGER FUNCTION S1(m,ma,lx)

[Bug lto/48433] lto1: internal compiler error: in lto_wpa_write_files, at lto/lto.c:1518

2011-04-04 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48433 --- Comment #2 from vincenzo Innocente 2011-04-04 11:29:57 UTC --- Thanks Dmitry. very likely related to 48246. Is the fix in the April-1st snapshot? (I admit not having downloaded for sheer superstition..)

[Bug go/48407] libgo/configure --without-libffi doesn't work

2011-04-04 Thread corsepiu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48407 --- Comment #4 from Ralf Corsepius 2011-04-04 11:40:59 UTC --- (In reply to comment #3) > I have this in my local tree. I recall Ian and I discussing that since > Go and GCJ both need libffi, the logic should be smarter. Joel, as you may have

[Bug fortran/25708] Module loading is not good at all

2011-04-04 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 --- Comment #11 from Paul Thomas 2011-04-04 11:49:52 UTC --- (In reply to comment #10) > I would like to promote this one. I have run into an application that is > taking about 2 to 3 minutes to compile while other compilers can do so in a > mat

[Bug fortran/48412] [4.7 Regression] CP2K miscompiled due to some Fortran frontend pass

2011-04-04 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412 --- Comment #5 from Joost VandeVondele 2011-04-04 11:49:15 UTC --- the dumped code: __var_2 = __var_1 %[fl] 2; __var_1 = ABS_EXPR <*ma - *lx>; if (*m < 0 && __var_2 == 1 || *m > 0 && __var_2 == 0) shows clearly what is wrong, var_2 is usi

[Bug gcov-profile/47793] Relative path in fprofile-use turns into absolute path

2011-04-04 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47793 --- Comment #1 from Diego Novillo 2011-04-04 12:14:01 UTC --- Author: dnovillo Date: Mon Apr 4 12:13:54 2011 New Revision: 171935 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171935 Log: 2011-04-04 Martin Thuresson PR gcov-p

[Bug fortran/25708] Module loading is not good at all

2011-04-04 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 --- Comment #12 from Tobias Burnus 2011-04-04 12:27:28 UTC --- (In reply to comment #11) > An associated issue is the size of module files. Joost suggested to cut down the string tags "d" instead of "dimension", "al" instead of "allocatable" or

[Bug lto/48431] patch to fix a compile error in lto-plugin.c when using older C compilers

2011-04-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48431 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/48433] lto1: internal compiler error: in lto_wpa_write_files, at lto/lto.c:1518

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

[Bug lto/48246] ICE in lto_wpa_write_files

2011-04-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48246 Richard Guenther changed: What|Removed |Added CC||vincenzo.innocente at cern

[Bug other/48434] Large SpecCPUFP Performance Regression for Thumb-2

2011-04-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48434 --- Comment #1 from Richard Guenther 2011-04-04 12:36:54 UTC --- Re-commit of IRA improvements? Are the results visible somewhere, similar to gcc.opensuse.org?

[Bug fortran/47601] [OOP] Internal Error: mio_component_ref(): Component not found

2011-04-04 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601 Mikael Morin changed: What|Removed |Added CC||kristopher.kuhlman at gmail

[Bug fortran/48428] [OOP] ICE at mio_component_ref() / free_pi_tree() - module read issues?

2011-04-04 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48428 Mikael Morin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2011-04-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #67 from Richard Guenther 2011-04-04 12:30:07 UTC --- (In reply to comment #66) > On Sun, Apr 03, 2011 at 10:09:06AM +, hubicka at gcc dot gnu.org wrote: > > Kind Nodes Bytes > >

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2011-04-04 Thread froydnj at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #68 from froydnj at codesourcery dot com 2011-04-04 13:13:01 UTC --- On Mon, Apr 04, 2011 at 01:01:27PM +, rguenth at gcc dot gnu.org wrote: > > Do folks think it would be useful to include a breakdown by individual > > TREE_CODE,

[Bug lto/48246] ICE in lto_wpa_write_files

2011-04-04 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48246 --- Comment #8 from vincenzo Innocente 2011-04-04 13:22:26 UTC --- I downloaded and installed gcc version 4.6.1 20110401 as I issued a "make" in the same area where I had the ICE in lto_wpa_write_files I got lto1: internal compiler error: in lto_

[Bug fortran/47601] [OOP] Internal Error: mio_component_ref(): Component not found

2011-04-04 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601 --- Comment #11 from Kris 2011-04-04 13:33:17 UTC --- (In reply to comment #10) > *** Bug 48428 has been marked as a duplicate of this bug. *** I further reduced the code from bug 48248. I don't know if this helps, but if you change the size of

[Bug target/39585] GCC Generates Incorrect Stack Instructins for Interrupts When using -Os

2011-04-04 Thread jpa at gcc dot mail.kapsi.fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39585 --- Comment #3 from Petteri Aimonen 2011-04-04 13:46:13 UTC --- A workaround for this bug: #define __irq__ __attribute__((interrupt("IRQ"), optimize("O2")))

[Bug inline-asm/48435] New: Assertion failure during IRA (df_scan)

2011-04-04 Thread avr at gjlay dot de
4.7.0 20110404 (experimental) (GCC) == run avr-gcc strtod-i.c -S -Os strtod-i.c: In function 'strtod': strtod-i.c:834:106: error: can't find a register in class 'POINTER_REGS' while reloading 'asm' strtod-i.c:834:106: error: 'asm' operand has im

[Bug c/48436] New: Regresion @171731: Missing #include "reload.h"

2011-04-04 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48436 Summary: Regresion @171731: Missing #include "reload.h" Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig

[Bug inline-asm/48435] Assertion failure during IRA (df_scan)

2011-04-04 Thread avr at gjlay dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48435 --- Comment #1 from Georg-Johann Lay 2011-04-04 16:00:13 UTC --- Created attachment 23869 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23869 much simpler testcase There is a much simpler testcase that shows the reload problems for finding

[Bug c/48436] Regresion @171731: Missing #include "reload.h"

2011-04-04 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48436 Jan-Benedict Glaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 Andreas Krebbel changed: What|Removed |Added CC||krebbel at gcc dot gnu.org --- Comment

[Bug inline-asm/48435] Assertion failure during IRA (df_scan)

2011-04-04 Thread avr at gjlay dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48435 --- Comment #2 from Georg-Johann Lay 2011-04-04 16:25:08 UTC --- Created attachment 23870 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23870 strtod-i.c procompiled source Added precompiled source, as it got lost in original post.

[Bug go/48222] libgo assertion failure in thread.c:40/63 on Solaris 2

2011-04-04 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48222 Rainer Orth changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug c/48436] Regresion @171731: Missing #include "reload.h"

2011-04-04 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48436 --- Comment #2 from Jeffrey A. Law 2011-04-04 16:50:31 UTC --- I checked in an equivalent patch.

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #26 from hjl at gcc dot gnu.org 2011-04-04 16:53:57 UTC --- Author: hjl Date: Mon Apr 4 16:53:51 2011 New Revision: 171942 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171942 Log: Fix PR bootstrap/48403. 2011-04-04 Bernd

[Bug libstdc++/36104] [4.3/4.4/4.5/4.6/4.7 Regression] gnu-versioned-namespace is broken

2011-04-04 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36104 Benjamin Kosnik changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug go/48242] gotest needs timeout mechanism

2011-04-04 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242 --- Comment #3 from Rainer Orth 2011-04-04 17:11:19 UTC --- Created attachment 23871 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23871 pstack output for hanging token test on Solaris 8/SPARC

[Bug go/48242] gotest needs timeout mechanism

2011-04-04 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-04-04 17:23:00 UTC --- When I attach gdb to the hanging process (on Solaris 8/x86), I find: [Switching to Thread 4 (LWP 1)] 0xbf6cac1b in _sigsuspend () from /usr/lib/libc.so.1 (gdb) whe

[Bug go/48240] libgo assertion failure at runtime/mem.c:114 on 64-bit Solaris 10

2011-04-04 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48240 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW URL|

[Bug ada/47163] Failure building target-libada for MingW64

2011-04-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163 --- Comment #5 from Eric Botcazou 2011-04-04 18:06:58 UTC --- Author: ebotcazou Date: Mon Apr 4 18:06:55 2011 New Revision: 171943 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171943 Log: PR ada/47163 * s-oscons-tmplt.c (MSG_WA

[Bug c++/48424] C++0x parameter packs expansion problem

2011-04-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424 Jason Merrill changed: What|Removed |Added Keywords||rejects-valid Status|UNCONFIR

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 Benjamin Kosnik changed: What|Removed |Added CC||bkoz at gcc dot gnu.org --- Comment #27

[Bug lto/48437] New: LTO crashes with block-local function declarations

2011-04-04 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48437 Summary: LTO crashes with block-local function declarations Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: u

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #28 from H.J. Lu 2011-04-04 18:25:37 UTC --- (In reply to comment #27) > still fails bootstrap after #26 > > make[3]: Leaving directory `/mnt/share/bld/gcc-trunk' What is your target? It works for me on Linux/ia32 and Linux/x86-64.

[Bug rtl-optimization/44174] [4.4/4.5/4.6/4.7 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'

2011-04-04 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44174 --- Comment #12 from Rainer Orth 2011-04-04 18:30:50 UTC --- gcc.target/i386/asm-6.c was failing on 32-bit Solaris 10 and 11/x86 on 20110127 and started to xpass on 20110331. What's going on here? Is this fixed for real or just some fallout?

[Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]

2011-04-04 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918 --- Comment #30 from Tobias Burnus 2011-04-04 18:35:17 UTC --- Author: burnus Date: Mon Apr 4 18:35:13 2011 New Revision: 171949 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171949 Log: 2011-04-04 Tobias Burnus Mikael Mo

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #29 from Benjamin Kosnik 2011-04-04 18:47:44 UTC --- f14 x86_64, no ppl %rpm -qa | grep mpfr mpfr-devel-2.4.2-1.fc13.x86_64 mpfr-2.4.2-1.fc13.x86_64 /mnt/share/bld/gcc-trunk %rpm -qa | grep

[Bug rtl-optimization/44174] [4.4/4.5/4.6/4.7 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'

2011-04-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44174 --- Comment #13 from Eric Botcazou 2011-04-04 18:50:30 UTC --- > gcc.target/i386/asm-6.c was failing on 32-bit Solaris 10 and 11/x86 on > 20110127 > and started to xpass on 20110331. What's going on here? Is this fixed for > real or just some

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #30 from H.J. Lu 2011-04-04 18:52:13 UTC --- This --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --enable-cloog-backend=isl --with-ppl-include=/opt/gnu/include --with-ppl-lib=/opt/gnu/lib64 --with-clo

[Bug fortran/48291] [4.6/4.7 Regression] [OOP] internal compiler error, new_symbol(): Symbol name too long

2011-04-04 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48291 --- Comment #10 from janus at gcc dot gnu.org 2011-04-04 18:53:37 UTC --- Author: janus Date: Mon Apr 4 18:53:34 2011 New Revision: 171950 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171950 Log: 2011-04-04 Janus Weil PR fortran/

[Bug fortran/48291] [4.6/4.7 Regression] [OOP] internal compiler error, new_symbol(): Symbol name too long

2011-04-04 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48291 --- Comment #11 from janus at gcc dot gnu.org 2011-04-04 18:54:41 UTC --- Fixed on trunk and 4.6. Closing.

[Bug fortran/48291] [4.6/4.7 Regression] [OOP] internal compiler error, new_symbol(): Symbol name too long

2011-04-04 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48291 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/48438] New: Several gfortran tests FAIL on Tru64 UNIX

2011-04-04 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48438 Summary: Several gfortran tests FAIL on Tru64 UNIX Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassi

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

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48148 --- Comment #24 from H.J. Lu 2011-04-04 19:24:03 UTC --- Still doesn't work. Revision 171942 gave: http://gcc.gnu.org/ml/gcc-regression/2011-04/msg00253.html /tmp/ccuKub9z.s: Assembler messages: /tmp/ccuKub9z.s:180352: Error: symbol `.Ldebug_i

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #31 from H.J. Lu 2011-04-04 19:41:46 UTC --- (In reply to comment #29) > f14 x86_64, no ppl > Configured like so: > /mnt/share/src/gcc.svn-trunk/configure --enable-languages=c,c++ --verbose > --prefix=/mnt/share/bin/H-x86_64-gcc-trunk

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 Steve Ellcey changed: What|Removed |Added CC||sje at cup dot hp.com --- Comment #32 from

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #33 from Andrew Pinski 2011-04-04 19:50:24 UTC --- (In reply to comment #32) > > /proj/opensrc/nightly/src/trunk/gcc/errors.c:86:1: internal compiler error: in > max_issue, at haifa-sched.c:2524 > Please submit a full bug report, > w

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #34 from Steven Bosscher 2011-04-04 19:53:52 UTC --- Perhaps the patches can be reverted until it's clear what is wrong here? The trunk is now broken for 3 days, it will make things like bisecting regressions much harder later on if i

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #35 from H.J. Lu 2011-04-04 19:56:49 UTC --- (In reply to comment #31) > (In reply to comment #29) > > f14 x86_64, no ppl > > Configured like so: > > /mnt/share/src/gcc.svn-trunk/configure --enable-languages=c,c++ --verbose > > --pref

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #36 from H.J. Lu 2011-04-04 19:57:14 UTC --- (In reply to comment #34) > Perhaps the patches can be reverted until it's clear what is wrong here? The > trunk is now broken for 3 days, it will make things like bisecting regressions > m

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

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48148 --- Comment #25 from H.J. Lu 2011-04-04 20:01:29 UTC --- (In reply to comment #24) > Still doesn't work. Revision 171942 gave: > > http://gcc.gnu.org/ml/gcc-regression/2011-04/msg00253.html > > /tmp/ccuKub9z.s: Assembler messages: > /tmp/ccuKu

[Bug target/48380] [gcc-4.7 regression] ICE in postreload.c while building trunk

2011-04-04 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48380 --- Comment #5 from Vladimir Makarov 2011-04-04 20:19:48 UTC --- Author: vmakarov Date: Mon Apr 4 20:19:45 2011 New Revision: 171951 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171951 Log: 2011-04-01 Vladimir Makarov PR target

[Bug fortran/48412] [4.7 Regression] CP2K miscompiled due to some Fortran frontend pass

2011-04-04 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412 --- Comment #6 from Thomas Koenig 2011-04-04 20:22:27 UTC --- Author: tkoenig Date: Mon Apr 4 20:22:21 2011 New Revision: 171952 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171952 Log: 2011-04-04 Thomas Koenig PR fortran/48412

[Bug fortran/48412] [4.7 Regression] CP2K miscompiled due to some Fortran frontend pass

2011-04-04 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug driver/48439] New: gcc fails to resume the normal treatment when -isystem has finished

2011-04-04 Thread Denis.Excoffier at airbus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48439 Summary: gcc fails to resume the normal treatment when -isystem has finished Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: minor Priority: P3

[Bug fortran/47976] [4.5 Regression] Recent gfortran.dg/actual_array_constructor_3.f90 regression on arm-linux-gnueabi

2011-04-04 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47976 Ramana Radhakrishnan changed: What|Removed |Added CC||bernds at gcc dot gnu.org,

[Bug target/48256] gcc4.4.5 internal compiler error: in change_address_1, at emit-rtl.c:1954

2011-04-04 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48256 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/48183] ICE [arm] immed_double_const at emit-rtl.c (-mfpu=neon -g -O1)

2011-04-04 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48183 Ramana Radhakrishnan changed: What|Removed |Added Keywords||ice-on-valid-code Stat

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #37 from Eric Botcazou 2011-04-04 21:13:51 UTC --- > /proj/opensrc/nightly/src/trunk/gcc/errors.c:86:1: internal compiler error: in > max_issue, at haifa-sched.c:2524 > Please submit a full bug report, > with preprocessed source if ap

[Bug target/48252] ARM neon: problem with consecutive vzip, vuzp and vtrn

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

[Bug target/46975] Replace 32 bit instructions with 16 bit instructions in thumb2

2011-04-04 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46975 Ramana Radhakrishnan changed: What|Removed |Added Keywords||missed-optimization St

[Bug target/46247] bug with loading constant to neon quad register

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

[Bug fortran/47976] [4.5 Regression] Recent gfortran.dg/actual_array_constructor_3.f90 regression on arm-linux-gnueabi

2011-04-04 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47976 Ramana Radhakrishnan changed: What|Removed |Added Keywords||wrong-code Status|UNCO

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #38 from Benjamin Kosnik 2011-04-04 21:37:21 UTC --- YES, please revert whatever is causing this ASAP. Bootstrap has been broken for much too long, on all the common devel arches.

[Bug middle-end/48440] New: [4.7 Regression] FAIL: gcc.c-torture/compile/labels-3.c

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48440 Summary: [4.7 Regression] FAIL: gcc.c-torture/compile/labels-3.c Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/48328] GCC failed to generate 16bit relative jump table

2011-04-04 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48328 Ramana Radhakrishnan changed: What|Removed |Added Keywords||missed-optimization St

[Bug middle-end/48440] [4.7 Regression] FAIL: gcc.c-torture/compile/labels-3.c

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48440 --- Comment #1 from H.J. Lu 2011-04-04 22:05:30 UTC --- The record_reference change remove the cast, which is needed for Pmode != ptr_mode: diff -upr bad/x.i.143r.expand good/x.i.143r.expand --- bad/x.i.143r.expand2011-04-04 15:02:05.6524582

[Bug bootstrap/48400] [4.7 Regression] powerpc-apple-darwin9 fails to bootstrap at revision 171824

2011-04-04 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48400 --- Comment #29 from Richard Henderson 2011-04-04 22:13:58 UTC --- Author: rth Date: Mon Apr 4 22:13:54 2011 New Revision: 171955 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171955 Log: PR 48400 * dwarf2out.c (output_line_info): Alway

[Bug middle-end/48440] [4.7 Regression] FAIL: gcc.c-torture/compile/labels-3.c

2011-04-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48440 --- Comment #2 from H.J. Lu 2011-04-04 22:15:54 UTC --- This patch: diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c index 3948cf6..c80d7ab 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -56,7 +56,10 @@ record_reference (tree *tp, i

[Bug bootstrap/48400] [4.7 Regression] powerpc-apple-darwin9 fails to bootstrap at revision 171824

2011-04-04 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48400 Richard Henderson changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug middle-end/48441] New: [4.7 Regression] ICE in mark_oprs_set

2011-04-04 Thread danglin at gcc dot gnu.org
--without-ppl --enable-languages=c,c++,objc,fortran,obj-c++,java,ada Thread model: posix gcc version 4.7.0 20110404 (experimental) [trunk revision 171950] (GCC)

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #39 from Bernd Schmidt 2011-04-04 22:27:26 UTC --- (In reply to comment #37) > Confirmed. Reduced testcase for -O2: > > typedef __builtin_va_list va_list; > > extern void exit (unsigned); > extern int vfprintf (void *s, const char

[Bug middle-end/48441] [4.7 Regression] ICE in mark_oprs_set

2011-04-04 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48441 --- Comment #1 from dave at hiauly1 dot hia.nrc.ca 2011-04-04 22:30:50 UTC --- On Mon, 04 Apr 2011, danglin at gcc dot gnu.org wrote: Attached .i. Dave

[Bug bootstrap/48403] [4.7 Regression] bootstrap comparison failure

2011-04-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403 --- Comment #40 from Andrew Pinski 2011-04-04 22:36:56 UTC --- Created attachment 23873 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23873 Testcase for the MIPS ICE ./cc1 t1.c -mabi=32 -O2 -march=octeon -da -quiet t1.c: In function ‘__udi

[Bug middle-end/48441] [4.7 Regression] ICE in mark_oprs_set

2011-04-04 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48441 --- Comment #2 from John David Anglin 2011-04-04 22:37:38 UTC --- (gdb) p debug_rtx (insn) (jump_insn/v 247 246 338 29 (set (pc) (if_then_else (eq (reg/v:SI 116 [ rval ]) (const_int 7 [0x7])) (label_ref:SI 338)

[Bug middle-end/48441] [4.7 Regression] ICE in mark_oprs_set

2011-04-04 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48441 Steven Bosscher changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/48441] [4.7 Regression] ICE in mark_oprs_set

2011-04-04 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48441 --- Comment #4 from Steven Bosscher 2011-04-04 22:50:01 UTC --- I'll try to reproduce this with a cross-compiler tomorrow. It would be helpful if you can dump the DF info for this insn (df_debug_insn).

[Bug go/48242] gotest needs timeout mechanism

2011-04-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242 --- Comment #5 from Ian Lance Taylor 2011-04-04 23:39:18 UTC --- The stack trace attachment shows that there are three threads waiting for garbage collection to complete, but the thread invoking the garbage collector is waiting for the threads to

[Bug rtl-optimization/48442] New: ICE: in init_seqno, at sel-sched.c:6767 with -Os -fselective-scheduling2 --param max-sched-extend-regions-iters=100

2011-04-04 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48442 Summary: ICE: in init_seqno, at sel-sched.c:6767 with -Os -fselective-scheduling2 --param max-sched-extend-regions-iters=100 Product: gcc Version: 4.7.0 Status: UN

[Bug go/48222] libgo assertion failure in thread.c:40/63 on Solaris 2

2011-04-04 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48222 --- Comment #2 from ian at gcc dot gnu.org 2011-04-04 23:44:12 UTC --- Author: ian Date: Mon Apr 4 23:43:59 2011 New Revision: 171960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171960 Log: libgo: Always initialize semaphores. 20

[Bug go/48222] libgo assertion failure in thread.c:40/63 on Solaris 2

2011-04-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48222 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug go/48121] websocket and netchan test occasionally fail with EISCONN

2011-04-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48121 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug go/48240] libgo assertion failure at runtime/mem.c:114 on 64-bit Solaris 10

2011-04-04 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48240 --- Comment #2 from ian at gcc dot gnu.org 2011-04-05 00:02:36 UTC --- Author: ian Date: Tue Apr 5 00:02:15 2011 New Revision: 171961 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171961 Log: libgo: Use MAP_FIXED if necessary to grab ar

[Bug go/48240] libgo assertion failure at runtime/mem.c:114 on 64-bit Solaris 10

2011-04-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48240 Ian Lance Taylor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

  1   2   >