[Bug target/47908] attribute((optimize(2))) causes ICE in m68k_sched_issue_rate

2011-04-11 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47908 --- Comment #4 from Mikael Pettersson 2011-04-11 07:36:17 UTC --- I have fully tested patches to fix this for 4.4.5, 4.5.2, and 4.6.0 (presumably that one will also work for 4.7 but I haven't checked), but I've avoided posting them because the FS

[Bug c++/48534] [C++0x][SFINAE] Compiler break down on explicit scoped enum => bool conversion

2011-04-11 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48534 --- Comment #1 from Daniel Krügler 2011-04-11 07:40:56 UTC --- I would like to add that the "silent-death" behaviour seems to be an unfortunate behaviour of my Cygwin environment. In non-Cygwin environments that program provokes a compiler segmen

[Bug lto/48548] recent svn version gcc (4.6? 4.7?) compile failed

2011-04-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48548 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/48547] iostream and some other C++ libraries do not work with -fpack-struct

2011-04-11 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48547 --- Comment #18 from Jim Michaels 2011-04-11 07:48:08 UTC --- I will admit I have not tried this with any VC++ compiler newer than VC++ 6.0, which is circa windows NT/98 era. things have changed a lot since then. I know this works in Borland C++

[Bug libstdc++/48547] iostream and some other C++ libraries do not work with -fpack-struct

2011-04-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48547 --- Comment #19 from Jonathan Wakely 2011-04-11 07:56:16 UTC --- (In reply to comment #18) > > it sounds to me from your post that it would be a lot of extra work for the > compiler builders, making 2 sets of binaries for the cases of -fpack-str

[Bug lto/48548] recent svn version gcc (4.6? 4.7?) compile failed

2011-04-11 Thread kuh3h3 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48548 --- Comment #2 from kuh3h3 at gmail dot com 2011-04-11 09:02:27 UTC --- my system is ubuntu natty. build env is source ccompiled version. cloog-ppl-0.15.11(ppl legacy), cloog.git(isl),gmp-5.0.1,libelf-0.8.13, mpfr-3.0.1,mpc-svn, ppl.git, [/media/s

[Bug middle-end/47976] [4.5/4.6/4.7 Regression] Recent gfortran.dg/actual_array_constructor_3.f90 regression on arm-linux-gnueabi

2011-04-11 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47976 --- Comment #8 from Ramana Radhakrishnan 2011-04-11 09:03:55 UTC --- Patch posted here and waiting for feedback. http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00540.html

[Bug fortran/45586] [4.6/4.7 Regression] ICE non-trivial conversion at assignment

2011-04-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 --- Comment #51 from Tobias Burnus 2011-04-11 09:09:37 UTC --- (In reply to comment #50) > The original problem in comment #0 fails (i.e. the build of CP2K) with trunk > 4.7, at what I believe is essentially the same issue. > Unfortunately the sm

[Bug lto/48548] recent svn version gcc (4.6? 4.7?) compile failed

2011-04-11 Thread kuh3h3 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48548 --- Comment #3 from kuh3h3 at gmail dot com 2011-04-11 09:13:51 UTC --- ^_^[/media/sdc2/gcc-build/gcc-trunk]$ ls -al /media/sdc2/gcc-4.5.1/include/cloog* 합계 152 drwxr-xr-x 4 gagemel gagemel 4096 4월 11 11:03 . drwxr-xr-x 6 gagemel gagemel 4096 4

[Bug lto/48548] recent svn version gcc (4.6? 4.7?) compile failed

2011-04-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48548 Jonathan Wakely changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever Confirmed|1

[Bug other/48550] New: configure script help doesn't describe -enable-languages option

2011-04-11 Thread aponomarenko at ispras dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48550 Summary: configure script help doesn't describe -enable-languages option Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Comp

[Bug lto/48548] recent svn version gcc (4.6? 4.7?) compile failed

2011-04-11 Thread kuh3h3 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48548 --- Comment #5 from kuh3h3 at gmail dot com 2011-04-11 09:23:35 UTC --- sorry i didn`t know where this error go to. where i say this cloog related error to? not lto?

[Bug c++/48551] New: Following source code crashes the c++ compiler on coldfire platform.

