[Bug target/47998] ICE of -O2

2011-03-06 Thread ysato at users dot sourceforge.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47998 --- Comment #1 from Yoshinori Sato ysato at users dot sourceforge.jp 2011-03-06 08:11:08 UTC --- Created attachment 23557 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23557 proposal fix It mismatch of restriction rule.

[Bug target/47998] ICE of -O2

2011-03-06 Thread ysato at users dot sourceforge.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47998 Yoshinori Sato ysato at users dot sourceforge.jp changed: What|Removed |Added Attachment #23557|0 |1

[Bug bootstrap/48000] [4.6 Regression] LTO bootstrap failed with bootstrap-profiled

2011-03-06 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug bootstrap/48000] [4.6 Regression] LTO bootstrap failed with bootstrap-profiled

2011-03-06 Thread rakdver at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000 --- Comment #4 from Zdenek Dvorak rakdver at gcc dot gnu.org 2011-03-06 10:43:41 UTC --- Created attachment 23559 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23559 A proposed patch This fixes the problem uncovered by the previous fix. In

[Bug ada/48002] New: internal error on calling inherited, overloaded and abstract subprograms with string literal

2011-03-06 Thread demoonlit at panathenaia dot halfmoon.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48002 Summary: internal error on calling inherited, overloaded and abstract subprograms with string literal Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal

[Bug c++/48003] New: Regression in Template Constants from 4.5.2

2011-03-06 Thread swestrup at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003 Summary: Regression in Template Constants from 4.5.2 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/48003] Regression in Template Constants from 4.5.2

2011-03-06 Thread s...@s-e-f-i.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003 Philipp s...@s-e-f-i.de changed: What|Removed |Added CC||s...@s-e-f-i.de --- Comment #1

[Bug pch/48004] New: doesn't work with randomize_va_space

2011-03-06 Thread wbrana at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004 Summary: doesn't work with randomize_va_space Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: pch AssignedTo:

[Bug debug/47881] [4.6 Regression] -fcompare-debug failure (length) with -O -fno-dce -funroll-loops -fno-web

2011-03-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47881 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/48003] Regression in Template Constants from 4.5.2

2011-03-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||jason at

[Bug lto/48005] New: program using libgloss fails to link when built with -flto

2011-03-06 Thread green at moxielogic dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48005 Summary: program using libgloss fails to link when built with -flto Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/48003] Regression in Template Constants from 4.5.2

2011-03-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-06 14:21:12 UTC --- EDG rejects it, clang doesn't

[Bug c/48006] New: Inefficient optimization depends on builtin integer type of same size.

2011-03-06 Thread carlo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48006 Summary: Inefficient optimization depends on builtin integer type of same size. Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/47850] [4.6 Regression] ICE in gfc_conv_array_initializer

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850 --- Comment #11 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-06 14:59:05 UTC --- Info: Does not fix it but why this behavior with the test case? Index: expr.c === ---

[Bug fortran/47850] [4.6 Regression] ICE in gfc_conv_array_initializer

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850 --- Comment #12 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-06 15:16:46 UTC --- Passes: case EXPR_ARRAY: /* return 1 here and it works. */ /* gfc_constant_ac (e); */ return 1; Fails: case EXPR_ARRAY: /*

[Bug other/48007] New: Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-03-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 Summary: Unwind library doesn't work with UNITS_PER_WORD sizeof (void *) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/47850] [4.6 Regression] ICE in gfc_conv_array_initializer

2011-03-06 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850 --- Comment #13 from Paul Thomas pault at gcc dot gnu.org 2011-03-06 16:19:02 UTC --- (In reply to comment #12) Jerry, Based in this and comment #11, I noted that the place where this was failing was iterator-free EXPR_ARRAYs. I then leapt to

[Bug other/48007] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-03-06 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 --- Comment #1 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-03-06 17:20:01 UTC --- Author: hjl Date: Sun Mar 6 17:19:57 2011 New Revision: 170716 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170716 Log: Save call frame hard

[Bug c++/48008] New: [4.6 Regression] libstdc++-v3/testsuite/20_util/function/43397.cc fails to assemble with -fabi-version=5

2011-03-06 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008 Summary: [4.6 Regression] libstdc++-v3/testsuite/20_util/function/43397.cc fails to assemble with -fabi-version=5 Product: gcc Version: 4.6.0 Status: UNCONFIRMED

[Bug c++/48008] [4.6 Regression] libstdc++-v3/testsuite/20_util/function/43397.cc fails to assemble with -fabi-version=5

2011-03-06 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008 --- Comment #1 from Zdenek Sojka zsojka at seznam dot cz 2011-03-06 17:32:33 UTC --- Created attachment 23562 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23562 reduced testcase Reduced from libstdc++-v3/testsuite/20_util/function/43397.cc

[Bug bootstrap/48000] [4.6 Regression] LTO bootstrap failed with bootstrap-profiled

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

[Bug rtl-optimization/47866] [4.5/4.6 Regression] gcc.dg/torture/vector-2.c fails on IA64

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

[Bug bootstrap/48009] New: Bootstrap failure: c++locale.cc: invalid conversion from 'const char*' to 'char*'

2011-03-06 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48009 Summary: Bootstrap failure: c++locale.cc: invalid conversion from 'const char*' to 'char*' Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal

[Bug fortran/47850] [4.6 Regression] ICE in gfc_conv_array_initializer

2011-03-06 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850 --- Comment #14 from Paul Thomas pault at gcc dot gnu.org 2011-03-06 20:15:42 UTC --- Author: pault Date: Sun Mar 6 20:15:38 2011 New Revision: 170720 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170720 Log: 2011-03-06 Paul Thomas

