Re: Supporting multiple pointer sizes in GCC

2011-03-30 Thread Claudiu Zissulescu
Hi, I would try using the named address space for your issue (see TARGET_ADDR_SPACE_POINTER_MODE). Please check the SPU target for an implementation example. Regards, Claudiu On Mon, Mar 28, 2011 at 2:14 PM, Jayant R. Sonar jayant.so...@kpitcummins.com wrote: ?  MIPS has two pointer sizes, but

Re: On the toplevel configure and build system

2011-03-30 Thread Tom Tromey
Joseph == Joseph S Myers jos...@codesourcery.com writes: Joseph Additional tools for the build (not host) system may be built Joseph (not installed) when present in the source tree, if of direct Joseph use in building and testing the components in those Joseph repositories, and likewise

Error in ira-color.c while bootstrap trunk

2011-03-30 Thread Revital Eres
Hello, I get the following error while bootstrap trunk -r171713 on arm-linux-gnueabi configured with: ../gcc/configure --prefix=/home/eres/mainline/ build_armv7 --enable-checking --enable-languages=c --enable-bootstrap --with-arch=armv7-a --with-mode=thumb Thanks, Revital

Re: Proposed solution for bug 44384, builtin_object_size_ treatment of multidimensional arrays is unexpected

2011-03-30 Thread Mark Eklund
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/28/11 10:37 AM, Richard Guenther wrote: On Mon, Mar 28, 2011 at 3:54 PM, Mark Eklund mekl...@cisco.com wrote: snip Again any feedback that would help point me in the right direction would be appreciated. What do you want to do with

Re: On the toplevel configure and build system

2011-03-30 Thread Joseph S. Myers
On Tue, 29 Mar 2011, Joseph S. Myers wrote: Specifically, I propose removal of all support for building: ash autoconf automake bash byacc bzip2 diff dosutils fileutils findutils find gawk gettext gnuserv gzip hello indent libiconv libtool make mmalloc patch perl prms rcs release recode sed

Re: GCC 4.6.0 Released

2011-03-30 Thread Bernd Roesch
Hello On 29.03.11, you wrote: This sounds like the generic Cygwin fork-error/BLODA problem and not specific to GCC. Indeed. For what it's worth, gcc itself *does* use the Cygwin spawn* functions to avoid this problem, but (curiously) the Cygwin versions of make, bash, and expect

Re: On the toplevel configure and build system

2011-03-30 Thread DJ Delorie
(h) utils - I don't know what to do with this directory or where it best goes. relates to the other bits of src and where it would best go if src is split up. For example, the MeP utils is used to reconfigure gcc, binutils, cgen, sid, and a few other places (libgloss) according to the

Re: how can I split 1 mov insn into 2 sub_mov and 1 combine?

2011-03-30 Thread Ian Lance Taylor
Liu pro...@gmail.com writes: if (GET_MODE (dest) == V32QImode) tmp_reg = gen_reg_rtx (V32QImode); vpaddd.c:33:1: internal compiler error: in gen_reg_rtx, at emit-rtl.c:863 Please submit a full bug report, with preprocessed source if appropriate. See

Re: GCC 4.6.0 Released

2011-03-30 Thread Ian Lance Taylor
Bernd Roesch nospamn...@gmx.de writes: I add an error in file libiberty/pex-win32.c to check if cygwin build use win32_spawn. but gcc compile ok, so it seem that cygwin build do not use pex-win32.c.Or need i set a compile option for GCC ? The choice is determined in

Re: On the toplevel configure and build system

2011-03-30 Thread Joseph S. Myers
On Wed, 30 Mar 2011, DJ Delorie wrote: (h) utils - I don't know what to do with this directory or where it best goes. relates to the other bits of src and where it would best go if src is split up. For example, the MeP utils is used to reconfigure gcc, binutils, cgen, sid, and

Re: Error in ira-color.c while bootstrap trunk

2011-03-30 Thread Vladimir Makarov
On 03/30/2011 09:57 AM, Revital Eres wrote: Hello, I get the following error while bootstrap trunk -r171713 on arm-linux-gnueabi configured with: ../gcc/configure --prefix=/home/eres/mainline/ build_armv7 --enable-checking --enable-languages=c --enable-bootstrap --with-arch=armv7-a

