[Bug fortran/45081] [4.3/4.4 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:4208

2010-10-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45081 --- Comment #15 from Tobias Burnus burnus at gcc dot gnu.org 2010-10-08 06:01:44 UTC --- (In reply to comment #14) FAIL: gfortran.dg/derived_array_intrinisics_1.f90 -O (test for excess errors) FAIL:

[Bug lto/44150] [4.6 regression] g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o

2010-10-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44150 --- Comment #9 from Richard Guenther rguenth at gcc dot gnu.org 2010-10-08 09:13:00 UTC --- Honza made it go latent by defaulting to balanced partitioning.

[Bug rtl-optimization/45656] [4.6 Regression]: gfortran.dg/forall_4.f90 -O3, wrong code with -g

2010-10-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45656 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added Component|debug

[Bug rtl-optimization/45656] [4.6 Regression]: gfortran.dg/forall_4.f90 -O3, wrong code with -g

2010-10-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45656 --- Comment #15 from Eric Botcazou ebotcazou at gcc dot gnu.org 2010-10-08 09:18:15 UTC --- Changing it to debug was wrong too, as it did not just affect debug information. Then you need to change the ChangeLog.

[Bug libstdc++/45893] [C++0x] [DR 817] Finish updating std::bind to rvalue refs

2010-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45893 --- Comment #18 from Paolo Carlini paolo.carlini at oracle dot com 2010-10-08 09:26:17 UTC --- Excellent. Thanks a lot again Jon!

[Bug tree-optimization/45902] CPU2006 benchmark sphinx3 fails with vectorization

2010-10-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45902 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2010-10-08 09:44:04 UTC --- + if (CONVERT_EXPR_CODE_P (rhs_code) + TREE_TYPE (lhs) != TREE_TYPE (first_stmt_lhs)) checking types_compatible_p (TREE_TYPE

[Bug c++/45938] New: tree tag for CLASSTYPE_TEMPLATE_SPECIALIZATION spec is confusing.

2010-10-08 Thread JamesMikeDuPont at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45938 Summary: tree tag for CLASSTYPE_TEMPLATE_SPECIALIZATION spec is confusing. Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug debug/45939] New: negative location ranges generated

2010-10-08 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45939 Summary: negative location ranges generated Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo:

[Bug debug/45939] negative location ranges generated

2010-10-08 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45939 --- Comment #2 from Andreas Krebbel krebbel at gcc dot gnu.org 2010-10-08 10:53:41 UTC --- The problem could not be reproduced with head. On head the var_location note in question is never been generated. I was not able to figure out which change

[Bug other/38340] Error in pthread.h

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38340 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug libstdc++/45403] python pretty printer for std::string requires GDB 7.1

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45403 --- Comment #11 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-08 11:32:00 UTC --- Author: redi Date: Fri Oct 8 11:31:56 2010 New Revision: 165163 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=165163 Log: PR libstdc++/45403

[Bug libstdc++/45403] python pretty printer for std::string requires GDB 7.1

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45403 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0 ---

[Bug libstdc++/45403] python pretty printer for std::string requires GDB 7.1

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45403 --- Comment #13 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-08 12:04:21 UTC --- Author: redi Date: Fri Oct 8 12:04:14 2010 New Revision: 165164 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=165164 Log: PR libstdc++/45403

[Bug libstdc++/45403] python pretty printer for std::string requires GDB 7.1

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45403 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/45699] [4.6 Regression] Incorrect copy constructor generated with -O

2010-10-08 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45699 --- Comment #6 from Martin Jambor jamborm at gcc dot gnu.org 2010-10-08 12:12:34 UTC --- The problem seems to be the only folding of OBJ_TYPE_REF we do and which comes from a (copy) constructor. So I assume this is the same issue as PR 45934.

[Bug c++/45940] New: [trans-mem] Error of unsafe function even if annotated

2010-10-08 Thread vincent.gramoli at epfl dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45940 Summary: [trans-mem] Error of unsafe function even if annotated Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/45805] VFP/Neon double precision register expected -- `vmovl.s16 q2,s8

2010-10-08 Thread belagod at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45805 belagod at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/45805] VFP/Neon double precision register expected -- `vmovl.s16 q2,s8

2010-10-08 Thread richard.earnshaw at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45805 --- Comment #10 from richard.earnshaw at arm dot com 2010-10-08 12:53:40 UTC --- I shall be out of the office from Monday 11 October until Monday 1 November; I will not have email access during most of that time, so I will read your message when I

[Bug middle-end/40893] ARM and PPC truncate intermediate operations unnecessarily

2010-10-08 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40893 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added CC||rearnsha at

[Bug target/45847] ICE in supportable_widening_operation