[Bug fortran/47850] [4.6 Regression] ICE in gfc_conv_array_initializer

2011-03-06 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/48010] New: typedef redefinitions are allowed if the redefined type is a nested class type

2011-03-06 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48010 Summary: typedef redefinitions are allowed if the redefined type is a nested class type Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/48010] typedef redefinitions are allowed if the redefined type is a nested class type

2011-03-06 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48010 fabien at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid

[Bug pch/48004] doesn't work with randomize_va_space

2011-03-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2011-03-06 21:07:04 UTC --- Which host is this on?

[Bug pch/48004] doesn't work with randomize_va_space

2011-03-06 Thread wbrana at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004 wbrana wbrana at gmail dot com changed: What|Removed |Added Host||x86_64-pc-linux-gnu ---

[Bug other/48007] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-03-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2011-03-06 21:12:55 UTC --- Does it matter for the propose of unwinding as all we care about is pointers to get back to frame before? Your commit might change the ABI for some targets.

[Bug fortran/42189] gfc_is_constant_expr has unacceptable side effects

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42189 --- Comment #6 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-06 21:17:26 UTC --- I believe the fix to PR47850 has resolved this issue. I suggest we close this one.

[Bug other/48007] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-03-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 --- Comment #3 from H.J. Lu hjl.tools at gmail dot com 2011-03-06 21:21:03 UTC --- X32 glibc force unwind calls _Unwind_SetGRValue to restore a 64bit register value.

[Bug fortran/48011] New: internal compiler error:tree check: expected function_type or method_type, have pointer_type in gimplify_call_expr at gimplify.c:2355

2011-03-06 Thread dominique.pelletier at polymtl dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48011 Summary: internal compiler error:tree check: expected function_type or method_type, have pointer_type in gimplify_call_expr at gimplify.c:2355 Product: gcc Version: 4.6.0

[Bug fortran/48011] internal compiler error:tree check: expected function_type or method_type, have pointer_type in gimplify_call_expr at gimplify.c:2355

2011-03-06 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48011 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC||janus at

[Bug bootstrap/47907] Bootstrap failure: libiberty/hashtab.c: error: conflicting types for 'int_fast16_t'

2011-03-06 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47907 --- Comment #2 from Daniel Richard G. skunk at iskunk dot org 2011-03-06 22:28:42 UTC --- I've managed to work around this issue with the following steps: 1. Create a site configuration file with the following: ac_cv_header_stdint_h=no

[Bug bootstrap/48009] Bootstrap failure: c++locale.cc: invalid conversion from 'const char*' to 'char*'

2011-03-06 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48009 --- Comment #1 from Daniel Richard G. skunk at iskunk dot org 2011-03-06 22:33:42 UTC --- Editing the strtof() prototype in $top_builddir/gcc/include-fixed/stdlib.h allows the bootstrap to complete successfully. Looks like all this needs is a

[Bug fortran/47778] reading two arrays of structures from namelist fails

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47778 --- Comment #9 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-07 02:06:32 UTC --- Author: jvdelisle Date: Mon Mar 7 02:06:27 2011 New Revision: 170726 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170726 Log: 2011-03-06 Jerry

[Bug fortran/47778] reading two arrays of structures from namelist fails

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47778 --- Comment #10 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-07 02:12:01 UTC --- Author: jvdelisle Date: Mon Mar 7 02:11:56 2011 New Revision: 170727 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170727 Log: 2011-03-06 Jerry

[Bug fortran/47778] reading two arrays of structures from namelist fails

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47778 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/47878] [4.6 Regression] 187.facerec miscompares

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47878 --- Comment #28 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-07 03:08:12 UTC --- Author: jvdelisle Date: Mon Mar 7 03:08:08 2011 New Revision: 170732 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170732 Log: 2011-03-06 Jakub

[Bug fortran/47694] [4.3/4.4/4.5/4.6 Regression] Fortran read from named pipe fails to read all available data

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694 --- Comment #28 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-07 03:08:12 UTC --- Author: jvdelisle Date: Mon Mar 7 03:08:08 2011 New Revision: 170732 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170732 Log: 2011-03-06 Jakub

[Bug fortran/47878] [4.6 Regression] 187.facerec miscompares

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47878 --- Comment #29 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-07 03:14:03 UTC --- Author: jvdelisle Date: Mon Mar 7 03:14:00 2011 New Revision: 170733 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170733 Log: 2011-03-06 Jerry

[Bug fortran/47694] [4.3/4.4/4.5/4.6 Regression] Fortran read from named pipe fails to read all available data

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694 --- Comment #29 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-07 03:16:33 UTC --- Fixed on 4.4, 4.5, and 4.6. Closing

[Bug fortran/47694] [4.3/4.4/4.5/4.6 Regression] Fortran read from named pipe fails to read all available data

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/48011] internal compiler error:tree check: expected function_type or method_type, have pointer_type in gimplify_call_expr at gimplify.c:2355

2011-03-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48011 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added CC||jvdelisle at

[Bug fortran/47984] Pointer dummy argument mismatch not detected by Fortran compiler

2011-03-06 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47984 --- Comment #6 from Thomas Henlich thenlich at users dot sourceforge.net 2011-03-07 06:26:24 UTC --- RTFM, I should have. Thank you for your help.

[Bug ada/48012] New: The executable file hangs up by combination of controlled-type, generic, renames and Inline_Always

2011-03-06 Thread demoonlit at panathenaia dot halfmoon.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48012 Summary: The executable file hangs up by combination of controlled-type, generic, renames and Inline_Always Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal