[Bug c/52661] negative maxint for long long gives warning

2012-03-22 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 Jim Michaels jmichae3 at yahoo dot com changed: What|Removed |Added Attachment #26948|0 |1 is

[Bug c/52661] negative maxint for long long gives warning

2012-03-22 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #3 from Jim Michaels jmichae3 at yahoo dot com 2012-03-22 06:13:33 UTC --- you are not paying attention to the issue. the issue is that this constant is causing a compiler warning when it should not, and the compiler is treating a

[Bug c/52661] negative maxint for long long gives warning

2012-03-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2012-03-22 06:15:48 UTC --- (In reply to comment #3) you are not paying attention to the issue. the issue is that this constant is causing a compiler warning when it should not, and

[Bug c++/52662] New: ICE in replace_reg_with_saved_mem, at caller-save.c:1125

2012-03-22 Thread raymond at corvil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52662 Bug #: 52662 Summary: ICE in replace_reg_with_saved_mem, at caller-save.c:1125 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug c++/52662] ICE in replace_reg_with_saved_mem, at caller-save.c:1125

2012-03-22 Thread raymond at corvil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52662 --- Comment #1 from Raymond Russell raymond at corvil dot com 2012-03-22 06:28:07 UTC --- The preprocessed output is too large (2028k) to add as an attachment. I don't have anywhere obvious to post it - do you have any suggestions on how to

[Bug c/52661] negative maxint for long long gives warning

2012-03-22 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #5 from Jim Michaels jmichae3 at yahoo dot com 2012-03-22 06:29:51 UTC --- read my comments in the code. -(2^(32-1)) is a valid constant for 32-bit signed integers. I don't get a warning for that. -(2^(16-1)) is a valid constant for

[Bug c/52661] negative maxint for long long gives warning

2012-03-22 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #6 from Jim Michaels jmichae3 at yahoo dot com 2012-03-22 06:38:31 UTC --- Created attachment 26950 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26950 maxint64-bug2.cpp - shows difference between different kinds of integers

[Bug c/52661] negative maxint for long long gives warning

2012-03-22 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #7 from Jim Michaels jmichae3 at yahoo dot com 2012-03-22 06:40:36 UTC --- I didn't intend forthe bug system to glob ontothe filename as a bug number. sorry.

[Bug fortran/52622] ICE in gfortran 4.6.3, x86_64

2012-03-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52622 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c/52661] negative maxint for long long gives warning

2012-03-22 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #8 from Jim Michaels jmichae3 at yahoo dot com 2012-03-22 07:06:31 UTC --- I think if I understand you correctly, you are saying that the integer and the earlier code I tried did NOT use the L suffix. I didn't get an warning then.

[Bug middle-end/52656] [4.8 regression] gcc.target/sparc/fpmul-2.c FAILs

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52656 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug c++/52662] ICE in replace_reg_with_saved_mem, at caller-save.c:1125

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52662 --- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2012-03-22 07:24:23 UTC --- You can compress it.

[Bug c/52661] negative maxint for long long gives warning

2012-03-22 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #9 from Jim Michaels jmichae3 at yahoo dot com 2012-03-22 07:24:44 UTC --- I will refer you to this since you don't believe me. http://msdn.microsoft.com/en-us/library/2ayc1sk0.aspx

[Bug tree-optimization/52459] PRE performs stupid inserts

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52459 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2012-03-22 07:29:39 UTC --- Author: rguenth Date: Thu Mar 22 07:29:30 2012 New Revision: 185676 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=185676 Log: 2012-03-22 Richard

[Bug tree-optimization/52459] PRE performs stupid inserts

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52459 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/52624] Missing __builtin_bswap16

2012-03-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624 --- Comment #4 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-03-22 07:41:25 UTC --- I think that it should be available on all architectures, like the 32-bit and 64-bit flavors. And, for x86, you don't really need to add new patterns.

[Bug c++/52662] ICE in replace_reg_with_saved_mem, at caller-save.c:1125

