[Bug middle-end/53667] [4.6/4.7/4.8 Regression] Cray pointer: Wrong result with optimizations

2012-06-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53667 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.4

[Bug ada/53736] Instantiation error for Indefinite_Hashed_Sets package when using -gnatN switch

2012-06-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53736 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug debug/53740] New: [4.8 Regression] --enable-checking=yes,rtl bootstrap failure with ada

2012-06-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53740 Bug #: 53740 Summary: [4.8 Regression] --enable-checking=yes,rtl bootstrap failure with ada Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug rtl-optimization/53706] [4.8 Regression] Bootstrap failure due to Invalid write of size 8 at 0xBDC35E: variable_htab_free (var-tracking.c:1418)

2012-06-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53706 --- Comment #8 from Uros Bizjak ubizjak at gmail dot com 2012-06-21 06:55:50 UTC --- (In reply to comment #6) Created attachment 27648 [details] gcc48-pr53706.patch The attached patch fixes the problem for me. Alex, what do you think about

[Bug debug/53740] [4.8 Regression] --enable-checking=yes,rtl bootstrap failure with ada

2012-06-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53740 --- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org 2012-06-21 06:57:49 UTC --- Created attachment 27672 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27672 pr53740.tar.bz2 Sources needed to reproduce it.

[Bug bootstrap/52887] Bootstrap on AIX failure: Undefined symbol: .std::functionvoid (std::__regex::_PatternCursor const, std::__regex::_Results)::function(std::functionvoid (std::__regex::_Patte

2012-06-21 Thread joerg.rich...@pdv-fs.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52887 --- Comment #19 from Jörg Richter joerg.rich...@pdv-fs.de 2012-06-21 06:58:13 UTC --- See also bug 53713. Hasn't been marked as a dup yet.

[Bug rtl-optimization/53706] [4.8 Regression] Bootstrap failure due to Invalid write of size 8 at 0xBDC35E: variable_htab_free (var-tracking.c:1418)

2012-06-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53706 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/53727] ICE when compiling firefox with PGO and LTO (not OOM)

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53727 --- Comment #7 from ioctl at yandex dot ru 2012-06-21 07:25:46 UTC --- The same problem with other file from ff 12: LANG=C c++ -o nsPluginHost.o -c -fPIC -fno-rtti -march=prescott -mtune=prescott -mfpmath=sse -msse2 -msse3 -O2 -fstack-protector

[Bug c++/53727] ICE when compiling firefox with PGO and LTO (not OOM)

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53727 --- Comment #8 from ioctl at yandex dot ru 2012-06-21 07:28:16 UTC --- Created attachment 27673 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27673 Preprocessed source from comment 7

[Bug c++/53727] ICE when compiling firefox with PGO and LTO (not OOM)

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53727 --- Comment #9 from ioctl at yandex dot ru 2012-06-21 07:29:52 UTC --- Created attachment 27674 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27674 Profile data from comment 7

[Bug rtl-optimization/53706] [4.8 Regression] Bootstrap failure due to Invalid write of size 8 at 0xBDC35E: variable_htab_free (var-tracking.c:1418)

2012-06-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53706 --- Comment #10 from Uros Bizjak ubizjak at gmail dot com 2012-06-21 07:33:34 UTC --- Patch that fixes all valgrind issues, but I have no idea if it is OK or not: --cut here-- Index: var-tracking.c

[Bug libstdc++/53713] undefined reference with -brtl

2012-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53713 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug bootstrap/52887] Bootstrap on AIX failure: Undefined symbol: .std::functionvoid (std::__regex::_PatternCursor const, std::__regex::_Results)::function(std::functionvoid (std::__regex::_Patte

2012-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52887 --- Comment #20 from Jonathan Wakely redi at gcc dot gnu.org 2012-06-21 08:23:56 UTC --- *** Bug 53713 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/53726] [4.8 Regression] aes test performance drop for eembc_2_0_peak_32

2012-06-21 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53726 --- Comment #18 from rguenther at suse dot de rguenther at suse dot de 2012-06-21 08:46:11 UTC --- On Wed, 20 Jun 2012, hjl.tools at gmail dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53726 --- Comment #17 from H.J. Lu

[Bug c++/53741] New: ICE on lambda calling static template member function with explicit template argument specification

2012-06-21 Thread lunow at math dot hu-berlin.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53741 Bug #: 53741 Summary: ICE on lambda calling static template member function with explicit template argument specification Classification: Unclassified Product: gcc Version:

[Bug other/53742] New: bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 Bug #: 53742 Summary: bad assembler output when compiling with LTO and PGO Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #1 from ioctl at yandex dot ru 2012-06-21 09:03:45 UTC --- Created attachment 27676 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27676 Preprocessed source

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #2 from ioctl at yandex dot ru 2012-06-21 09:04:20 UTC --- Created attachment 27677 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27677 Profile data

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #3 from ioctl at yandex dot ru 2012-06-21 09:05:36 UTC --- Created attachment 27678 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27678 Full c++ console output

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #4 from ioctl at yandex dot ru 2012-06-21 09:07:18 UTC --- Created attachment 27679 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27679 Assembler output that rejected by as

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #5 from Andrew Pinski pinskia at gcc dot gnu.org 2012-06-21 09:12:50 UTC --- What version of binutils are you using? Also are you using gold or GNU ld?

[Bug c++/53743] New: ICE when compiling firefox with PGO and LTO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53743 Bug #: 53743 Summary: ICE when compiling firefox with PGO and LTO Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug c++/53743] ICE when compiling firefox with PGO and LTO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53743 --- Comment #1 from ioctl at yandex dot ru 2012-06-21 09:15:54 UTC --- Created attachment 27681 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27681 Profile data 1

[Bug c++/53743] ICE when compiling firefox with PGO and LTO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53743 --- Comment #2 from ioctl at yandex dot ru 2012-06-21 09:17:34 UTC --- Created attachment 27682 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27682 full gcc -v output

[Bug c++/53743] ICE when compiling firefox with PGO and LTO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53743 --- Comment #3 from ioctl at yandex dot ru 2012-06-21 09:19:51 UTC --- Created attachment 27683 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27683 Preprocessed source 2

[Bug c++/53743] ICE when compiling firefox with PGO and LTO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53743 --- Comment #4 from ioctl at yandex dot ru 2012-06-21 09:21:16 UTC --- Created attachment 27684 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27684 Profile data 2

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #6 from ioctl at yandex dot ru 2012-06-21 09:22:36 UTC --- GNU assembler version 2.22.0 (i686-pc-linux-gnu) using BFD version (GNU Binutils) 2.22.0.20120323

[Bug c++/53743] ICE when compiling firefox with PGO and LTO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53743 --- Comment #5 from ioctl at yandex dot ru 2012-06-21 09:23:18 UTC --- Created attachment 27685 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27685 full gcc -v output for source 2

[Bug libitm/53113] Build fails in x86_avx.cc if AVX disabled but supported by as (Solaris Linux)

2012-06-21 Thread windward at gmx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113 --- Comment #4 from Martin windward at gmx dot com 2012-06-21 09:25:21 UTC --- ( And the different story is bug 53731... http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53731 )

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #7 from ioctl at yandex dot ru 2012-06-21 09:27:46 UTC --- I have two ld: GNU and GOLD. Problem appears before ld call, but with such gcc keys ld GOLD must be called. It version is GNU gold (GNU Binutils 2.22.0.20120323) 1.11.

[Bug debug/53740] [4.8 Regression] --enable-checking=yes,rtl bootstrap failure with ada

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

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #8 from Richard Guenther rguenth at gcc dot gnu.org 2012-06-21 09:35:16 UTC --- Surely not using -freorder-blocks-and-partition will fix this? The actual bug should not be LTO or PGO related.

[Bug c++/53743] ICE when compiling firefox with PGO and LTO

2012-06-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53743 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2012-06-21 09:47:20 UTC --- Confirmed on input1 with /space/rguenther/install/gcc-4.7.1/bin/g++ -c t.ii -freorder-blocks-and-partition -fno-exceptions -std=gnu++0x -fprofile-use

[Bug gcov-profile/53744] New: gcov version oscillates between 407* and 407p on branches

2012-06-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53744 Bug #: 53744 Summary: gcov version oscillates between 407* and 407p on branches Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED

[Bug other/53742] bad assembler output when compiling with LTO and PGO

2012-06-21 Thread ioctl at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53742 --- Comment #9 from ioctl at yandex dot ru 2012-06-21 10:07:44 UTC --- (In reply to comment #8) Surely not using -freorder-blocks-and-partition will fix this? Yes, it fixes. The actual bug should not be LTO or PGO related. Without profile

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread bigotp at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 Peter A. Bigot bigotp at acm dot org changed: What|Removed |Added CC||bigotp at acm dot

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2012-06-21 12:01:14 UTC --- I can't see where you would place this change from looking at the function.

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread bigotp at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #3 from Peter A. Bigot bigotp at acm dot org 2012-06-21 12:04:34 UTC --- commit af66de00843896ad5d2980952994b31cadbf8421 Author: Peter A. Bigot pabi...@users.sourceforge.net Date: Thu Jun 21 06:35:44 2012 -0500 Anticipatory

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #4 from rguenther at suse dot de rguenther at suse dot de 2012-06-21 12:12:24 UTC --- On Thu, 21 Jun 2012, bigotp at acm dot org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #3 from Peter A. Bigot bigotp

[Bug c++/53743] ICE when compiling firefox with PGO and LTO

2012-06-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53743 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug middle-end/53688] [4.8 Regression] 191.fma3d in SPEC CPU 2000 miscompiled

2012-06-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53688 --- Comment #4 from Michael Matz matz at gcc dot gnu.org 2012-06-21 12:18:31 UTC --- Author: matz Date: Thu Jun 21 12:18:23 2012 New Revision: 188852 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188852 Log: PR middle-end/53688 *

[Bug middle-end/38756] 107t.ivopts introduces pointer truncation

2012-06-21 Thread bigotp at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38756 --- Comment #5 from Peter A. Bigot bigotp at acm dot org 2012-06-21 12:24:38 UTC --- Yes, that's where it happens. Your proposal makes sense; I've just been trying to avoid changing existing behavior on normal platforms. I'll give the

[Bug tree-optimization/53726] [4.8 Regression] aes test performance drop for eembc_2_0_peak_32

2012-06-21 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53726 --- Comment #19 from Vladimir Yakovlev vbyakovl23 at gmail dot com 2012-06-21 12:46:11 UTC --- (In reply to comment #13) (In reply to comment #10) I've tried without static. Runtimes is still the same. It doesn't match what I saw. On Atom

[Bug fortran/53732] [4.7/4.8 Regression] mismatching comparison operand types on compile

2012-06-21 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53732 --- Comment #5 from Mikael Morin mikael at gcc dot gnu.org 2012-06-21 12:48:51 UTC --- Created attachment 27686 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27686 shot in the dark patch[*] [*] Carefully crafted with love and patience,

[Bug tree-optimization/53726] [4.8 Regression] aes test performance drop for eembc_2_0_peak_32

2012-06-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53726 --- Comment #20 from H.J. Lu hjl.tools at gmail dot com 2012-06-21 12:50:21 UTC --- (In reply to comment #19) I rechecked there is no regression without static on Sundy Bridge nor Atom. Great. Please verify that -static isn't used on eembc

[Bug middle-end/53688] [4.8 Regression] 191.fma3d in SPEC CPU 2000 miscompiled

2012-06-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53688 Michael Matz matz at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/53726] [4.8 Regression] aes test performance drop for eembc_2_0_peak_32