Re: GCC 4.6.0 Released

2011-03-30 Thread Richard Henderson
On 03/30/2011 09:10 AM, Bernd Roesch wrote: I add an error in file libiberty/pex-win32.c to check if cygwin build use win32_spawn. That's because it doesn't use pex-win32.c. I add now an error in pex_unix.c, and compile file.so cygwin build use vfork stuff. You need to look more

On Cygwin build i try to use pex_win32 but do not work

2011-03-30 Thread Bernd Roesch
Hello On 30.03.11, you wrote: Bernd Roesch nospamn...@gmx.de writes: I add an error in file libiberty/pex-win32.c to check if cygwin build use win32_spawn. but gcc compile ok, so it seem that cygwin build do not use pex-win32.c.Or need i set a compile option for GCC ? The choice is

Re: [C++-0X] User-defined literals

2011-03-30 Thread Jason Merrill
On 03/28/2011 08:13 PM, Ed Smith-Rowland wrote: Please CC me on C++ questions, as I don't keep up with the mailing list very well. I would like to check that template literal operators have the specific non-type parameter pack: templatechar... Foo operator sluggo(); I looked through the

Re: GCC 4.6.0 Released

2011-03-30 Thread Ryan Hill
On Tue, 29 Mar 2011 12:29:13 -0400 NightStrike nightstr...@gmail.com wrote: On Tue, Mar 29, 2011 at 10:45 AM, Dave Korn dave.korn.cyg...@gmail.com wrote:  True but takes rather a long time on a cygwin host that's already running make -j8 check!  So I asked.  Apologies for minor laziness,

[Bug fortran/48351] New: [OOP] Realloc on assignment fails if parent component is CLASS

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 Summary: [OOP] Realloc on assignment fails if parent component is CLASS Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal

[Bug target/48349] FLOAT_SSE_REGS typo in i386.h

2011-03-30 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48349 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/48352] New: [4.7 Regression] segfault in fortran/frontend-passes.c

2011-03-30 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48352 Summary: [4.7 Regression] segfault in fortran/frontend-passes.c Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug middle-end/48353] New: Bootstrap fail due to invalid register pair being assigned to pseudo

2011-03-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48353 Summary: Bootstrap fail due to invalid register pair being assigned to pseudo Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/48353] Bootstrap fail due to invalid register pair being assigned to pseudo

2011-03-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48353 --- Comment #1 from Andreas Krebbel krebbel at gcc dot gnu.org 2011-03-30 06:52:58 UTC --- Created attachment 23812 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23812 Detailed IRA dump

[Bug middle-end/48353] Bootstrap fail due to invalid register pair being assigned to pseudo

2011-03-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48353 Andreas Krebbel krebbel at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/48352] [4.7 Regression] segfault in fortran/frontend-passes.c

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48352 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

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

2011-03-30 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48328 --- Comment #1 from Carrot carrot at google dot com 2011-03-30 07:25:31 UTC --- Another possible enhancement is we can also use HImode jump table entries. Similar to cases min0, although tbh is not available in arm mode, we can use separate

[Bug c++/48350] make_tuple() on empty tuples does not compile

2011-03-30 Thread tinlyx at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350 --- Comment #1 from tinlyx at gmail dot com 2011-03-30 07:28:55 UTC --- As a matter of fact, make_tuple() cannot be used on any tuples with cardinality other than 1. This contrasts with std::vector where we can have a vector of vectors (e.g. a

[Bug lto/48354] New: internal compiler error: in splice_child_die, at dwarf2out.c:8064

2011-03-30 Thread wouter.vermaelen at scarlet dot be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354 Summary: internal compiler error: in splice_child_die, at dwarf2out.c:8064 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/48355] New: Assigning NULL to string segfaults

2011-03-30 Thread amr.ali.cc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48355 Summary: Assigning NULL to string segfaults Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: libstdc++ AssignedTo:

[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2011-03-30 08:04:13 UTC --- trans-array.c's gfc_is_reallocatable_lhs fails at: 6859 /* All that can be left are allocatable components. */ 6860 if

[Bug c/48356] New: Compiler error on compilation of linux source file p80211wep.c if -O2 is used

2011-03-30 Thread moli...@microbiology-bonn.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48356 Summary: Compiler error on compilation of linux source file p80211wep.c if -O2 is used Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority:

[Bug target/48338] [4.7 Regression] Glibc miscompiled

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48338 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug fortran/48351] [OOP] Realloc on assignment fails if parent component is CLASS

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48351 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||pault at gcc dot