2010-10-08 Thread belagod at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45847 belagod at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/45941] New: Failed compile on Loongson2f

2010-10-08 Thread wenheping2000 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45941 Summary: Failed compile on Loongson2f Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org

[Bug c++/45942] New: class will not get friends with another class

2010-10-08 Thread MichieldeB at aim dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 Summary: class will not get friends with another class Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug driver/45936] [4.6 regression] cc1 fails to generate target code with -O2

2010-10-08 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45936 --- Comment #3 from gee jojelino at gmail dot com 2010-10-08 14:12:53 UTC --- gcc without -mno-cygwin also fails to generate target code.. version of binutils is 2.20.51.20101005 $ gcc -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_FONTCONFIG -DHAVE_LIBIDN

[Bug target/43725] Poor instructions selection, scheduling and registers allocation for ARM NEON intrinsics

2010-10-08 Thread siarhei.siamashka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43725 --- Comment #5 from Siarhei Siamashka siarhei.siamashka at gmail dot com 2010-10-08 14:13:08 UTC --- (In reply to comment #3) On Mon, 4 Oct 2010, siarhei.siamashka at gmail dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43725

[Bug middle-end/45699] [4.6 Regression] Incorrect copy constructor generated with -O

2010-10-08 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45699 --- Comment #7 from Martin Jambor jamborm at gcc dot gnu.org 2010-10-08 14:40:41 UTC --- Please disregard the previous comment, I saw what I wanted to see and not what was actually there. But it is true that avoiding the only O_T_R folding

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-08 14:41:28 UTC --- It's not entirely clear what you're saying is a bug, because your testcase doesn't give any error. It's more helpful to provide the source code that you

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread MichieldeB at aim dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 --- Comment #3 from Michiel MichieldeB at aim dot com 2010-10-08 14:51:36 UTC --- (In reply to comment #1) It's not entirely clear what you're saying is a bug, because your testcase doesn't give any error. It's more helpful to provide the

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread MichieldeB at aim dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 Michiel MichieldeB at aim dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-08 15:08:36 UTC --- (In reply to comment #4) (In reply to comment #2) This code is not valid, G++ is correct to reject it. Please explain why the code is invalid, and do

[Bug lto/45343] LTO doesn't work with Boost on MinGW

2010-10-08 Thread gideon.amos at canfieldsci dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45343 Gideon Amos gideon.amos at canfieldsci dot com changed: What|Removed |Added CC|

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread MichieldeB at aim dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 --- Comment #7 from Michiel MichieldeB at aim dot com 2010-10-08 15:12:36 UTC --- (In reply to comment #5) (In reply to comment #3) Apparently you are making the same mistake as the compiler. Before adjusting the sentence to use a proper

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-08 15:36:01 UTC --- (In reply to comment #7) (In reply to comment #5) (In reply to comment #3) Apparently you are making the same mistake as the compiler. Before

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread MichieldeB at aim dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 --- Comment #9 from Michiel MichieldeB at aim dot com 2010-10-08 15:43:13 UTC --- (In reply to comment #6) (In reply to comment #4) (In reply to comment #2) This code is not valid, G++ is correct to reject it. Please explain why the

[Bug middle-end/45699] [4.6 Regression] Incorrect copy constructor generated with -O

2010-10-08 Thread bredelin at ucla dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45699 --- Comment #8 from bredelin at ucla dot edu 2010-10-08 15:58:49 UTC --- When you say segfault, I presume you mean abort? When I use the debugger, the problem appears to be in the call to new Parameters(*P); On x86_64, the problem occurs as

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 --- Comment #10 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-08 15:59:08 UTC --- (In reply to comment #9) I really tried everything, but I have to admit I missed that one. Sorry. But you have to admit that it is a rather unnatural way

[Bug c++/45942] class will not get friends with another class

2010-10-08 Thread MichieldeB at aim dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45942 --- Comment #11 from Michiel MichieldeB at aim dot com 2010-10-08 16:09:33 UTC --- C++ is designed to give an error message which is syntactically correct, but semantically incorrect. I thought that the template prechecker (preprocessor or

[Bug tree-optimization/45932] execute/pr37573.c fails after Neon misaligned patch.

2010-10-08 Thread jules at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45932 --- Comment #2 from jules at gcc dot gnu.org 2010-10-08 16:17:58 UTC --- Could you be more specific about testsuite options, etc. needed to observe this apparent regression? I haven't been able to reproduce it using default options, nor by

[Bug fortran/35810] [TR 15581 / F2003] Automatic reallocation on assignment to allocatable variables

2010-10-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35810 --- Comment #9 from Tobias Burnus burnus at gcc dot gnu.org 2010-10-08 16:28:39 UTC --- Paul's draft patch: http://gcc.gnu.org/ml/fortran/2010-10/msg00100.html

[GCC Bugzilla] Your account gcc-bugs@gcc.gnu.org is being impersonated

2010-10-08 Thread gcc-bugzilla
Frédéric Buclin lpso...@netscape.net has used the 'sudo' feature to access GCC Bugzilla using your account. Frédéric Buclin lpso...@netscape.net provided the following reason for doing this: Checking email preferences for the mailing-list. Ignore this message. If you feel that

[Bug middle-end/45699] [4.6 Regression] Incorrect copy constructor generated with -O

2010-10-08 Thread bredelin at ucla dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45699 --- Comment #9 from bredelin at ucla dot edu 2010-10-08 16:37:15 UTC --- On x86_32, the problem occurs somewhat differently. All I did differently is add -m32. It seems that on x86_32, the copy constructor vectorint::vectorint(const vector

[Bug web/45922] notification email is not sent when an attachment is added

2010-10-08 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45922 --- Comment #2 from Frédéric Buclin LpSolit at netscape dot net 2010-10-08 16:47:48 UTC --- (In reply to comment #1) I set the email prefs accordingly. Oops, sorry. That was me, using the gcc-bugs@ user account to check email prefs. So as I

[Bug middle-end/45699] [4.6 Regression] Incorrect copy constructor generated with -O

2010-10-08 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45699 --- Comment #10 from Martin Jambor jamborm at gcc dot gnu.org 2010-10-08 16:51:19 UTC --- I think I know what is going on. BINFO_VIRTUALS of the BINFO describing Probability_Model within Parameters pint to a wring thunk of the method

[Bug c++/45923] constexpr diagnostic w/ non-literal

2010-10-08 Thread bkoz at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45923 --- Comment #2 from Benjamin Kosnik bkoz at redhat dot com 2010-10-08 17:12:35 UTC --- It is not valid for real() to be constexpr in a non-literal class This is a helpful diagnostic. The existing one is not. -benjamin

[Bug middle-end/40893] ARM and PPC truncate intermediate operations unnecessarily

2010-10-08 Thread paul at pwsan dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40893 --- Comment #4 from paul walmsley paul at pwsan dot com 2010-10-08 17:17:24 UTC --- The bug also appears without volatile: /* generates an unnecessary uxth */ void foo(unsigned short a, unsigned short b, unsigned short c, unsigned

[Bug fortran/45943] New: gfortran.dg/streamio_16.f90: Fails under MinGW64 - probably \r\n vs \n issue

2010-10-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45943 Summary: gfortran.dg/streamio_16.f90: Fails under MinGW64 - probably \r\n vs \n issue Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug middle-end/45699] [4.6 Regression] Incorrect copy constructor generated with -O

2010-10-08 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45699 --- Comment #11 from Martin Jambor jamborm at gcc dot gnu.org 2010-10-08 17:57:11 UTC --- Created attachment 21998 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=21998 proposed patch But fortunately BINFOs contain the delta and so we can

[Bug target/45944] New: genmddeps segfaults processing mips.md

2010-10-08 Thread moe at blagblagblag dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45944 Summary: genmddeps segfaults processing mips.md Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo:

[Bug c++/45923] constexpr diagnostic w/ non-literal

2010-10-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45923 --- Comment #3 from Jason Merrill jason at gcc dot gnu.org 2010-10-08 18:37:52 UTC --- (In reply to comment #2) It is not valid for real() to be constexpr in a non-literal class This is a helpful diagnostic. The existing one is not.

[Bug target/45944] genmddeps segfaults processing mips.md

2010-10-08 Thread moe at blagblagblag dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45944 --- Comment #1 from Jeff Moe moe at blagblagblag dot org 2010-10-08 18:51:27 UTC --- It was requested I post the ./configure and make lines: + ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info

[Bug tree-optimization/45945] New: ICE: verify_ssa failed: error: SSA_NAME_DEF_STMT is wrong when using inline ASM with -flto/-fwhopr

2010-10-08 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45945 Summary: ICE: verify_ssa failed: error: SSA_NAME_DEF_STMT is wrong when using inline ASM with -flto/-fwhopr Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/45505] [4.6 Regression] gfortran.dg/pr25923.f90

2010-10-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45505 Jack Howarth howarth at nitro dot med.uc.edu changed: What|Removed |Added CC||howarth at

[Bug fortran/45943] gfortran.dg/streamio_16.f90: Fails under MinGW64 - probably \r\n vs \n issue

2010-10-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45943 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug target/45946] New: ICE: in extract_insn, at recog.c:2127 when using _Decimal128 with -Os -fno-omit-frame-pointer

2010-10-08 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45946 Summary: ICE: in extract_insn, at recog.c:2127 when using _Decimal128 with -Os -fno-omit-frame-pointer Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/45903] unnecessary load of 32/64bit variable when only 8 bits are needed

2010-10-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45903 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2010-10-08 20:49:24 UTC --- Author: jakub Date: Fri Oct 8 20:49:19 2010 New Revision: 165200 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=165200 Log: PR

[Bug rtl-optimization/45903] unnecessary load of 32/64bit variable when only 8 bits are needed

2010-10-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45903 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2010-10-08 20:49:52 UTC --- Author: jakub Date: Fri Oct 8 20:49:44 2010 New Revision: 165202 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=165202 Log: PR

[Bug lto/45947] New: ICE: tree code 'template_decl' is not supported in gimple streams with -flto/-fwhopr

2010-10-08 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45947 Summary: ICE: tree code 'template_decl' is not supported in gimple streams with -flto/-fwhopr Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/45943] gfortran.dg/streamio_16.f90: Fails under MinGW64 - probably \r\n vs \n issue