2012-06-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53726 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/53745] New: Bitshifted value (1 31) within enumerator class is calculated incorrectly during compilation.

2012-06-21 Thread sbgccbug at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53745 Bug #: 53745 Summary: Bitshifted value (1 31) within enumerator class is calculated incorrectly during compilation. Classification: Unclassified Product: gcc Version: 4.6.1

[Bug rtl-optimization/53706] [4.8 Regression] Bootstrap failure due to Invalid write of size 8 at 0xBDC35E: variable_htab_free (var-tracking.c:1418)

2012-06-21 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53706 Ulrich Weigand uweigand at gcc dot gnu.org changed: What|Removed |Added CC||uweigand at

[Bug c++/53745] Bitshifted value (1 31) within enumerator class is calculated incorrectly during compilation.

2012-06-21 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53745 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Keywords||diagnostic

[Bug c++/53745] Bitshifted value (1 31) within enumerator class is calculated incorrectly during compilation.

2012-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53745 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-06-21 13:36:24 UTC --- The initializer must be converted constant expression of type unsigned long, so by my reading it's ill-formed because (131) has type int and is negative so

[Bug c++/53741] ICE on lambda calling static template member function with explicit template argument specification

2012-06-21 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53741 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/53646] Surprising effects of cxx11 vs cxx98 ABI compatibility

