[Bug debug/47471] [4.6/4.7 Regression] stdarg functions extraneous too-early prologue end

2011-03-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47471 Dodji Seketeli changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug boehm-gc/37017] Using --enable-threads=solaris breaks near end of build in boehm-gc configury

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

[Bug c++/48323] New: Lifetime of local variables: global versus member function

2011-03-28 Thread j.v.dijk at tue dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323 Summary: Lifetime of local variables: global versus member function Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/48313] [C++0x] std::bind with template function

2011-03-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48313 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|2011-03-28 12

[Bug fortran/48279] [4.6/4.7 Regression] segfault in gfc_check_vardef_context

2011-03-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org

[Bug middle-end/48323] [4.5/4.6/4.7 Regression] Lifetime of local variables: global versus member function

2011-03-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323 Andrew Pinski changed: What|Removed |Added Target||x86_64-linux-gnu Status|UNCON

[Bug middle-end/48323] [4.5/4.6/4.7 Regression] Lifetime of local variables: global versus member function

2011-03-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.5.3

[Bug fortran/48279] [4.6/4.7 Regression] segfault in gfc_check_vardef_context

2011-03-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 --- Comment #7 from janus at gcc dot gnu.org 2011-03-28 20:39:53 UTC --- Reduced/modified test case: interface get procedure get1 end interface integer :: h call set1 (get (h)) contains subroutine set1 (a) integer, intent(ino

[Bug middle-end/48323] [4.5/4.6/4.7 Regression] Lifetime of local variables: global versus member function

2011-03-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323 Andrew Pinski changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2 f

[Bug fortran/48095] [OOP] Invalid assignment to procedure pointer component not rejected

2011-03-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48095 --- Comment #3 from janus at gcc dot gnu.org 2011-03-28 20:55:13 UTC --- Also the following variant is not rejected (seems to be a module problem): module m implicit none type :: rectangle real :: width, height procedure(get_area),

[Bug middle-end/48323] [4.5/4.6/4.7 Regression] Lifetime of local variables: global versus member function

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

[Bug driver/48306] presence of gcc subdir with . in PATH causes breakdown

2011-03-28 Thread karl at freefriends dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48306 --- Comment #2 from karl at freefriends dot org 2011-03-28 21:51:03 UTC --- For both gcc 4.5.2 and 4.6.0, I configured it from the original source on ftp.gnu.org, using --prefix=/usr/local/gnu --enable-languages=c,c++, no other arguments. "make in

[Bug middle-end/48323] [4.5/4.6/4.7 Regression] Lifetime of local variables: global versus member function

2011-03-28 Thread j.v.dijk at tue dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323 --- Comment #4 from Jan van Dijk 2011-03-28 22:17:15 UTC --- (In reply to comment #3) Sorry for being pedantic, but would you care to explain how your observation renders this report invalid? I am afraid I do not understand this resolution. Do

[Bug target/48308] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}

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

[Bug middle-end/48323] [4.5/4.6/4.7 Regression] Lifetime of local variables: global versus member function

2011-03-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323 --- Comment #5 from Andrew Pinski 2011-03-28 22:25:00 UTC --- (In reply to comment #4) > (In reply to comment #3) > Sorry for being pedantic, but would you care to explain how your observation > renders this report invalid? I am afraid I do not u

[Bug target/48308] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}

2011-03-28 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308 --- Comment #5 from Mikael Pettersson 2011-03-28 22:57:21 UTC --- Created attachment 23793 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23793 reduced^2 test case

[Bug c++/46170] [4.4/4.5 Regression] g++ wrongly rejects pointer-to-member in template arguments

2011-03-28 Thread fang at csl dot cornell.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #27 from David Fang 2011-03-28 23:42:54 UTC --- Friendly ping for backport?

[Bug c++/48296] [C++0x] constexpr member function cannot use the class type it belongs as parameter type or return type

2011-03-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48296 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug debug/48203] ICE in dwarf2out.c while building eglibc.

2011-03-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203 --- Comment #13 from Jakub Jelinek 2011-03-28 23:53:49 UTC --- Author: jakub Date: Mon Mar 28 23:53:46 2011 New Revision: 171640 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171640 Log: PR debug/48203 * cfgexpand.c (expand_debug

[Bug debug/48253] [4.6/4.7 Regression] Further .debug_aranges issues

2011-03-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48253 --- Comment #3 from Jakub Jelinek 2011-03-28 23:55:49 UTC --- Author: jakub Date: Mon Mar 28 23:55:47 2011 New Revision: 171642 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171642 Log: PR debug/48253 * dwarf2out.c (struct dw_fde

[Bug c++/48324] New: [C++0x] constexpr evaluation should respect lifetime rules

2011-03-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48324 Summary: [C++0x] constexpr evaluation should respect lifetime rules Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: accepts-invalid Severity: normal

[Bug c++/48313] [C++0x] std::bind with template function

2011-03-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48313 --- Comment #7 from Jason Merrill 2011-03-29 00:04:57 UTC --- Author: jason Date: Tue Mar 29 00:04:54 2011 New Revision: 171643 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171643 Log: PR c++/48313 * pt.c (maybe_adjust_types_for

[Bug c/48325] New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:396 with neon optimized code

2011-03-28 Thread nereusuj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48325 Summary: internal compiler error: in reload_cse_simplify_operands, at postreload.c:396 with neon optimized code Product: gcc Version: 4.5.2 Status: UNCONFIRMED

[Bug target/48301] Xcode 4.0's llvm-gcc can't bootstrap gcc 4.6.0 or trunk

2011-03-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48301 --- Comment #5 from Jack Howarth 2011-03-29 03:15:32 UTC --- FYI, this problem also exists under linux so it isn't darwin specific. Opened... http://llvm.org/bugs/show_bug.cgi?id=9571

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-03-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #7 from H.J. Lu 2011-03-29 04:06:02 UTC --- Another testcase: [hjl@gnu-6 gcc]$ ./xgcc -B./ /export/gnu/import/git/gcc-x32/gcc/testsuite/gfortran.dg/eoshift_large_1.f90 -Os -pedantic-errors -S -mx32 /export/gnu/import/git/gcc-x32/gc

[Bug c/48326] New: Target attribute leaks from function pointers

2011-03-28 Thread michael at talamasca dot ocis.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 Summary: Target attribute leaks from function pointers Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassig..

[Bug target/48326] Target attribute leaks from function pointers

2011-03-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 Andrew Pinski changed: What|Removed |Added Component|c |target Severity|major

[Bug fortran/48279] [4.6/4.7 Regression] segfault in gfc_check_vardef_context

2011-03-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279 --- Comment #8 from Tobias Burnus 2011-03-29 06:26:50 UTC --- (In reply to comment #7) > call set1 (get (h)) > subroutine set1 (a) > integer, intent(inout) :: a If one changes the (invalid) INOUT to IN, it compiles. * * * Additionall

[Bug bootstrap/48327] New: [4.7 Regression] Bootstrap comparison failure with ada since r171622

2011-03-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48327 Summary: [4.7 Regression] Bootstrap comparison failure with ada since r171622 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

<    1   2