2010-10-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45943 --- Comment #2 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2010-10-08 22:28:54 UTC --- Author: jvdelisle Date: Fri Oct 8 22:28:49 2010 New Revision: 165208 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=165208 Log: 2010-10-08 Jerry

[Bug fortran/45943] gfortran.dg/streamio_16.f90: Fails under MinGW64 - probably \r\n vs \n issue

2010-10-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45943 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/45948] New: ICE: SIGSEGV in find_uses_to_rename_use (tree-ssa-loop-manip.c:1242) with -O2 -ftree-loop-distribution

2010-10-08 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45948 Summary: ICE: SIGSEGV in find_uses_to_rename_use (tree-ssa-loop-manip.c:1242) with -O2 -ftree-loop-distribution Product: gcc Version: 4.6.0 Status: UNCONFIRMED

[Bug lto/45949] New: ICE: SIGSEGV in gimple_default_def (tree-dfa.c:538) with -flto/-fwhopr on invalid code

2010-10-08 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45949 Summary: ICE: SIGSEGV in gimple_default_def (tree-dfa.c:538) with -flto/-fwhopr on invalid code Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/45950] New: [4.6 Regression} ICE segmentation fault compiling __udivdi3

2010-10-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45950 Summary: [4.6 Regression} ICE segmentation fault compiling __udivdi3 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug debug/45656] [4.6 Regression]: gfortran.dg/forall_4.f90 -O3, wrong code with -g

2010-10-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45656 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added Component|rtl-optimization|debug ---

[Bug tree-optimization/45950] [4.6 Regression] ICE segmentation fault compiling __udivdi3

2010-10-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45950 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||build,

[Bug tree-optimization/45950] [4.6 Regression] ICE segmentation fault compiling __udivdi3

2010-10-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45950 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Target|hppa*-*-* (32-bit) |hppa*-*-*

[Bug tree-optimization/45950] [4.6 Regression] ICE segmentation fault compiling __udivdi3

2010-10-08 Thread froydnj at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45950 --- Comment #3 from froydnj at codesourcery dot com froydnj at codesourcery dot com 2010-10-09 03:34:20 UTC --- John, could you please confirm whether http://gcc.gnu.org/ml/gcc-patches/2010-10/msg00761.html fixes the build errors that you see?

[Bug bootstrap/45951] New: [4.6 regression] Revision 165133 breaks bootstrap on Linux/ia32

2010-10-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45951 Summary: [4.6 regression] Revision 165133 breaks bootstrap on Linux/ia32 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug bootstrap/45951] [4.6 regression] Revision 165133 breaks bootstrap on Linux/ia32

2010-10-08 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45951 --- Comment #1 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2010-10-09 05:06:26 UTC --- Author: hjl Date: Sat Oct 9 05:06:21 2010 New Revision: 165214 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=165214 Log: Add AC_CANONICAL_SYSTEM

[Bug bootstrap/45952] New: [4.6 regression] Revision 165178 breaks bootstrap on Linux/ia32

2010-10-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45952 Summary: [4.6 regression] Revision 165178 breaks bootstrap on Linux/ia32 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug debug/45939] negative location ranges generated

2010-10-08 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45939 Andreas Krebbel krebbel at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-debug

[Bug target/45913] [4.6 Regression] ICE: in insn_default_length, at config/i386/i386.md:584 with -fselective-scheduling2 -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops

2010-10-08 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45913 --- Comment #5 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2010-10-09 05:34:15 UTC --- Author: hjl Date: Sat Oct 9 05:34:10 2010 New Revision: 165215 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=165215 Log: Support