2011-04-11 Thread miro.kropacek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48551 Summary: Following source code crashes the c++ compiler on coldfire platform. Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: blocker Priority: P3

[Bug c++/48551] Following source code crashes the c++ compiler on coldfire platform.

2011-04-11 Thread miro.kropacek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48551 --- Comment #1 from Miro Kropacek 2011-04-11 09:48:18 UTC --- Created attachment 23953 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23953 Test case

[Bug c/48546] lto-wrapper returned 1 exit

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

[Bug c/48545] dereferencing does not work as expected

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

[Bug other/48550] configure script help doesn't describe -enable-languages option

2011-04-11 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48550 --- Comment #1 from Andreas Schwab 2011-04-11 10:00:11 UTC --- $ ./configure --help=recursive | grep enable-languages --enable-languages=LIST specify which front-ends to build

[Bug rtl-optimization/48549] [4.6/4.7 Regression] Combiner ICE with -g

2011-04-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48549 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.1

[Bug other/48550] configure script help doesn't describe -enable-languages option

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

[Bug fortran/48543] Collapse identical strings

2011-04-11 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48543 Janne Blomqvist changed: What|Removed |Added CC||jb at gcc dot gnu.org --- Comment #1 fr

[Bug target/48090] [4.5 Regression] gcc 4.5.2 miscompilation when building on arm

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

[Bug rtl-optimization/48549] [4.6/4.7 Regression] Combiner ICE with -g

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

[Bug lto/48492] [4.7 Regression] LTO bootstrap failure in copy_constant

2011-04-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48492 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Component|bootstrap

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

2011-04-11 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #80 from Jan Hubicka 2011-04-11 11:00:05 UTC --- Hi, in the resolution files, the swap functions are already undefined 5382 3d06433b UNDEF __assert_fail 5400 3d06433b UNDEF _ZN15Elf_Ehdr_Traits4swapI13little_endian10Elf32_Ehdr12seria

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

2011-04-11 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #81 from Jan Hubicka 2011-04-11 11:13:32 UTC --- Sorry, firefox concluded I want to save changes when I didn't ;) The problem is function Elf_Ehdr::serialize(std::basic_ofstream >&, char, char) What I see is that this function is de

[Bug c/48552] New: ICE with void type expressions in asm inputs/outputs

2011-04-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48552 Summary: ICE with void type expressions in asm inputs/outputs Product: gcc Version: 4.6.0 URL: https://bugzilla.redhat.com/show_bug.cgi?id=693986 Status: UNCONFIRMED Keywords: ic

[Bug testsuite/21164] libjava tests uses absolute paths

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

[Bug c/48552] ICE with void type expressions in asm inputs/outputs

2011-04-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48552 --- Comment #1 from Jakub Jelinek 2011-04-11 12:28:31 UTC --- Created attachment 23954 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23954 gcc46-pr48552.patch Untested fix.

[Bug fortran/48462] [4.6/4.7 Regression] realloc on assignment: matmul Segmentation Fault with Allocatable Array

2011-04-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48462 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c/48517] [4.6/4.7 Regression] ICE in build_unary_op, at c-typeck.c:3786

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

[Bug go/48553] New: fmt FAILs on 32-bit Solaris 2 with stack overflow

2011-04-11 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48553 Summary: fmt FAILs on 32-bit Solaris 2 with stack overflow Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: i..

[Bug go/48122] crypto/aes test fails on 32-bit Solaris 11/x86

2011-04-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48122 --- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-04-11 13:15:45 UTC --- I noticed that this error only happens in a modifed tree with the libgo multilib check patch http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00247.html Investiga

[Bug c/48517] [4.6/4.7 Regression] ICE in build_unary_op, at c-typeck.c:3786

2011-04-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48517 --- Comment #4 from Jakub Jelinek 2011-04-11 13:24:23 UTC --- Created attachment 23955 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23955 gcc46-pr48517.patch Untested fix.

[Bug c/48554] New: Regression for coldfire platform

2011-04-11 Thread miro.kropacek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48554 Summary: Regression for coldfire platform Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.o

[Bug c/48546] lto-wrapper returned 1 exit

2011-04-11 Thread rootkit85 at yahoo dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48546 --- Comment #2 from rootkit85 at yahoo dot it 2011-04-11 13:48:52 UTC --- I'll try when Linaro will switch to 4.6 then

[Bug tree-optimization/48195] ICE: vector VEC(ipa_node_params_t,base) index domain error, in ipa_analyze_node at ipa-prop.c:1525 with -flto --param partial-inlining-entry-probability=101

2011-04-11 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48195 --- Comment #4 from Martin Jambor 2011-04-11 14:26:00 UTC --- Author: jamborm Date: Mon Apr 11 14:25:55 2011 New Revision: 172256 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172256 Log: 2011-04-11 Martin Jambor PR tree-optimiza

[Bug tree-optimization/48195] ICE: vector VEC(ipa_node_params_t,base) index domain error, in ipa_analyze_node at ipa-prop.c:1525 with -flto --param partial-inlining-entry-probability=101

2011-04-11 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48195 --- Comment #5 from Martin Jambor 2011-04-11 14:27:35 UTC --- Fixed on trunk, bootstrap and testing on the 4.6 branch in progress.

[Bug translation/48555] New: [fr] gibberish warning (déréférencement du pointeur type-punned brisera les strictes d'aliases)

2011-04-11 Thread lecotegougdelaforce at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48555 Summary: [fr] gibberish warning (déréférencement du pointeur type-punned brisera les strictes d'aliases) Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal

[Bug translation/48555] [fr] gibberish warning (déréférencement du pointeur type-punned brisera les strictes d'aliases)

2011-04-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48555 --- Comment #1 from Jonathan Wakely 2011-04-11 14:59:10 UTC --- the same translation is used for the "might break strict aliasing rules" warning, the translations should distinguish between "will break" and "might break"

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

2011-04-11 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #82 from Markus Trippelsdorf 2011-04-11 15:08:28 UTC --- (In reply to comment #81) > > The problem is function Elf_Ehdr::serialize(std::basic_ofstream std::char_traits >&, char, char) ... > Would be possible for you to look into pre

[Bug gcov-profile/48463] gcov generating bad function coverage

2011-04-11 Thread lieutenantfeist at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48463 --- Comment #2 from Christian Feist 2011-04-11 15:30:19 UTC --- Thank you for your reply. Using GCC 4.6 (and with it the newest version of GCOV), does generate a slightly different output, but it doesn't show any improvement in terms of function

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

2011-04-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918 --- Comment #34 from Tobias Burnus 2011-04-11 15:50:51 UTC --- Author: burnus Date: Mon Apr 11 15:50:47 2011 New Revision: 172262 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172262 Log: 2011-04-11 Tobias Burnus PR fortran/1

[Bug bootstrap/48556] New: Gcc 4.6.0 bootstrap fails with in-tree GMP/MPFR/MPC

2011-04-11 Thread fago at earthlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48556 Summary: Gcc 4.6.0 bootstrap fails with in-tree GMP/MPFR/MPC Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assign

[Bug translation/48555] [fr] gibberish warning (déréférencement du pointeur type-punned brisera les strictes d'aliases)

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48555 --- Comment #2 from Andrew Pinski 2011-04-11 16:40:49 UTC --- The translation itself is handled by the translation team which is separate from GCC.

[Bug c/48545] dereferencing does not work as expected

2011-04-11 Thread gerald at itzgrund dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48545 --- Comment #3 from Gerald Lutter 2011-04-11 16:42:16 UTC --- Hi Dmitry, sorry for referring to you as a team :-) but I still think that dereferencing should not be ignored like it is done for *output: output: 0x22cd24 validoutput: 0x22cd24 *ou

[Bug target/48554] Regression for coldfire platform

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48554 Andrew Pinski changed: What|Removed |Added Component|c |target Severity|blocker

[Bug rtl-optimization/48496] [4.7 Regression] 'asm' operand requires impossible reload in libffi/src/ia64/ffi.c

2011-04-11 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48496 --- Comment #4 from Vladimir Makarov 2011-04-11 17:11:37 UTC --- The new big IRA patch just triggered a latent reload bug. The code in question is in function reload_as_needed /* If this was an ASM, make sure that all the reload i

[Bug rtl-optimization/48549] [4.6/4.7 Regression] Combiner ICE with -g

2011-04-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48549 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Jakub Jeline

[Bug target/11772] Incorrect code generated with -mrtd and long long (most builtins)

2011-04-11 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11772 --- Comment #6 from Kai Tietz 2011-04-11 17:44:08 UTC --- Author: ktietz Date: Mon Apr 11 17:44:04 2011 New Revision: 172268 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172268 Log: 2011-04-11 Kai Tietz PR target/9601 PR tar

[Bug target/9601] -mrtd switch/stdcall attribute raises warnings for __buitltin functions

2011-04-11 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9601 --- Comment #6 from Kai Tietz 2011-04-11 17:44:08 UTC --- Author: ktietz Date: Mon Apr 11 17:44:04 2011 New Revision: 172268 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172268 Log: 2011-04-11 Kai Tietz PR target/9601 PR targ

[Bug target/11772] Incorrect code generated with -mrtd and long long (most builtins)

2011-04-11 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11772 Kai Tietz changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/9601] -mrtd switch/stdcall attribute raises warnings for __buitltin functions

2011-04-11 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9601 Kai Tietz changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/48557] New: [C++0x][SFINAE] Hard errors with void as operand of binary built-in operators

2011-04-11 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48557 Summary: [C++0x][SFINAE] Hard errors with void as operand of binary built-in operators Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P

[Bug c++/48551] Following source code crashes the c++ compiler on coldfire platform.

2011-04-11 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48551 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #2

[Bug target/48551] Following source code crashes the c++ compiler on coldfire platform.

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48551 Andrew Pinski changed: What|Removed |Added Target||m68k-linux Component|c++

[Bug target/48554] Regression for coldfire platform

2011-04-11 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48554 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #1

[Bug middle-end/48558] New: -Warray-bounds fails o detect the out of bound array access

2011-04-11 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48558 Summary: -Warray-bounds fails o detect the out of bound array access Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug libstdc++/48559] New: parallel-mode vs C++0x

2011-04-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48559 Summary: parallel-mode vs C++0x Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassig...@gcc.gnu.org

[Bug libstdc++/48559] parallel-mode vs C++0x

2011-04-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48559 Paolo Carlini changed: What|Removed |Added CC||singler at kit dot edu --- Comment #1 fro

[Bug libstdc++/48541] std::function(std::_Function_base) should use std::addressof

2011-04-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48541 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2011-04-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48365 --- Comment #3 from Paolo Carlini 2011-04-11 18:33:53 UTC --- Gaby, any comments on this? Thanks in advance.

[Bug target/21738] MIPS libsupc++ built with small data

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21738 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/48558] -Warray-bounds fails to detect the out of bound array access

