[Bug tree-optimization/49000] [4.6/4.7 Regression] ICE: verify_ssa failed with -O2 -g

2011-05-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49000 --- Comment #11 from Jakub Jelinek 2011-05-18 06:05:53 UTC --- It is the same bug actually and is also fixed by the patch. I'll post the patch momentarily.

[Bug c++/49037] New: SEGV within __gnu_cxx::bitmap_allocator if used within in constructor of global static

2011-05-17 Thread craigs at postincrement dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49037 Summary: SEGV within __gnu_cxx::bitmap_allocator if used within in constructor of global static Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Pri

[Bug libstdc++/49020] Invalid std::strchr prototype in cstring

2011-05-17 Thread d.v.a at ngs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49020 --- Comment #10 from __vic 2011-05-18 05:36:38 UTC --- (In reply to comment #8) > 3.4 and 4.1 are ancient history, active release series are listed on the home > page, http://gcc.gnu.org/ Yes, I know. But I have no ability to upgrade them in all

[Bug java/49036] New: gcj-mp-4.5: Internal error: Abort trap (program ecj1) on Mac OS X 10.5.8

2011-05-17 Thread from.gcc_bugzilla at jdlh dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49036 Summary: gcj-mp-4.5: Internal error: Abort trap (program ecj1) on Mac OS X 10.5.8 Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: major Priority: P3

[Bug libstdc++/49020] Invalid std::strchr prototype in cstring

2011-05-17 Thread d.v.a at ngs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49020 --- Comment #9 from __vic 2011-05-18 05:33:24 UTC --- The libstdc++ uses glibc anyway? What about alternative implementations like hp-gcc for HP-UX?

[Bug java/49036] gcj-mp-4.5: Internal error: Abort trap (program ecj1) on Mac OS X 10.5.8

2011-05-17 Thread from.gcc_bugzilla at jdlh dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49036 --- Comment #1 from Jim DeLaHunt 2011-05-18 05:14:36 UTC --- Bug 41991 - gcj segfaults on i686-apple-darwin9 and x86_64-apple-darwin9 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991) is possibly related to this bug. It was the only GCC bug rep

[Bug tree-optimization/10474] gcc should be able to delay the setup of the frame pointer (patrial outlining)

2011-05-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 Andrew Pinski changed: What|Removed |Added CC||scovich at gmail dot com --- Comment #9 f

[Bug middle-end/49035] Avoid setting up stack frame for short, hot code paths

2011-05-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49035 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/49033] [4.6/4.7 Regression] ICE in compute_affine_dependence (tree-data-ref.c:4090) with -O3 -fcheck-data-deps -march=amdfam10

2011-05-17 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49033 H.J. Lu changed: What|Removed |Added CC||spop at gcc dot gnu.org Summary|ICE

[Bug tree-optimization/49000] [4.6/4.7 Regression] ICE: verify_ssa failed with -O2 -g

2011-05-17 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49000 --- Comment #10 from H.J. Lu 2011-05-18 03:29:11 UTC --- (In reply to comment #9) > Please also check any proposed fix against this second failure, which looks to > me as if it's caused by the same thing. I've renamed homologous structures to >

[Bug middle-end/49035] Avoid setting up stack frame for short, hot code paths

2011-05-17 Thread scovich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49035 --- Comment #1 from Ryan Johnson 2011-05-18 02:56:23 UTC --- Update: using __attribute__((noinline)) it is actually possible to force the compiler to do the right thing, though it makes the code significantly less readable: === example.cpp =

[Bug tree-optimization/49033] ICE in compute_affine_dependence (tree-data-ref.c:4090) with -O3 -fcheck-data-deps -march=amdfam10

2011-05-17 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49033 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW Summary|ICE in

[Bug middle-end/49035] New: Avoid setting up stack frame for short, hot code paths

2011-05-17 Thread scovich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49035 Summary: Avoid setting up stack frame for short, hot code paths Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: middle-end

[Bug rtl-optimization/49034] New: ARM optimizer generating incorrect code (causing bad pointer dereference)

2011-05-17 Thread michaelatnavman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49034 Summary: ARM optimizer generating incorrect code (causing bad pointer dereference) Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/49033] ICE in compute_affine_dependence (tree-data-ref.c:4090) with -O3 -fcheck-data-deps