2012-06-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53646 --- Comment #18 from Michael Matz matz at gcc dot gnu.org 2012-06-21 14:36:29 UTC --- Just today I had to debug another crash in our package management code. This time a c++98 library picked up a std::list operator= from a c++11 library resulting

[Bug fortran/53694] [OOP] GENERIC type-bound procs should be available without part-ref syntax

2012-06-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53694 --- Comment #8 from Tobias Burnus burnus at gcc dot gnu.org 2012-06-21 14:39:32 UTC --- Actually, I am no longer sure that this PR is valid - nor is Richard Maine in c.l.f. Janus seems to have the same doubts, if I read comment 5 correctly. The

[Bug c++/53646] Surprising effects of cxx11 vs cxx98 ABI compatibility

2012-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53646 --- Comment #19 from Jonathan Wakely redi at gcc dot gnu.org 2012-06-21 14:46:22 UTC --- Do you have an opinion on PR 53673 ? Would having those symbols make debugging such problems easier, or did you already know there was a mix of c++98 and

[Bug fortran/53732] [4.7/4.8 Regression] mismatching comparison operand types on compile

2012-06-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53732 --- Comment #6 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-06-21 15:07:58 UTC --- [*] Carefully crafted with love and patience, using the ancestral methods and tools available to the windows users (i.e. Notepad.exe). In other