2011-04-11 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48558 --- Comment #1 from H.J. Lu 2011-04-11 18:40:07 UTC --- A testcase: [hjl@gnu-6 bfd]$ cat x.c enum bfd_reloc_code_real { BFD_RELOC_386_IRELATIVE }; typedef enum bfd_reloc_code_real bfd_reloc_code_real_type; typedef const struct reloc_howto_str

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

2011-04-11 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #83 from Markus Trippelsdorf 2011-04-11 18:44:07 UTC --- > I am not sure if this is GCC bug or elfhack, but I would guess for elfhack actually. I guess you're right, because when I move the swap definitions: template inline void El

[Bug middle-end/48464] [4.7 Regression] @171649: ICE in setup_pressure_classes, at ira.c:877

2011-04-11 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48464 --- Comment #3 from Vladimir Makarov 2011-04-11 18:44:59 UTC --- There is typo in a loop condition resulting in taking hard registers of LIM_REG_CLASS which happens a garbage for VAX. I'll send a patch soon.

[Bug middle-end/30996] Performance problem with structure assignment on MIPS

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30996 --- Comment #2 from Andrew Pinski 2011-04-11 18:45:33 UTC --- It works for me on the trunk and on 4.3.3.

[Bug c/48545] dereferencing does not work as expected

2011-04-11 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48545 --- Comment #4 from Dmitry Gorbachev 2011-04-11 18:45:50 UTC --- *output and output have different types, but numberically they are equal. That's how C works. More fun: extern int printf(const char *, ...); char str[4] = "abc"; int main(void)

[Bug target/46453] MIPS backend is not using special instructions for __builtin_bswap32

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46453 Andrew Pinski changed: What|Removed |Added Target|mips-elf|mips*-*-* Status|UNCONFIRMED

[Bug middle-end/48558] -Warray-bounds fails to detect the out of bound array access

2011-04-11 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48558 --- Comment #2 from H.J. Lu 2011-04-11 19:09:54 UTC --- A simple change from return &elf_howto_table[R_386_IRELATIVE]; to return elf_howto_table[R_386_IRELATIVE]; makes GCC to warn: [hjl@gnu-6 bfd]$ cat x.c enum bfd_reloc_code_real { BFD_R

[Bug middle-end/48464] [4.7 Regression] @171649: ICE in setup_pressure_classes, at ira.c:877

2011-04-11 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48464 --- Comment #4 from Vladimir Makarov 2011-04-11 19:23:17 UTC --- Author: vmakarov Date: Mon Apr 11 19:23:13 2011 New Revision: 172274 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172274 Log: 2011-04-11 Vladimir Makarov PR middle

[Bug middle-end/48560] New: [4.6/4.7 Regression] -Warray-bounds fails to detect the out of bound array access

2011-04-11 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48560 Summary: [4.6/4.7 Regression] -Warray-bounds fails to detect the out of bound array access Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug target/21738] MIPS libsupc++ built with small data

2011-04-11 Thread jifl-bugzilla at jifvik dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21738 --- Comment #2 from Jonathan Larmour 2011-04-11 19:59:07 UTC --- I had forgotten I had submitted this :-). Some work has been done by Richard Sandiford to address this, and there is now a -mno-extern-sdata option. I think this bug now can be abo

[Bug middle-end/45274] __restrict__ type qualifier does not work on pointers to bitfields

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45274 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Target|po

[Bug fortran/47571] [4.7 Regression] undefined reference to clock_gettime in Linux build of 02/01/2011

2011-04-11 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571 Janne Blomqvist changed: What|Removed |Added URL|http://gcc.gnu.org/ml/gcc-p |http://gcc.gnu.org/ml/gcc-p

[Bug c/48561] New: internal compiler error: in change_address_1, at emit-rtl.c:1954

2011-04-11 Thread brian.davis at eclipseoptions dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48561 Summary: internal compiler error: in change_address_1, at emit-rtl.c:1954 Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug target/42661] Documented -mmad option not accepted.

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42661 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/48035] [4.4/4.5 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-04-11 Thread tschwinge at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 Thomas Schwinge changed: What|Removed |Added CC||tschwinge at gcc dot

[Bug c++/48562] New: Prematurely destroys initializer_list array when using new-expression

2011-04-11 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48562 Summary: Prematurely destroys initializer_list array when using new-expression Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/48457] [C++0x] GCC does not recognize function rvalue reference expressions as lvalues

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48457 --- Comment #1 from Jason Merrill 2011-04-11 22:00:16 UTC --- Author: jason Date: Mon Apr 11 22:00:06 2011 New Revision: 172282 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172282 Log: PR c++/48457, Core 1238 * call.c (reference

[Bug c++/48534] [C++0x][SFINAE] Compiler break down on explicit scoped enum => bool conversion

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48534 --- Comment #2 from Jason Merrill 2011-04-11 22:00:39 UTC --- Author: jason Date: Mon Apr 11 22:00:31 2011 New Revision: 172284 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172284 Log: PR c++/48534 * cvt.c (ocp_convert): Use bui

[Bug c++/48535] [C++0x][SFINAE] Hard errors during list-value-initialization

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48535 --- Comment #1 from Jason Merrill 2011-04-11 22:00:48 UTC --- Author: jason Date: Mon Apr 11 22:00:42 2011 New Revision: 172285 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172285 Log: PR c++/48535 * semantics.c (finish_compound

[Bug c++/48535] [C++0x][SFINAE] Hard errors during list-value-initialization

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48535 --- Comment #3 from Jason Merrill 2011-04-11 22:01:10 UTC --- Author: jason Date: Mon Apr 11 22:01:04 2011 New Revision: 172287 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172287 Log: PR c++/48535 * decl.c (cp_complete_array_ty

[Bug c++/48535] [C++0x][SFINAE] Hard errors during list-value-initialization

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48535 --- Comment #2 from Jason Merrill 2011-04-11 22:01:01 UTC --- Author: jason Date: Mon Apr 11 22:00:53 2011 New Revision: 172286 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172286 Log: PR c++/48535 * semantics.c (finish_compound

[Bug c++/48523] [C++0x] lambda cannot capture 'this' in class template

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48523 --- Comment #1 from Jason Merrill 2011-04-11 22:00:27 UTC --- Author: jason Date: Mon Apr 11 22:00:20 2011 New Revision: 172283 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172283 Log: PR c++/48523 * tree.c (maybe_dummy_object):

[Bug middle-end/48464] [4.7 Regression] @171649: ICE in setup_pressure_classes, at ira.c:877

2011-04-11 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48464 --- Comment #5 from Jan-Benedict Glaw 2011-04-11 22:04:12 UTC --- (In reply to comment #4) > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172274 > Log: > 2011-04-11 Vladimir Makarov > > PR middle-end/48464 > * ira.c (setup_pr

[Bug c/48563] New: EOF not at EOL

2011-04-11 Thread keks at unstable dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563 Summary: EOF not at EOL Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org Reported

[Bug middle-end/48563] EOF not at EOL

2011-04-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #1 from Andrew Pin

[Bug middle-end/48563] EOF not at EOL

2011-04-11 Thread keks at unstable dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563 --- Comment #2 from keks at unstable dot nl 2011-04-11 22:27:45 UTC --- that is the problem, it was during a bootstrap procedure and I'm not sure which gcc was used. from reading the buildscript it believe it was the new one though: % /tmp/sabotag

[Bug c++/48523] [C++0x] lambda cannot capture 'this' in class template

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48523 --- Comment #2 from Jason Merrill 2011-04-12 00:20:23 UTC --- Author: jason Date: Tue Apr 12 00:20:18 2011 New Revision: 172293 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172293 Log: PR c++/48523 * tree.c (maybe_dummy_object):

[Bug c++/48534] [C++0x][SFINAE] Compiler break down on explicit scoped enum => bool conversion

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48534 --- Comment #3 from Jason Merrill 2011-04-12 00:20:36 UTC --- Author: jason Date: Tue Apr 12 00:20:32 2011 New Revision: 172294 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172294 Log: PR c++/48534 * cvt.c (ocp_convert): Use bui

[Bug c/48564] New: good hello welell some.

2011-04-11 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48564 Summary: good hello welell some. Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org

[Bug c++/48534] [C++0x][SFINAE] Compiler break down on explicit scoped enum => bool conversion

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48534 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/48535] [C++0x][SFINAE] Hard errors during list-value-initialization

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48535 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/48535] [C++0x][SFINAE] Hard errors during list-value-initialization

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48535 Jason Merrill changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug c++/48457] [C++0x] GCC does not recognize function rvalue reference expressions as lvalues

2011-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48457 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/48523] [C++0x] lambda cannot capture 'this' in class template

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

[Bug testsuite/48565] New: libstdc++ testsuite failures when using -pipe

2011-04-11 Thread allan at archlinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565 Summary: libstdc++ testsuite failures when using -pipe Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo:

[Bug testsuite/48566] New: libstdc++-v3 testsuite failures due to missing includes

2011-04-11 Thread allan at archlinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48566 Summary: libstdc++-v3 testsuite failures due to missing includes Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug testsuite/48566] libstdc++-v3 testsuite failures due to missing includes

2011-04-11 Thread allan at archlinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48566 --- Comment #1 from Allan McRae 2011-04-12 01:10:00 UTC --- Created attachment 23958 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23958 Add missing includes

[Bug driver/48524] spec language does not cover switches with separated form

2011-04-11 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48524 Mike Frysinger changed: What|Removed |Added CC||toolchain at gentoo dot org --- Comment

  1   2   >