2011-05-17 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49033 --- Comment #2 from Arthur O'Dwyer 2011-05-18 01:19:22 UTC --- (In reply to comment #1) > -march=native is useless. Please show outputs from > > # gcc -w -std=c99 -O3 -march=native -fcheck-data-deps test891883150.c -v > # cat /proc/cpuinfo I c

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-05-17 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #30 from Daniel Richard G. 2011-05-18 01:12:17 UTC --- (In reply to comment #29) > If you would look at comment #2, that is what I did. Ah, thanks for the reminder. The generated assembly appears to include artifacts (e.g. type decl

[Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10

2011-05-17 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49026 --- Comment #4 from joseph at codesourcery dot com 2011-05-18 01:12:53 UTC --- Should be fixed by r173845.

[Bug tree-optimization/49033] ICE in compute_affine_dependence (tree-data-ref.c:4090) with -O3 -fcheck-data-deps

2011-05-17 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49033 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/49000] [4.6/4.7 Regression] ICE: verify_ssa failed with -O2 -g

2011-05-17 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49000 --- Comment #9 from Arthur O'Dwyer 2011-05-18 00:48:32 UTC --- Please also check any proposed fix against this second failure, which looks to me as if it's caused by the same thing. I've renamed homologous structures to emphasize the similarity.

[Bug rtl-optimization/48932] ICE in check_dep, at sched-deps.c:4097

2011-05-17 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48932 --- Comment #7 from John David Anglin 2011-05-18 00:33:24 UTC --- Author: danglin Date: Wed May 18 00:33:22 2011 New Revision: 173844 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173844 Log: PR rtl-optimization/48932 Fix type in

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-05-17 Thread ppryor63 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #29 from Paul Pryor 2011-05-17 23:49:44 UTC --- (In reply to comment #28) > (In reply to comment #25) > > An upgrade to the AIX assembler has introduced a bug that can generate > > invalid > > object files. The is an AIX bug, not a

[Bug testsuite/48283] gcc.dg/graphite/block-[3478].c timeouts

2011-05-17 Thread michael.hope at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48283 Michael Hope changed: What|Removed |Added CC||michael.hope at linaro dot

[Bug other/49031] powl() function gives wrong results in some situations

2011-05-17 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49031 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/49033] New: ICE in compute_affine_dependence (tree-data-ref.c:4090) with -O3 -fcheck-data-deps

2011-05-17 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49033 Summary: ICE in compute_affine_dependence (tree-data-ref.c:4090) with -O3 -fcheck-data-deps Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priori

[Bug middle-end/48493] [ICE] [ARM] in expand_expr_addr_expr_1, at expr.c

2011-05-17 Thread michael.hope at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48493 Michael Hope changed: What|Removed |Added CC||michael.hope at linaro dot

[Bug other/49031] powl() function gives wrong results in some situations

2011-05-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49031 --- Comment #1 from Jonathan Wakely 2011-05-17 21:17:01 UTC --- (In reply to comment #0) > the gcc -lm library There's no such thing, gcc is a compiler, libm is part of the C library

[Bug libfortran/33905] show_backtrace hangs on SIGSEGV in malloc/free

2011-05-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33905 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #6

[Bug tree-optimization/48702] [4.6/4.7 Regression] optimization regression with gcc-4.6 on x86_64-unknown-linux-gnu

2011-05-17 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48702 --- Comment #18 from davidxl 2011-05-17 20:40:41 UTC --- (In reply to comment #17) > > This is not really heuristic -- it prevents compiler from generating code in > > ivopt that violates the aliasing assumption. > > no, it does not. Does, bu

[Bug tree-optimization/48702] [4.6/4.7 Regression] optimization regression with gcc-4.6 on x86_64-unknown-linux-gnu

2011-05-17 Thread rakdver at kam dot mff.cuni.cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48702 --- Comment #17 from rakdver at kam dot mff.cuni.cz 2011-05-17 20:18:39 UTC --- > This is not really heuristic -- it prevents compiler from generating code in > ivopt that violates the aliasing assumption. no, it does not. For example, you only

[Bug tree-optimization/48702] [4.6/4.7 Regression] optimization regression with gcc-4.6 on x86_64-unknown-linux-gnu

2011-05-17 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48702 --- Comment #16 from davidxl 2011-05-17 19:57:01 UTC --- This is not really heuristic -- it prevents compiler from generating code in ivopt that violates the aliasing assumption. David (In reply to comment #15) > Hi, > > > The following patch

[Bug target/33050] [avr] unnessary register save

2011-05-17 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33050 --- Comment #5 from Georg-Johann Lay 2011-05-17 19:28:11 UTC --- Created attachment 24271 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24271 Assembler output with 4.7.0 r173649 This code is as you expected.

[Bug target/33050] [avr] unnessary register save

2011-05-17 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33050 Georg-Johann Lay changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug other/49031] New: powl() function gives wrong results in some situations

2011-05-17 Thread eliasrudberg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49031 Summary: powl() function gives wrong results in some situations Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assigne

[Bug target/42210] avr: optimizing assignment to a bit field

2011-05-17 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42210 --- Comment #3 from Georg-Johann Lay 2011-05-17 19:16:45 UTC --- Created attachment 24269 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24269 Patch against 4.7.0 (r173832) See also http://gcc.gnu.org/ml/gcc-patches/2011-04/msg02099.html

[Bug debug/49032] New: -gstabs generates reference to deleted static variable

2011-05-17 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49032 Summary: -gstabs generates reference to deleted static variable Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assigne

[Bug tree-optimization/48702] [4.6/4.7 Regression] optimization regression with gcc-4.6 on x86_64-unknown-linux-gnu

2011-05-17 Thread rakdver at kam dot mff.cuni.cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48702 --- Comment #15 from rakdver at kam dot mff.cuni.cz 2011-05-17 19:26:18 UTC --- Hi, > The following patch fixes the problem. Is it ok? as a heuristic, this probably makes sense. Still, it does not fix the problem, just masks it and makes it har

[Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10

2011-05-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49026 --- Comment #2 from Dominique d'Humieres 2011-05-17 19:03:55 UTC --- Created attachment 24266 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24266 assembly for r173808 (working)

[Bug target/49030] New: ICE in get_arm_condition_code, at config/arm/arm.c:17180

2011-05-17 Thread rmansfield at qnx dot com
ble-languages=c++ --disable-shared --disable-libmudflap --disable-libssp Thread model: posix gcc version 4.7.0 20110517 (experimental) [trunk revision 173832] (GCC) $ ./xgcc -B. -O1 ~/ice.i /home/ryan/ice.i: In function 'bar': /home/ryan/ice.i:33:1: internal compiler error: in get_arm_c

[Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10

2011-05-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49026 --- Comment #3 from Dominique d'Humieres 2011-05-17 19:05:21 UTC --- Created attachment 24267 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24267 assembly for r173809 (not working)

[Bug target/33049] [avr] bit extraction non optimal, inversing logic solves problem

2011-05-17 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33049 --- Comment #11 from Georg-Johann Lay 2011-05-17 19:00:05 UTC --- Created attachment 24265 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24265 Assembler output from 4.7.0 (r173832) with patch applied. Assembler output from 4.7.0 (r173832)

[Bug target/33049] [avr] bit extraction non optimal, inversing logic solves problem

2011-05-17 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33049 --- Comment #10 from Georg-Johann Lay 2011-05-17 18:57:39 UTC --- Created attachment 24264 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24264 Proposed patch. Proposed Patch (also compatible with older versions of GCC). The insn needs at

[Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10

2011-05-17 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49026 --- Comment #1 from joseph at codesourcery dot com 2011-05-17 18:48:26 UTC --- Before-and-after .s output might be useful.

[Bug c/49016] always_inline causes references below the current stack pointer

2011-05-17 Thread merrill_707_1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49016 --- Comment #12 from Lee Merrill 2011-05-17 18:42:47 UTC --- (In reply to comment #11) > (In reply to comment #10) > > And the compile (and the compile in the "rc" script here) is indeed > > specifying > > -mcmodel=kernel in the flags. > > -mcm

[Bug target/49029] ICE in simplify_subreg, at simplify-rtx.c:5266

2011-05-17 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49029 Ryan Mansfield changed: What|Removed |Added Target||arm-unknown-linux-gnueabi

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-05-17 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #28 from Daniel Richard G. 2011-05-17 18:12:26 UTC --- (In reply to comment #25) > An upgrade to the AIX assembler has introduced a bug that can generate invalid > object files. The is an AIX bug, not a GCC bug. I'm not yet convince

[Bug target/49029] New: ICE in simplify_subreg, at simplify-rtx.c:5266

2011-05-17 Thread rmansfield at qnx dot com
bmudflap --disable-libssp Thread model: posix gcc version 4.7.0 20110517 (experimental) [trunk revision 173832] (GCC) $ ./xgcc -B. ~/ice.i /home/ryan/ice.i: In function 'bar': /home/ryan/ice.i:19:29: internal compiler error: in simplify_subreg, at simplify-rtx.c:5266 Please submit a ful

[Bug c++/49021] [4.6 regression] BOOST_FOREACH over vector segfaults at runtime

2011-05-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49021 --- Comment #5 from Jonathan Wakely 2011-05-17 17:28:44 UTC --- slightly more reduced #include struct vector { typedef int* const* const_iterator; ~vector() { data = 0; } int* data; const_iterator begin() const { return &dat

[Bug c++/49021] [4.6 regression] BOOST_FOREACH over vector segfaults at runtime

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

[Bug rtl-optimization/49028] Missed optimization of pointer arithmetic

2011-05-17 Thread piotr.wyderski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49028 --- Comment #1 from Piotr Wyderski 2011-05-17 17:24:03 UTC --- If I change the function to: template void R::xxx_release(void* p) { char* q = reinterpret_cast(m_Cursor); char* b = reinterpret_cast(m_Data); q = ((q + sizeof(v

[Bug tree-optimization/48702] [4.6/4.7 Regression] optimization regression with gcc-4.6 on x86_64-unknown-linux-gnu

2011-05-17 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48702 --- Comment #14 from davidxl 2011-05-17 17:17:11 UTC --- (In reply to comment #13) > (In reply to comment #12) > > (In reply to comment #3) > > > I have a patch that makes it fail on trunk as well. IVOPTs generates > > > > > > for (p = &a; p

[Bug rtl-optimization/49028] New: Missed optimization of pointer arithmetic

2011-05-17 Thread piotr.wyderski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49028 Summary: Missed optimization of pointer arithmetic Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: rtl-optimization AssignedTo

[Bug c/49016] always_inline causes references below the current stack pointer

2011-05-17 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49016 --- Comment #11 from Mikael Pettersson 2011-05-17 16:58:02 UTC --- (In reply to comment #10) > And the compile (and the compile in the "rc" script here) is indeed specifying > -mcmodel=kernel in the flags. -mcmodel=kernel isn't enough, you're st

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 Paolo Carlini changed: What|Removed |Added Status|NEW |SUSPENDED --- Comment #14 from Paolo Carl

[Bug tree-optimization/49000] [4.6/4.7 Regression] ICE: verify_ssa failed with -O2 -g

2011-05-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49000 --- Comment #8 from Jakub Jelinek 2011-05-17 17:03:00 UTC --- Needs to be guarded additionally with && gimple_debug_bind_has_value_p (stmt) otherwise it doesn't get too far.

[Bug java/48417] -ffixed-regs option can't work in mips-elf-gcj compiler

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

[Bug c++/49027] New: g++ ignores -fno-exceptions in uninstantiated template

2011-05-17 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49027 Summary: g++ ignores -fno-exceptions in uninstantiated template Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedT

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread gdr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #12 from Gabriel Dos Reis 2011-05-17 16:23:37 UTC --- (In reply to comment #10) > For sure that works. > > Gaby, just to make sure we are on the same page: did you send a message to the > reflector about this issue already? Or do you

[Bug tree-optimization/49000] [4.6/4.7 Regression] ICE: verify_ssa failed with -O2 -g

2011-05-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49000 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread gdr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #13 from Gabriel Dos Reis 2011-05-17 16:24:57 UTC --- (In reply to comment #11) > All in all, now that I understand the issue with the temporary, this seems > really sort of a NAD, maybe the wording needs only clarifying that you don'

[Bug bootstrap/49013] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-05-17 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49013 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug fortran/49025] gfortran bug: Local variable does not hide generic procedure.

2011-05-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49025 Tobias Burnus changed: What|Removed |Added Keywords||rejects-valid CC|

[Bug java/26007] initialized final static data should go in .rodata, not .data

2011-05-17 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007 --- Comment #4 from licheng.1212 at gmail dot com 2011-05-17 16:12:07 UTC --- can anybody tell me how to change the final form .data to .rodata. which files have the check in gcc?

[Bug fortran/49010] Result of MOD and MODULO intrinsic has wrong sign

2011-05-17 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49010 --- Comment #11 from Janne Blomqvist 2011-05-17 16:18:41 UTC --- (In reply to comment #10) > On Tue, May 17, 2011 at 02:17:22PM +, jb at gcc dot gnu.org wrote: > > > > So does the fallback path actually ever get used? AFAICS the builtins are

[Bug java/26007] initialized final static data should go in .rodata, not .data

2011-05-17 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007 licheng.1...@gmail.com changed: What|Removed |Added CC||licheng.1212 at gmail dot

[Bug target/49026] New: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10

2011-05-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49026 Summary: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10 Product: gcc Version: 4.7.0 Status: UN

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #11 from Paolo Carlini 2011-05-17 15:54:19 UTC --- All in all, now that I understand the issue with the temporary, this seems really sort of a NAD, maybe the wording needs only clarifying that you don't want to add std::begin and std:

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #10 from Paolo Carlini 2011-05-17 15:49:25 UTC --- For sure that works. Gaby, just to make sure we are on the same page: did you send a message to the reflector about this issue already? Or do you want me (us) to do that? Shall we su

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #9 from Jonathan Wakely 2011-05-17 15:27:01 UTC --- The workaround for users is to construct a valarray from the expr: std::valarray result(x + y); std::begin( result ); That avoids the problem of returning an iterator into

[Bug fortran/49025] New: gfortran bug: Local variable does not hide generic procedure.

2011-05-17 Thread david.sagan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49025 Summary: gfortran bug: Local variable does not hide generic procedure. Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug java/48417] -ffixed-regs option can't work in mips-elf-gcj compiler

2011-05-17 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417 licheng.1...@gmail.com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|I

[Bug c++/45221] missed optimization with multiple bases and casting

2011-05-17 Thread navin.kumar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45221 Navin Kumar changed: What|Removed |Added Version|4.5.0 |4.6.0 --- Comment #11 from Navin Kumar 201

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-05-17 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #27 from Dr. David Kirkby 2011-05-17 15:25:50 UTC --- (In reply to comment #25) > The fixed assembler is available as an efix for customers who ask. Can you give me more precise details about how to get this. Who do I ask - I don't

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #8 from Paolo Carlini 2011-05-17 15:17:01 UTC --- Ok, I'll follow the discussion...

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread gdr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #7 from Gabriel Dos Reis 2011-05-17 15:14:04 UTC --- (In reply to comment #6) > Double Sigh! I was hoping very few overloads would be enough... If we are > really talking about many I would be in favor of raising the issue, indeed. T

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread gdr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 Gabriel Dos Reis changed: What|Removed |Added CC||gdr at gcc dot gnu.org Assigne

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #6 from Paolo Carlini 2011-05-17 15:09:44 UTC --- Double Sigh! I was hoping very few overloads would be enough... If we are really talking about many I would be in favor of raising the issue, indeed.

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 Paolo Carlini changed: What|Removed |Added AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot

[Bug c/49016] always_inline causes references below the current stack pointer

2011-05-17 Thread merrill_707_1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49016 --- Comment #9 from Lee Merrill 2011-05-17 14:47:34 UTC --- (In reply to comment #8) > ... the ABI says that 128 bytes below the %rsp are > reserved, so the interrupt code first needs to subtract 128 from %rsp before > calling any functions and m

[Bug fortran/49010] Result of MOD and MODULO intrinsic has wrong sign

2011-05-17 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49010 --- Comment #10 from Steve Kargl 2011-05-17 14:50:52 UTC --- On Tue, May 17, 2011 at 02:17:22PM +, jb at gcc dot gnu.org wrote: > > So does the fallback path actually ever get used? AFAICS the builtins are > always available, and if the built

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 --- Comment #3 from Jonathan Wakely 2011-05-17 14:52:41 UTC --- [valarray.syn] paragraph 4 for every function taking a const valarray&, identical functions taking the replacement types shall be added;

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-05-17 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #26 from Michael Haubenwallner 2011-05-17 14:52:36 UTC --- (In reply to comment #25) > The fixed assembler is available as an efix for customers who ask. We did do this here, but the efix'ed assembler just dumps core upon some C++ con

[Bug c/49016] always_inline causes references below the current stack pointer

2011-05-17 Thread merrill_707_1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49016 --- Comment #10 from Lee Merrill 2011-05-17 14:49:33 UTC --- And the compile (and the compile in the "rc" script here) is indeed specifying -mcmodel=kernel in the flags.

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 Paolo Carlini changed: What|Removed |Added CC||jwakely.gcc at gmail dot

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 Paolo Carlini changed: What|Removed |Added CC||g...@integrable-solutions.ne

[Bug fortran/49010] Result of MOD and MODULO intrinsic has wrong sign

2011-05-17 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49010 --- Comment #9 from Steve Kargl 2011-05-17 14:02:11 UTC --- On Tue, May 17, 2011 at 06:05:50AM +, thenlich at users dot sourceforge.net wrote: > --- Comment #5 from Thomas Henlich > 2011-05-17 05:51:56 UTC --- > The fmod behaviour is correc

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-05-17 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/49014] [4.7 Regression] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7132 with even more insane set of flags

2011-05-17 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49014 --- Comment #2 from Andrey Belevantsev 2011-05-17 14:20:52 UTC --- That patch is most likely just exposed a sel-sched bug or a target bug. I will be looking at it tomorrow.

[Bug fortran/49010] Result of MOD and MODULO intrinsic has wrong sign

2011-05-17 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49010 --- Comment #8 from Janne Blomqvist 2011-05-17 14:02:07 UTC --- So does the fallback path actually ever get used? AFAICS the builtins are always available, and if the builtin results in a call to fmod{f,,l,Q} we have fallback implementations in c

[Bug libfortran/49024] New: REAL*16 ERFC_SCALED inaccuracy

2011-05-17 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49024 Summary: REAL*16 ERFC_SCALED inaccuracy Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo: unassig...@gcc

[Bug c/49016] always_inline causes references below the current stack pointer

2011-05-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49016 --- Comment #8 from Jakub Jelinek 2011-05-17 14:01:51 UTC --- It is of course fine if an interrupt uses the same stack, after all, user interrupts do that too. But the ABI says that 128 bytes below the %rsp are reserved, so the interrupt code fi

[Bug rtl-optimization/49014] [4.7 Regression] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7132 with even more insane set of flags

2011-05-17 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49014 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/49021] [4.6 regression] BOOST_FOREACH over vector segfaults at runtime

2011-05-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49021 --- Comment #3 from Jonathan Wakely 2011-05-17 13:52:40 UTC --- The temporary returned by getv() seems to be destroyed too early, before the printf that uses it

[Bug c/49016] always_inline causes references below the current stack pointer

2011-05-17 Thread merrill_707_1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49016 --- Comment #7 from Lee Merrill 2011-05-17 13:42:23 UTC --- I think what is happening in the compiler BTW is that a "sub $XX, %rsp" is dropping out, perhaps as an optimization. If for example, you comment out the "#define inline" line in the test

[Bug fortran/49023] New: ICE on invalid code with C_ASSOCIATED

2011-05-17 Thread dennis.wassel at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49023 Summary: ICE on invalid code with C_ASSOCIATED Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...

[Bug libstdc++/49022] [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

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

[Bug libstdc++/49020] Invalid std::strchr prototype in cstring

2011-05-17 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49020 --- Comment #8 from Jonathan Wakely 2011-05-17 13:38:57 UTC --- 3.4 and 4.1 are ancient history, active release series are listed on the home page, http://gcc.gnu.org/

[Bug c/49016] always_inline causes references below the current stack pointer

2011-05-17 Thread merrill_707_1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49016 --- Comment #6 from Lee Merrill 2011-05-17 13:29:56 UTC --- (In reply to comment #5) > Yeah, 128 bytes below %rsp can be freely used on x86_64, interrupts must not > clobber those. I should have mentioned that this is kernel driver code, so then

[Bug libstdc++/49022] New: [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing.

2011-05-17 Thread flast at flast dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49022 Summary: [C++0x] std::begin and std::end specialized for std::valarray with some operators are missing. Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/49020] Invalid std::strchr prototype in cstring

2011-05-17 Thread d.v.a at ngs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49020 __vic changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #7 from __vic 2011-05-17 13:2

[Bug libstdc++/49020] Invalid std::strchr prototype in cstring

2011-05-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49020 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #6 f

  1   2   >