[Bug rtl-optimization/53706] [4.8 Regression] Bootstrap failure due to Invalid write of size 8 at 0xBDC35E: variable_htab_free (var-tracking.c:1418)

2012-06-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53706 --- Comment #12 from Uros Bizjak ubizjak at gmail dot com 2012-06-21 15:23:51 UTC --- (In reply to comment #10) Patch that fixes all valgrind issues, but I have no idea if it is OK or not: The patch doesn't pass the bootstrap.

[Bug c++/53646] Surprising effects of cxx11 vs cxx98 ABI compatibility

2012-06-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53646 --- Comment #20 from Michael Matz matz at gcc dot gnu.org 2012-06-21 15:25:59 UTC --- As I stumbled over this problem complex recently already I had a hunch that it might again be a 11/98 mixture. Having the symbols would have made that a

[Bug other/46125] -mcmodel=large doesn't work

2012-06-21 Thread adrian.m.smith at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46125 Adrian Smith adrian.m.smith at gmail dot com changed: What|Removed |Added CC|

[Bug c++/53646] Surprising effects of cxx11 vs cxx98 ABI compatibility

2012-06-21 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53646 --- Comment #21 from Michael Matz matz at gcc dot gnu.org 2012-06-21 15:32:07 UTC --- (In reply to comment #20) certainty. But it wouldn't have helped me that much further. I still would have had to find out which functions were causing the

[Bug lto/53746] New: [lto] segfault in std::vector::__base_ctor

2012-06-21 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53746 Bug #: 53746 Summary: [lto] segfault in std::vector::__base_ctor Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug target/16331] x86-64 inline asm register constraints insufficient WRT ABI

2012-06-21 Thread gcc at kalvdans dot no-ip.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16331 Christian Häggström gcc at kalvdans dot no-ip.org changed: What|Removed |Added CC||gcc at

[Bug lto/53746] [lto] segfault in std::vector::__base_ctor

2012-06-21 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53746 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC||markus

[Bug c++/53745] [C++11] Poor diagnostic for ill-formed narrowing conversion in enumerator initializer

2012-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53745 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED Last

[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2012-06-21 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39654 --- Comment #8 from Janne Blomqvist jb at gcc dot gnu.org 2012-06-21 18:47:06 UTC --- Author: jb Date: Thu Jun 21 18:47:01 2012 New Revision: 188858 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188858 Log: PR 39654 FTELL intrinsic

[Bug ada/50048] cc1: note: obsolete option -I- used, please use -iquote instead during bootstrap

2012-06-21 Thread nightstrike at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50048 nightstrike nightstrike at gmail dot com changed: What|Removed |Added CC||nightstrike at

[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2012-06-21 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39654 Janne Blomqvist jb at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ada/53747] New: Rep clause on index type makes 'access of aliased component an error when renaming

2012-06-21 Thread georggcc at googlemail dot com
gcc -c -gnatwa -gnatv aliasing.ads GNAT 4.8.0 20120621 (experimental) Copyright 1992-2012, Free Software Foundation, Inc. Compiling: aliasing.ads (source file time stamp: 2012-06-21 19:52:03) ==Error messages for source file: aliasing.ads --Line numbers from file

[Bug c/53702] [4.8 Regression] ICE with -Wall and nested functions and unused typedef

2012-06-21 Thread meadori at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53702 --- Comment #4 from meadori at gcc dot gnu.org 2012-06-21 20:20:36 UTC --- Author: meadori Date: Thu Jun 21 20:20:30 2012 New Revision: 188860 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188860 Log: PR c/53702 * c-decl.c

[Bug fortran/53732] [4.7/4.8 Regression] mismatching comparison operand types on compile

2012-06-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53732 --- Comment #7 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-06-21 20:32:48 UTC --- Well, it did!-) The patch even fixed the PR (no regression with -m32, further testing in progress). Testing finished without anything to report. I

[Bug c/53702] [4.8 Regression] ICE with -Wall and nested functions and unused typedef

2012-06-21 Thread meadori at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53702 meadori at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/53651] [4.7/4.8 Regression] [C++11] seg fault when specifying using decltype(...)::method

2012-06-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53651 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/53682] [4.7/4.8 Regression] ICE in cselib_lookup (SEGV) on i586-linux-gnu

2012-06-21 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53682 --- Comment #5 from Alexandre Oliva aoliva at gcc dot gnu.org 2012-06-22 01:29:33 UTC --- Author: aoliva Date: Fri Jun 22 01:29:28 2012 New Revision: 188866 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188866 Log: PR debug/53682 *

[Bug debug/53671] [4.8 Regression] Many guality test failures

2012-06-21 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671 --- Comment #3 from Alexandre Oliva aoliva at gcc dot gnu.org 2012-06-22 01:30:21 UTC --- Author: aoliva Date: Fri Jun 22 01:30:16 2012 New Revision: 188868 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188868 Log: PR debug/53671 PR

[Bug debug/49888] VTA: -O2 -g variable value changes, it does not change in the source

2012-06-21 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49888 --- Comment #5 from Alexandre Oliva aoliva at gcc dot gnu.org 2012-06-22 01:30:23 UTC --- Author: aoliva Date: Fri Jun 22 01:30:16 2012 New Revision: 188868 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188868 Log: PR debug/53671 PR

[Bug debug/53671] [4.8 Regression] Many guality test failures

2012-06-21 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671 --- Comment #4 from Alexandre Oliva aoliva at gcc dot gnu.org 2012-06-22 01:33:26 UTC --- Author: aoliva Date: Fri Jun 22 01:33:21 2012 New Revision: 188869 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188869 Log: PR debug/53671 PR

[Bug debug/53671] [4.8 Regression] Many guality test failures

2012-06-21 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671 --- Comment #4 from Alexandre Oliva aoliva at gcc dot gnu.org 2012-06-22 01:33:26 UTC --- Author: aoliva Date: Fri Jun 22 01:33:21 2012 New Revision: 188869 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188869 Log: PR debug/53671 PR

[Bug debug/49888] VTA: -O2 -g variable value changes, it does not change in the source

2012-06-21 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49888 --- Comment #6 from Alexandre Oliva aoliva at gcc dot gnu.org 2012-06-22 01:33:27 UTC --- Author: aoliva Date: Fri Jun 22 01:33:21 2012 New Revision: 188869 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188869 Log: PR debug/53671 PR

[Bug fortran/42954] [4.5/4.6/4.7/4.8 regression] TARGET_*_CPP_BUILTINS issues with gfortran

2012-06-21 Thread nightstrike at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42954 --- Comment #20 from nightstrike nightstrike at gmail dot com 2012-06-22 02:05:45 UTC --- As we're in 4.8 now, consider this a friendly ping :)

[Bug other/28145] C++ (throw() and catch(...) {/* fall through */ } ) and pthread cancellation are incompatible (at least with NPTL)

2012-06-21 Thread nightstrike at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28145 nightstrike nightstrike at gmail dot com changed: What|Removed |Added CC||nightstrike at