2012-03-22 Thread raymond at corvil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52662 --- Comment #3 from Raymond Russell raymond at corvil dot com 2012-03-22 07:48:56 UTC --- Created attachment 26951 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26951 Preprocessed code from successful compilation

[Bug c++/52662] ICE in replace_reg_with_saved_mem, at caller-save.c:1125

2012-03-22 Thread raymond at corvil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52662 --- Comment #4 from Raymond Russell raymond at corvil dot com 2012-03-22 07:49:59 UTC --- Created attachment 26952 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26952 Preprocessed code that triggered ICE

[Bug target/52624] Missing __builtin_bswap16

2012-03-22 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624 --- Comment #5 from Uros Bizjak ubizjak at gmail dot com 2012-03-22 07:51:20 UTC --- (In reply to comment #4) I think that it should be available on all architectures, like the 32-bit and 64-bit flavors. And, for x86, you don't really need to

[Bug c++/52662] ICE in replace_reg_with_saved_mem, at caller-save.c:1125

2012-03-22 Thread raymond at corvil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52662 --- Comment #5 from Raymond Russell raymond at corvil dot com 2012-03-22 07:54:11 UTC --- Thanks, for some reason I thought compressed output wouldn't be kosher (i.e. I wasn't really thinking). I've attached both sets of preprocessed code for

[Bug target/52624] Missing __builtin_bswap16

2012-03-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/52624] missing __builtin_bswap16

2012-03-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug bootstrap/50229] [4.7/4.8 Regression] Can't cross compile for i686-apple-darwin10 from x86_64-redhat_linux

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug middle-end/51939] [4.7/4.8 Regression] ICE: in compute_affine_dependence, at tree-data-ref.c:4103 with -fcheck-data-deps

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51939 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug c++/52521] [C++11] user defined literals and order of declaration

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52521 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug debug/48150] [4.7/4.8 Regression] gcc.dg/guality/sra-1.c

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48150 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/50580] gcc.target/mips/interrupt_handler-[23].c FAIL on IRIX 6.5

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50580 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/41076] [avr] pessimal code for logical OR of 8-bit fields

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41076 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/50166] .init_array/.fini_array support doesn't work on Solaris

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50166 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug lto/50008] [4.7/4.8 Regression] type mismatch in array reference, verify_gimple failed

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50008 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/49826] [4.7/4.8 Regression] Symbols are not decorated with attribute stdcall and -mrtd

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49826 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug c++/48665] type of const member function

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48665 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug libgcj/50421] [4.7/4.8 Regression] GC Warning: Out of Memory! Returning NIL!

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50421 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug rtl-optimization/49847] [4.7/4.8 Regression] NULL deref in fold_rtx (prev_insn_cc0 == NULL)

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49847 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug bootstrap/52391] [4.7/4.8 regression] genattrtab almost 5X slower for m68k than in 4.6 and earlier releases

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52391 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug debug/48041] dwarf2out emits unnecessary null byte in empty .debug_abbrev section

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48041 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug tree-optimization/49498] [4.7/4.8 Regression]: gcc.dg/uninit-pred-8_b.c bogus warning line 20

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49498 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug libstdc++/52191] abi_check should flag additions to released versions

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52191 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

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

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48496 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug ada/51483] [4.7/4.8 regression] cstand.adb:Register_Float_Type makes invalid assumptions about FP representation

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51483 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug rtl-optimization/48596] [4.7/4.8 Regression] [SH] unable to find a register to spill in class 'FPUL_REGS'

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48596 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/50678] [4.7/4.8 Regression] FAIL: c52104y on x86_64-apple-darwin10

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/50739] [avr] nameless error with -fmerge-all-constants

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50739 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug rtl-optimization/36884] ifcvt poor optimization

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36884 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug middle-end/49319] [4.7/4.8 regression] g++.dg/abi/thunk5.C FAILs on Tru64 UNIX

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49319 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug libstdc++/52104] go1 fails to run on Solaris 10/11 x86 with with gld

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52104 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug other/50925] [4.5/4.6/4.7/4.8 Regression][avr] ICE at spill_failure, at reload1.c:2118

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug go/51874] Many libgo testsuite failures on IRIX

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug other/20128] ice with mudflap + profile generate

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20128 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug testsuite/51097] [4.7/4.8 Regression] a lot of FAIL: gcc.dg/vect on i686 avx build 181167 to 181177

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51097 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51252 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug middle-end/52285] [4.7/4.8 Regression] libgcrypt _gcry_burn_stack slowdown

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug debug/51695] NOTE_INSN_VAR_LOCATION notes are sometimes too large

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug c++/51184] Abstract class in function return type

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51184 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug middle-end/52372] [4.7/4.8 regression] gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_regno

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52372 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug middle-end/21953] [4.5/4.6/4.7/4.8 Regression] Many tmpdir-gcc.dg-struct-layout-1 tests fail on Tru64 UNIX V5.1B

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21953 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/49874] [4.5/4.6][h8300] ICE in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:16312

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49874 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug rtl-optimization/44194] struct returned by value generates useless stores

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44194 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug c++/52582] [4.7 Regression] g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52582 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug tree-optimization/14792] ((int)b 1) != 0 is not folded to b 1 != 0

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14792 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug lto/50935] All slim LTO tests FAIL on 32-bit Solaris

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50935 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/51784] PIC register not correctly preserved in nested funcs / with non-local goto

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug testsuite/51258] 64-bit gcc.dg/atomic-compare-exchange-5.c link failure on 32-bit Solaris/x86

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51258 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug c++/52596] [4.7/4.8 Regression] [C++11] internal compiler error: in lvalue_kind, at cp/tree.c:153

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52596 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug testsuite/51693] New XPASSes in vectorizer testsuite on powerpc64-suse-linux

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51693 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/43052] [4.7/4.8 Regression] Inline memcmp is *much* slower than glibc's, no longer expanded inline

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43052 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug debug/51570] [4.7/4.8 Regression] FAIL: gcc.dg/guality/pr45003-[23].c

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51570 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug bootstrap/49555] libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49555 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug rtl-optimization/50557] [4.7/4.8 Regression] Register pressure increase after reassociation (x86, 32 bits)

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50557 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug java/50045] [4.7/4.8 regression] ICE in gcc/java/lang.c:427 with -fdump-tree-all

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50045 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/47440] Use LCM for vzeroupper insertion

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47440 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug middle-end/47406] gcc.dg/torture/builtin-modf-1.c FAILs on IRIX 6.5

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47406 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug libgcj/51498] make dejagnu work in libjava testsuite with cross-build

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51498 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug other/52438] [4.7 Regression] Some files still GPLv2

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52438 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/50931] [avr] Support a 24-bit scalar integer mode

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50931 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug testsuite/52563] FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-times optimized a 1

2012-03-22 Thread liujiangning at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52563 --- Comment #8 from Jiangning Liu liujiangning at gcc dot gnu.org 2012-03-22 09:17:51 UTC --- Author: liujiangning Date: Thu Mar 22 09:17:45 2012 New Revision: 185678 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=185678 Log: 2012-03-22

[Bug c++/52311] implicitly_declare_fn: valgrind problem

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52311 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug middle-end/52230] OpenMP: Simple C program triggers SIGSEGV at execution

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52230 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51527 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug debug/48041] dwarf2out emits unnecessary null byte in empty .debug_abbrev section

2012-03-22 Thread mark at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48041 Mark Wielaard mark at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug tree-optimization/45685] [4.6/4.7/4.8 Regression] missed conditional move opportunity in loop

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45685 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug target/52305] [avr] ICE in avr_print_operand: unknown mode (const_double)

2012-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.7.1 ---

[Bug bootstrap/52623] 4.7.0-RC-20120314: bootstrap failure on AIX due to multilib and using C++ in post-stage1

2012-03-22 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52623 --- Comment #6 from Michael Haubenwallner michael.haubenwallner at salomon dot at 2012-03-22 09:10:29 UTC --- Traditionally, yes. However, there are Import Files: They can definitively help for the versioning issue, and can probably help for the

[Bug c++/52521] [C++11] user defined literals and order of declaration

2012-03-22 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52521 --- Comment #12 from Marc Glisse marc.glisse at normalesup dot org 2012-03-22 09:42:43 UTC --- (In reply to comment #11) GCC 4.7.0 is being released, adjusting target milestone. I think it is already fixed, actually. (not closing with this

[Bug target/52624] missing __builtin_bswap16

2012-03-22 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624 --- Comment #7 from Uros Bizjak ubizjak at gmail dot com 2012-03-22 09:56:18 UTC --- (In reply to comment #6) I think that the builtin should be expanded into a rotate (left or right) if they are available. On x86 this works out of the box

[Bug target/52624] missing __builtin_bswap16

2012-03-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624 --- Comment #8 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-03-22 10:04:44 UTC --- Please note that the rotate is split back into bswap, so we can avoid rotate by using xchg %rh, %rl on P4. Sure, 16-bit rotates are already emitted as

[Bug c/52577] __builtin_shuffle -Wunused-but-set-* false positives

2012-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52577 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2012-03-22 10:08:56 UTC --- Author: jakub Date: Thu Mar 22 10:08:49 2012 New Revision: 185682 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=185682 Log: Backported from mainline

[Bug c/52577] __builtin_shuffle -Wunused-but-set-* false positives

2012-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52577 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/52521] [C++11] user defined literals and order of declaration

2012-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52521 --- Comment #13 from Jakub Jelinek jakub at gcc dot gnu.org 2012-03-22 10:10:29 UTC --- Author: jakub Date: Thu Mar 22 10:10:24 2012 New Revision: 185683 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=185683 Log: Backported from

[Bug c++/52521] [C++11] user defined literals and order of declaration

2012-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52521 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/14792] ((int)b 1) != 0 is not folded to b 1 != 0

2012-03-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14792 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/49152] Unhelpful diagnostic for iterator dereference

2012-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|NEW ---

[Bug other/52545] output.h: SECTION_EXCLUDE flag clobbers SECTION_MACH_DEP

2012-03-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52545 --- Comment #7 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-03-22 10:40:34 UTC --- Author: gjl Date: Thu Mar 22 10:40:31 2012 New Revision: 185685 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=185685 Log: Backport from mainline

[Bug other/52545] output.h: SECTION_EXCLUDE flag clobbers SECTION_MACH_DEP

2012-03-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52545 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/51960] Missing move-assignment operator in raw_storage_iterator

2012-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51960 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2012-03-22 10:49:08 UTC --- Shall we suspend this? Do we have a DR #?

[Bug libstdc++/51850] debug mode for std::array and tr1::array

2012-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51850 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c++/49152] Unhelpful diagnostic for iterator dereference

2012-03-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 --- Comment #13 from Jonathan Wakely redi at gcc dot gnu.org 2012-03-22 11:02:29 UTC --- Please don't close this as a dup of the caret diagnostics PR. I agree there's no consensus on what should be done, but printing of reconstructed expressions

[Bug libstdc++/51960] [DR 2127] Missing move-assignment operator in raw_storage_iterator

2012-03-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51960 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |SUSPENDED

[Bug rtl-optimization/2962] inefficient code with and

2012-03-22 Thread owner at bugs dot debian.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2962 --- Comment #17 from owner at bugs dot debian.org 2012-03-22 11:14:10 UTC --- Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been

[Bug c++/49152] Unhelpful diagnostic for iterator dereference

2012-03-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 --- Comment #14 from Jonathan Wakely redi at gcc dot gnu.org 2012-03-22 11:17:36 UTC --- Also, comment 2 shows another clear bug in the current diagnostics. It doesn't matter whether you prefer carets or types or reconstructed expressions,

  1   2   3   >