[Bug rtl-optimization/48331] [4.7 Regression] gcc.c-torture/execute/built-in-setjmp.c FAILs with -O -fira-algorithm=priority -fPIC

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

[Bug debug/48333] -fcompare-debug failure (length) - memmove x __builtin_memmove

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48333 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-30 08:39:16 UTC --- Interesting ;)

[Bug rtl-optimization/48334] [4.7 Regression] gcc.target/i386/pr39445.c FAILs with -fira-algorithm=priority

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

[Bug target/48336] Error in generation of ARM ldrd instruction

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

[Bug web/48339] Current release series version is incorrect

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

[Bug libstdc++/48355] Assigning NULL to string segfaults

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48355 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Severity|critical|normal ---

[Bug middle-end/48342] [4.7 Regression] Failures on powerpc-apple-darwin9 at revision 171653

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

[Bug c/44384] builtin_object_size_ treatment of multidimensional arrays is unexpected

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44384 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-30 08:47:32 UTC --- The FE is also not very helpful when decaying arrays to pointers or when generating array accesses.

[Bug other/48357] New: gcc compiling problem (mpfr)

2011-03-30 Thread Hast4656 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48357 Summary: gcc compiling problem (mpfr) Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: major Priority: P3 Component: other AssignedTo:

[Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug rtl-optimization/48345] [4.7 Regression] [SH] Invalid float register allocated

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48345 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug middle-end/48335] [4.6/4.7 Regression] ICE in convert_move

2011-03-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48335 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-30 08:59:55 UTC --- Created attachment 23814 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23814 gcc46-pr48335.patch WIP patch I've been playing with. Unfortunately, it

[Bug lto/48346] ICE when compiling a specific file with both -g and -flto

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

[Bug debug/48207] ICE in lhd_set_decl_assembler_name, at langhooks.c:158

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48207 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||matt at use

[Bug libstdc++/48355] Assigning NULL to string segfaults

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48355 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-30 09:07:01 UTC --- duplicate of PR 5258 and PR 994 I'll look into checking when _GLIBCXX_DEBUG is defined but the default (non-debug mode) behaviour is NOT going to change,

[Bug c++/44613] Declaring an array with non-constant length inside a switch corrupts stack pointer.

2011-03-30 Thread yselkowitz at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44613 --- Comment #7 from Yaakov (Cygwin Ports) yselkowitz at users dot sourceforge.net 2011-03-30 09:11:43 UTC --- Isn't this just a case of jump to case label crosses initialization, which is now an error?

[Bug libstdc++/48355] Assigning NULL to string segfaults

2011-03-30 Thread amr.ali.cc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48355 --- Comment #3 from Amr Ali amr.ali.cc at gmail dot com 2011-03-30 09:13:57 UTC --- (In reply to comment #2) duplicate of PR 5258 and PR 994 I'll look into checking when _GLIBCXX_DEBUG is defined but the default (non-debug mode) behaviour is

[Bug middle-end/48358] New: TREE_ADDRESSABLE overloading issues

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48358 Summary: TREE_ADDRESSABLE overloading issues Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: middle-end AssignedTo:

[Bug middle-end/48358] TREE_ADDRESSABLE overloading issues

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

[Bug inline-asm/48347] The wrong assembler code is emitted for my architecture

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48347 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-30 09:19:42 UTC --- I'm sure that sete doesn't work with any general operand. Use proper constraints.

[Bug middle-end/48353] [4.7 Regression] Bootstrap fail due to invalid register pair being assigned to pseudo

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48353 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug debug/48354] internal compiler error: in splice_child_die, at dwarf2out.c:8064

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||lto

[Bug libstdc++/48355] Assigning NULL to string segfaults

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

[Bug libstdc++/5258] Assigning a null char * to a std::string causes seg fault

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5258 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||amr.ali.cc at

[Bug c/48356] Compiler error on compilation of linux source file p80211wep.c if -O2 is used

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

[Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug middle-end/48027] setmem pattern using undesirable RTL

2011-03-30 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48027 rsand...@gcc.gnu.org rsandifo at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug c++/48350] make_tuple() on empty tuples does not compile

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-30 09:41:26 UTC --- works ok with 4.6.0

[Bug c++/48350] make_tuple() on empty tuples does not compile

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48350 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-30 09:49:20 UTC --- probably fixed by PR 45228

[Bug middle-end/48335] [4.6/4.7 Regression] ICE in convert_move

2011-03-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48335 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Attachment #23814|0 |1 is

[Bug bootstrap/48337] [4.7 regression] options.c doesn't compile on SPARC

2011-03-30 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48337 --- Comment #4 from Rainer Orth ro at gcc dot gnu.org 2011-03-30 10:01:17 UTC --- Author: ro Date: Wed Mar 30 10:01:13 2011 New Revision: 171717 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171717 Log: 2011-03-30 Joseph Myers

[Bug bootstrap/48337] [4.7 regression] options.c doesn't compile on SPARC

2011-03-30 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48337 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/48335] [4.6/4.7 Regression] ICE in convert_move

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48335 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-30 10:05:13 UTC --- A patch that might fix most of the issues could also be Index: gcc/tree-ssa.c === ---

[Bug target/48349] FLOAT_SSE_REGS typo in i386.h

2011-03-30 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48349 --- Comment #2 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-03-30 10:42:23 UTC --- Author: hjl Date: Wed Mar 30 10:42:20 2011 New Revision: 171718 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171718 Log: Fix a typo in

[Bug target/48349] FLOAT_SSE_REGS typo in i386.h

2011-03-30 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48349 --- Comment #3 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-03-30 10:43:58 UTC --- Author: hjl Date: Wed Mar 30 10:43:55 2011 New Revision: 171719 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171719 Log: Fix a typo in

[Bug libstdc++/45228] [C++0x] Can't copy-construct tupleint,int,int from const tupleint,int,int rvalue

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45228 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||tinlyx at gmail

[Bug c++/48350] make_tuple() on empty tuples does not compile

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

[Bug target/48349] FLOAT_SSE_REGS typo in i386.h

2011-03-30 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48349 --- Comment #4 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-03-30 10:48:13 UTC --- Author: hjl Date: Wed Mar 30 10:48:07 2011 New Revision: 171720 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171720 Log: Fix a typo in

[Bug target/48349] FLOAT_SSE_REGS typo in i386.h

2011-03-30 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48349 --- Comment #5 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-03-30 10:48:35 UTC --- Author: hjl Date: Wed Mar 30 10:48:31 2011 New Revision: 171721 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171721 Log: Fix a typo in

[Bug target/48349] FLOAT_SSE_REGS typo in i386.h

2011-03-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48349 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/48360] New: ICE on array assignment statement with allocatable LHS

2011-03-30 Thread krefson at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48360 Summary: ICE on array assignment statement with allocatable LHS Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

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

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48340 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

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

2011-03-30 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48340 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-30 11:16:55 UTC --- --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-30 11:07:13 UTC --- Are you using a specific configure

[Bug target/48336] Error in generation of ARM ldrd instruction

2011-03-30 Thread revital.eres at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48336 --- Comment #4 from revital.eres at linaro dot org 2011-03-30 11:20:50 UTC --- (In reply to comment #3) Assumed fixed. Yes. The build passes OK in -r171716.

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

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48340 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-30 11:27:09 UTC --- (In reply to comment #5) --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-30 11:07:13 UTC --- Are you using a specific configure

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

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48340 --- Comment #7 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-30 11:29:27 UTC --- it will be *at least* two weeks before I have time to start that work

[Bug gcov-profile/48361] New: gcov freezes when using --all-blocks (-a) flag.

2011-03-30 Thread lieutenantfeist at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48361 Summary: gcov freezes when using --all-blocks (-a) flag. Product: gcc Version: 4.3.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile

[Bug libstdc++/48362] New: pretty printer fails for zero-size std::tuple

2011-03-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48362 Summary: pretty printer fails for zero-size std::tuple Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo:

[Bug middle-end/48335] [4.6/4.7 Regression] ICE in convert_move

2011-03-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48335 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Attachment #23815|0 |1 is

[Bug fortran/48360] [4.6/4.7 Regression] ICE on array assignment statement with allocatable LHS

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48360 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug fortran/48363] New: Recursion not converted into a loop

2011-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48363 Summary: Recursion not converted into a loop Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3 Component:

[Bug c/48305] [4.7 Regression] ice at -O0: verify_gimple failed

2011-03-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48305 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-30 12:36:27 UTC --- Author: jakub Date: Wed Mar 30 12:36:18 2011 New Revision: 171723 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171723 Log: PR c/48305 *

[Bug bootstrap/48364] New: [4.7 regression] assertion failure in IRA

2011-03-30 Thread ebotcazou at gcc dot gnu.org
./ -I../rts -I. -I/home/eric/svn/gcc/gcc/ada -B../../ -g -O2 -gnatpg -gnata -I- /home/eric/svn/gcc/gcc/ada/clean.adb bad allocation for 512 and 412 +===GNAT BUG DETECTED==+ | 4.7.0 20110330 (experimental) [trunk revision 171716] (i586-suse-linux-gnu

[Bug c/48305] [4.7 Regression] ice at -O0: verify_gimple failed

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

[Bug libstdc++/48365] New: Non-constant references in std::valarray::operator

2011-03-30 Thread denin at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48365 Summary: Non-constant references in std::valarray::operator Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338

2011-03-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug bootstrap/48364] [4.7 regression] assertion failure in IRA

2011-03-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48364 --- Comment #1 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-03-30 14:05:06 UTC --- Created attachment 23820 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23820 Reduced testcase for x86 To be compiled in the build directory with:

[Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338

2011-03-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-30 14:11:13 UTC --- Seems to be a combiner VTA bug. try_combine decides to SUBST_MODE, because it has a single (non-debug) use and single set, changes a pseudo from SImode to

[Bug target/48336] Error in generation of ARM ldrd instruction

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

[Bug middle-end/48353] [4.7 Regression] Bootstrap fail due to invalid register pair being assigned to pseudo

2011-03-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48353 Andreas Krebbel krebbel at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/48366] New: [4.7 Regression] ICE in extract_constrain_insn_cached, at recog.c:2024

2011-03-30 Thread danglin at gcc dot gnu.org
,obj-c++,fortran,lto Thread model: posix gcc version 4.7.0 20110330 (experimental) [trunk revision 171715] (GCC) Probably, has to do with change in handling of cover classes. It is not possible to copy directly between GENERAL_REGS and FP_REGS on PA.

[Bug driver/48260] Accept -arch as an alias for -m32/-m64 on darwin

2011-03-30 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48260 m...@gcc.gnu.org mrs at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/48367] New: [4.7 Regression] 200.sixtrack/301.apsi in SPEC CPU 2000 are miscompiled

2011-03-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48367 Summary: [4.7 Regression] 200.sixtrack/301.apsi in SPEC CPU 2000 are miscompiled Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug driver/48208] -F option is not joined

2011-03-30 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48208 m...@gcc.gnu.org mrs at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2011-03-30 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43590 --- Comment #5 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 2011-03-30 14:52:42 UTC --- Author: rsandifo Date: Wed Mar 30 14:52:38 2011 New Revision: 171729 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171729 Log: gcc/

[Bug other/48318] Memory access error by build/genhooks?

2011-03-30 Thread Markus.Elfring at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48318 --- Comment #8 from Markus Elfring Markus.Elfring at web dot de 2011-03-30 14:55:34 UTC --- I can also not rebuild the previously used GNU compiler software on my openSUSE 11.4 system at the moment. ... /bin/sh: Zeile 1: 1577

[Bug middle-end/48367] [4.7 Regression] 200.sixtrack/301.apsi in SPEC CPU 2000 are miscompiled

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48367 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug rtl-optimization/48364] [4.7 regression] assertion failure in IRA

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48364 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug middle-end/48366] [4.7 Regression] ICE in extract_constrain_insn_cached, at recog.c:2024

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48366 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug target/47551] ICE when reloading neon registers from out-of-range offsets

2011-03-30 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47551 --- Comment #1 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 2011-03-30 15:00:50 UTC --- Author: rsandifo Date: Wed Mar 30 15:00:44 2011 New Revision: 171730 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171730 Log: gcc/

  1   2   3   >