[Bug lto/47241] lto not work on mingw32, reporting 'ld.exe: could not unlink output file'

2011-02-15 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug ada/47748] New: Legal program rejected, ARM 12.7(3/2): instantiating a generic package with "others => <>"

2011-02-15 Thread ludo...@ludovic-brenta.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47748 Summary: Legal program rejected, ARM 12.7(3/2): instantiating a generic package with "others => <>" Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal

[Bug lto/47241] lto not work on mingw32, reporting 'ld.exe: could not unlink output file'

2011-02-15 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47241 --- Comment #19 from Dongsheng Song 2011-02-15 08:23:35 UTC --- (In reply to comment #18) > Well, I see the issue you are describing here, but it isn't any longer related > to this PR. So please open an new PR for it. > > So I close this bug as

[Bug c++/47749] New: Wrong function return value

2011-02-15 Thread elpa.rizzo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749 Summary: Wrong function return value Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org

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

2011-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694 --- Comment #10 from Tobias Burnus 2011-02-15 09:07:58 UTC --- (In reply to comment #8) > Created attachment 23344 [details] > Hackish brute-force patch Note: This patch causes (not very surprisingly) file-read problems, e.g. for Polyhedron's ae

[Bug c++/47749] Wrong function return value

2011-02-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749 Jonathan Wakely changed: What|Removed |Added Severity|major |normal --- Comment #1 from Jonathan Wak

[Bug c++/47749] Wrong function return value

2011-02-15 Thread elpa.rizzo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749 --- Comment #2 from Davide Rizzo 2011-02-15 09:27:24 UTC --- Yes, but the big problem is that the function return false also if you call it with flag=true. 2011/2/15 redi at gcc dot gnu.org > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749 >

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

2011-02-15 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694 --- Comment #11 from Janne Blomqvist 2011-02-15 09:42:12 UTC --- Unfortunately I don't think I'll have time to look into it this week. As can be seen from Tobias patch, reading one character at a time is very slow. But, the comment in read_sf()

[Bug pch/14940] PCH largefile test fails on various platforms

2011-02-15 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940 --- Comment #43 from Rainer Orth 2011-02-15 09:49:22 UTC --- Author: ro Date: Tue Feb 15 09:49:14 2011 New Revision: 170166 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170166 Log: PR pch/14940 * config/alpha/host-osf.c: New fil

[Bug pch/14940] PCH largefile test fails on various platforms

2011-02-15 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940 --- Comment #44 from Rainer Orth 2011-02-15 09:52:04 UTC --- Author: ro Date: Tue Feb 15 09:51:58 2011 New Revision: 170167 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170167 Log: PR pch/14940 * config/alpha/host-osf.c: New fil

[Bug pch/14940] PCH largefile test fails on various platforms

2011-02-15 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940 --- Comment #45 from Rainer Orth 2011-02-15 09:58:04 UTC --- Author: ro Date: Tue Feb 15 09:58:01 2011 New Revision: 170168 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170168 Log: PR pch/14940 * config/alpha/host-osf.c: New fil

[Bug fortran/47745] [OOP] Segfault with CLASS(*) and derived type dummy arguments

2011-02-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/47745] [OOP] Segfault with CLASS(*) and derived type dummy arguments

2011-02-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from ja

[Bug c++/47749] Wrong function return value

2011-02-15 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749 Ian Bolton changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/47745] [OOP] Segfault with CLASS(*) and derived type dummy arguments

2011-02-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment

[Bug fortran/47750] New: testsuite/gfortran.dg: dg-warning and dg-error should be distinguished

2011-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47750 Summary: testsuite/gfortran.dg: dg-warning and dg-error should be distinguished Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/47735] [4.5/4.6 Regression] Unnecessary adjustments to stack pointer

2011-02-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47735 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.5.3

[Bug tree-optimization/47737] [4.6 Regression] wrong code with -funswitch-loops -fno-tree-dominator-opts -fgraphite-identity

2011-02-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47737 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug tree-optimization/47738] ICE: verify_ssa failed: no immediate_use list with -O3 -fno-tree-vectorize

2011-02-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47738 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/47743] [4.6 Regression] PRE ICE in fold_convert_loc

2011-02-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47743 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/47749] Wrong function return value

2011-02-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749 --- Comment #4 from Richard Guenther 2011-02-15 11:18:45 UTC --- does adding extern "C" void abort (void); int main() { if (!fn_bad (true)) abort(); return 0; } cause the testcase to abort at runtime? Which flags are you using for compiling?

[Bug middle-end/47581] [4.5/4.6 regression] Unnecessary adjustments to stack pointer

2011-02-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581 --- Comment #11 from Jakub Jelinek 2011-02-15 11:46:14 UTC --- Author: jakub Date: Tue Feb 15 11:46:10 2011 New Revision: 170170 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170170 Log: PR middle-end/47581 * config/i386/i386.c (

[Bug fortran/47745] [OOP] Segfault with CLASS(*) and derived type dummy arguments

2011-02-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745 --- Comment #5 from janus at gcc dot gnu.org 2011-02-15 11:53:36 UTC --- One can get rid of the ICE via these two hunks: Index: gcc/fortran/interface.c === --- gcc/fortran/interface.

[Bug c++/47749] Wrong function return value

2011-02-15 Thread elpa.rizzo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749 --- Comment #5 from Davide Rizzo 2011-02-15 12:05:58 UTC --- No, with this testcase it doesn't abort. I think the return value is random not only with flag=false (that could be acceptable), but also with flag=true. I don't use any compiler flag,

[Bug middle-end/47581] [4.5 regression] Unnecessary adjustments to stack pointer

2011-02-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47581 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Known to work|

[Bug middle-end/47743] [4.6 Regression] PRE ICE in fold_convert_loc

2011-02-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47743 --- Comment #2 from Richard Guenther 2011-02-15 13:04:50 UTC --- Author: rguenth Date: Tue Feb 15 13:04:47 2011 New Revision: 170173 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170173 Log: 2011-02-15 Richard Guenther PR tree-op

[Bug middle-end/47743] [4.6 Regression] PRE ICE in fold_convert_loc

2011-02-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47743 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c/47751] New: Wrong code with -mcpu=8540 -mfloat-gprs=double -mspe -Os on PowerPC

2011-02-15 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47751 Summary: Wrong code with -mcpu=8540 -mfloat-gprs=double -mspe -Os on PowerPC Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/47751] Wrong code with -mcpu=8540 -mfloat-gprs=double -mspe -Os on PowerPC

2011-02-15 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47751 --- Comment #1 from Sebastian Huber 2011-02-15 13:12:52 UTC --- Created attachment 23350 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23350 C source code corresponding to the assembler code.

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

2011-02-15 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #2 from hjl at gcc dot gnu.org 2011-02-15 13:22:45 UTC --- Author: hjl Date: Tue Feb 15 13:22:41 2011 New Revision: 170175 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170175 Log: Process (reg + const) base for TARGET_X32.

[Bug preprocessor/47741] -I- option stated obsolete considered worrying

2011-02-15 Thread richard_sharman at mitel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47741 --- Comment #3 from Richard Sharman 2011-02-15 13:44:38 UTC --- > Oh and -iquote takes an argument. Oh thanks! How silly of me! Thanks for the feedback. I did try searching for -I- by the way but it seemed to match everything with an I in it

[Bug c++/47752] New: Non-dependent name is found in dependent base class although it should be rejected

2011-02-15 Thread volker.simonis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47752 Summary: Non-dependent name is found in dependent base class although it should be rejected Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priori

[Bug fortran/47745] [OOP] Segfault with CLASS(*) and derived type dummy arguments

2011-02-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745 --- Comment #6 from Dominique d'Humieres 2011-02-15 13:57:47 UTC --- If I did not do any mistake, the patch in comment #5 breaks at least gfortran.dg/typebound_operator_6.f03: /opt/gcc/_clean/gcc/testsuite/gfortran.dg/typebound_operator_6.f03:44

[Bug libstdc++/47753] New: Invalid 32bit libstdc++.dll.a on mingw-w64 target

2011-02-15 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753 Summary: Invalid 32bit libstdc++.dll.a on mingw-w64 target Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assigned

[Bug libfortran/47716] libgfortran quadmath_weak.h not found on NetBSD 5.1

2011-02-15 Thread laurent at guerby dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47716 --- Comment #4 from Laurent GUERBY 2011-02-15 14:17:09 UTC --- Tobias, the patch you mentionned did allow bootstrap with c,fortran and without disabling libquadmath for gcc version 4.6.0 20110212 (experimental) [trunk revision 170072] (GCC). Fee

[Bug c/47732] counter decremented to zero not detected when other counter overflows

2011-02-15 Thread J.K.Annot.at.Infor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47732 --- Comment #2 from Jan Koen Annot 2011-02-15 14:21:16 UTC --- (In reply to comment #1) > And overflow is undefined in C/C++ so you are invoking undefined behavior > here. Wow! This is an eye-opener for me! I am quite accustomed to assume two's

[Bug fortran/47750] testsuite/gfortran.dg: dg-warning and dg-error should be distinguished

2011-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47750 --- Comment #1 from Tobias Burnus 2011-02-15 14:24:27 UTC --- Submitted patch: http://gcc.gnu.org/ml/fortran/2011-02/msg00135.html

[Bug libstdc++/47753] Invalid 32bit libstdc++.dll.a on mingw-w64 target

2011-02-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753 --- Comment #1 from Paolo Carlini 2011-02-15 14:48:52 UTC --- You say before 2011-02-13: can you figure out which specific commit did it? Do stock 4.5.2 or 4.5.1 work for you?

[Bug c++/47752] Non-dependent name is found in dependent base class although it should be rejected

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

[Bug libstdc++/47753] Invalid 32bit libstdc++.dll.a on mingw-w64 target

2011-02-15 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753 --- Comment #2 from Dongsheng Song 2011-02-15 14:57:13 UTC --- (In reply to comment #1) > You say before 2011-02-13: can you figure out which specific commit did it? Do > stock 4.5.2 or 4.5.1 work for you? I checkout source from gcc svn and binu

[Bug libstdc++/47753] Invalid 32bit libstdc++.dll.a on mingw-w64 target

2011-02-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753 --- Comment #3 from Paolo Carlini 2011-02-15 15:02:57 UTC --- Note that since 2010-12-16, when 4.5.2 has been released, only *very small* changes went into the 4_5-branch libstdc++ code: either the problem already existed at least *two months* ea

[Bug libstdc++/47753] Invalid 32bit libstdc++.dll.a on mingw-w64 target

2011-02-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753 --- Comment #4 from Paolo Carlini 2011-02-15 15:07:48 UTC --- I would suggest checking first what happens if you build with stock or quite a bit older binutils. Really nothing happened to the 4_5-branch C++ runtime over the last weeks which could

[Bug libstdc++/47753] Invalid 32bit libstdc++.dll.a on mingw-w64 target

2011-02-15 Thread dongsheng.song at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753 --- Comment #5 from Dongsheng Song 2011-02-15 15:14:27 UTC --- (In reply to comment #3) > Note that since 2010-12-16, when 4.5.2 has been released, only *very small* > changes went into the 4_5-branch libstdc++ code: either the problem already >

[Bug fortran/47745] [OOP] Segfault with CLASS(*) and derived type dummy arguments

2011-02-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47745 --- Comment #7 from janus at gcc dot gnu.org 2011-02-15 15:22:10 UTC --- (In reply to comment #6) > If I did not do any mistake, the patch in comment #5 breaks at least > gfortran.dg/typebound_operator_6.f03: Yes, I'm seeing that too. The followin

[Bug target/47753] Invalid 32bit libstdc++.dll.a on mingw-w64 target

2011-02-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/47690] [trans-mem] ICE in verify_cgraph_node with O0

2011-02-15 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47690 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/47753] Invalid 32bit libstdc++.dll.a on mingw-w64 target

2011-02-15 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47753 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #7 from

[Bug c++/47606] [trans-mem] internal compiler error in expand_block_tm with O2

2011-02-15 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47606 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/47754] New: [missed optimization] AVX allows unaligned memory operands but GCC uses unaligned load and register operand

2011-02-15 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754 Summary: [missed optimization] AVX allows unaligned memory operands but GCC uses unaligned load and register operand Product: gcc Version: 4.5.0 Status: UNCONFIRME

[Bug c++/47752] Non-dependent name is found in dependent base class although it should be rejected

2011-02-15 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47752 Dodji Seketeli changed: What|Removed |Added CC||dodji at gcc dot gnu.org --- Comment #2

[Bug c++/47606] [trans-mem] internal compiler error in expand_block_tm with O2

2011-02-15 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47606 --- Comment #2 from Aldy Hernandez 2011-02-15 15:37:59 UTC --- Created attachment 23351 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23351 further reduced testcase

[Bug target/47755] New: VSX code generates a TOC reference to clear memory

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755 Summary: VSX code generates a TOC reference to clear memory Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: target AssignedTo:

[Bug target/47755] VSX code generates a TOC reference to clear memory

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755 --- Comment #1 from Michael Meissner 2011-02-15 15:41:49 UTC --- Created attachment 23352 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23352 Patch to allow V2DI easy vector constants

[Bug rtl-optimization/47166] [4.5 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-02-15 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #30 from Ian Bolton 2011-02-15 15:47:24 UTC --- (In reply to comment #29) > I've had some problems with timeouts in my test setup, but I now have runs > that > differ only in that pthread1.cc times out for one multilib and no longer

[Bug c++/47704] [4.6 regression] [C++0x] Java-related error message when trying to instantiate a strongly typed enum with new

2011-02-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47704 --- Comment #2 from Jakub Jelinek 2011-02-15 15:48:20 UTC --- Caused by http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165935 The problem is that ENUM_FIXED_UNDERLYING_TYPE_P and TYPE_FOR_JAVA use the same bit. Now that the patch changed so th

[Bug c++/47606] [trans-mem] internal compiler error in expand_block_tm with O2

2011-02-15 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47606 --- Comment #3 from Patrick Marlier 2011-02-15 15:59:37 UTC --- (In reply to comment #2) > Created attachment 23351 [details] > further reduced testcase Remark: In this testcase, you removed the __attribute__((transaction_pure)) which was making

[Bug c++/47704] [4.6 regression] [C++0x] Java-related error message when trying to instantiate a strongly typed enum with new

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

[Bug preprocessor/47756] New: Warning for #include " " instead of < >

2011-02-15 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756 Summary: Warning for #include " " instead of < > Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: preprocessor Assigned

[Bug c++/47704] [4.6 regression] [C++0x] Java-related error message when trying to instantiate a strongly typed enum with new

2011-02-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47704 --- Comment #4 from Jakub Jelinek 2011-02-15 16:16:34 UTC --- Created attachment 23354 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23354 gcc46-pr47704-2.patch Or alternatively we could use TYPE_LANG_FLAG_5 here (as TYPE_LANG_FLAG_5 so fa

[Bug target/47754] [missed optimization] AVX allows unaligned memory operands but GCC uses unaligned load and register operand

2011-02-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754 Richard Guenther changed: What|Removed |Added Keywords||missed-optimization Target

[Bug preprocessor/47756] Warning for #include " " instead of < >

2011-02-15 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756 --- Comment #1 from Andreas Schwab 2011-02-15 16:22:28 UTC --- How do you define these cases?

[Bug preprocessor/47756] Warning for #include " " instead of < >

2011-02-15 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756 --- Comment #2 from Olaf van der Spek 2011-02-15 16:24:06 UTC --- Cases where < > would work but where " " is used.

[Bug target/47754] [missed optimization] AVX allows unaligned memory operands but GCC uses unaligned load and register operand

2011-02-15 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754 --- Comment #2 from Matthias Kretz 2011-02-15 16:31:39 UTC --- True, the Optimization Reference Manual and AVX Docs are not very specific about the performance impact of this. But as far as I understood the docs it will internally not be slower t

[Bug target/47754] [missed optimization] AVX allows unaligned memory operands but GCC uses unaligned load and register operand

2011-02-15 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754 --- Comment #3 from Matthias Kretz 2011-02-15 16:40:38 UTC --- ICC??? Whatever, I stopped to trust that compiler long ago: : vmovups 0x2039b8(%rip),%xmm0 vmovups 0x2039b4(%rip),%xmm1 vinsertf128 $0x1,0x2039b6(%rip),%ymm0,%ymm2 vinsertf128 $0x1,0x

[Bug middle-end/47725] [x32] error: unable to find a register to spill in class DIREG

2011-02-15 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47725 --- Comment #9 from hjl at gcc dot gnu.org 2011-02-15 16:50:47 UTC --- Author: hjl Date: Tue Feb 15 16:50:43 2011 New Revision: 170179 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170179 Log: Check zero/sign extended hard registers. gc

[Bug rtl-optimization/43653] [4.3/4.4/4.5/4.6 Regression] ICE at reload1.c:1188 with -O1 -ftree-vectorize and empty struct

2011-02-15 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #6 fro

[Bug target/47751] Wrong code with -mcpu=8540 -mfloat-gprs=double -mspe -Os on PowerPC

2011-02-15 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47751 --- Comment #2 from joseph at codesourcery dot com 2011-02-15 17:51:18 UTC --- -mfloat-gprs=double or -mspe without -mabi=spe does not correspond to any standard ABI variant and is very likely to be broken.

[Bug target/44218] Improve powerpc -mrecip support

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44218 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/47636] Powerpc rs6000.md uses RS6000_RECIP_HAVE_RSQRT_P

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47636 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/47408] Several of the Altivec tests fail if run with a compiler built with --with-cpu=power7

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47408 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/43653] [4.3/4.4/4.5/4.6 Regression] ICE at reload1.c:1188 with -O1 -ftree-vectorize and empty struct

2011-02-15 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653 --- Comment #7 from Uros Bizjak 2011-02-15 18:35:43 UTC --- (In reply to comment #6) > Working on trunk, still investigating if there was a patch designed to fix > this > problem or if the bug has just gone latent. It still crashes for me (with

[Bug debug/47106] -fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106 --- Comment #11 from Alexandre Oliva 2011-02-15 18:36:23 UTC --- Author: aoliva Date: Tue Feb 15 18:36:16 2011 New Revision: 170185 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170185 Log: PR debug/47106 PR debug/47402 * tree-flow.h (re

[Bug bootstrap/47402] [4.6 Regression] Bootstrap comparison failure

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402 --- Comment #10 from Alexandre Oliva 2011-02-15 18:36:35 UTC --- Author: aoliva Date: Tue Feb 15 18:36:31 2011 New Revision: 170186 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170186 Log: PR debug/47106 PR debug/47402 * tree-flow.h (FO

[Bug debug/47106] -fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106 --- Comment #13 from Alexandre Oliva 2011-02-15 18:36:48 UTC --- Author: aoliva Date: Tue Feb 15 18:36:44 2011 New Revision: 170187 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170187 Log: PR debug/47106 PR debug/47402 * tree-inline.h (

[Bug debug/47106] -fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106 --- Comment #12 from Alexandre Oliva 2011-02-15 18:36:34 UTC --- Author: aoliva Date: Tue Feb 15 18:36:31 2011 New Revision: 170186 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170186 Log: PR debug/47106 PR debug/47402 * tree-flow.h (FO

[Bug debug/47106] -fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106 --- Comment #14 from Alexandre Oliva 2011-02-15 18:37:01 UTC --- Author: aoliva Date: Tue Feb 15 18:36:56 2011 New Revision: 170188 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170188 Log: PR debug/47106 PR debug/47402 * cgraph.h (compu

[Bug bootstrap/47402] [4.6 Regression] Bootstrap comparison failure

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402 --- Comment #9 from Alexandre Oliva 2011-02-15 18:36:21 UTC --- Author: aoliva Date: Tue Feb 15 18:36:16 2011 New Revision: 170185 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170185 Log: PR debug/47106 PR debug/47402 * tree-flow.h (ref

[Bug bootstrap/47402] [4.6 Regression] Bootstrap comparison failure

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402 --- Comment #12 from Alexandre Oliva 2011-02-15 18:37:01 UTC --- Author: aoliva Date: Tue Feb 15 18:36:56 2011 New Revision: 170188 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170188 Log: PR debug/47106 PR debug/47402 * cgraph.h (compu

[Bug bootstrap/47402] [4.6 Regression] Bootstrap comparison failure

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402 --- Comment #11 from Alexandre Oliva 2011-02-15 18:36:48 UTC --- Author: aoliva Date: Tue Feb 15 18:36:44 2011 New Revision: 170187 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170187 Log: PR debug/47106 PR debug/47402 * tree-inline.h (

[Bug target/47755] VSX code generates a TOC reference to clear memory

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755 --- Comment #2 from Michael Meissner 2011-02-15 18:43:01 UTC --- Author: meissner Date: Tue Feb 15 18:42:59 2011 New Revision: 170189 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170189 Log: Fix PR 47755 Added: trunk/gcc/testsuite/

[Bug target/47755] VSX code generates a TOC reference to clear memory

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug lto/47247] Linker plugin specification makes it difficult to handle COMDATs

2011-02-15 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47247 --- Comment #13 from Jan Hubicka 2011-02-15 18:49:15 UTC --- > A quick summary to see if got this right: Yes, the summary seems right. Note that GCC plays now games with not putting COMDATs into LTO symbol table unless they really need to be un

[Bug target/47755] VSX code generates a TOC reference to clear memory

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755 --- Comment #4 from Michael Meissner 2011-02-15 18:51:18 UTC --- Author: meissner Date: Tue Feb 15 18:51:15 2011 New Revision: 170190 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170190 Log: Fix PR 47755 Added: branches/ibm/gcc-4_5

[Bug target/47755] VSX code generates a TOC reference to clear memory

2011-02-15 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47755 --- Comment #5 from Michael Meissner 2011-02-15 18:51:39 UTC --- Author: meissner Date: Tue Feb 15 18:51:35 2011 New Revision: 170191 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170191 Log: Fix PR 47755 Modified: branches/ibm/gcc-

[Bug rtl-optimization/43653] [4.3/4.4/4.5/4.6 Regression] ICE at reload1.c:1188 with -O1 -ftree-vectorize and empty struct

2011-02-15 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653 --- Comment #8 from Jeffrey A. Law 2011-02-15 19:01:20 UTC --- ah. Fails with -O1 -ftree-vectorize, works with -O2 -ftree-vectorize on trunk. Appears that we allocate memory (via get_secondary_mem) after the point at which we believe the size o

[Bug debug/47283] [4.6 regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c

2011-02-15 Thread ubizjak at gmail dot com
Target: ia64-hp-hpux11.23 Configured with: ../gcc-svn/trunk/configure --target=ia64-hp-hpux11.23 --enable-languages=c,c++ Thread model: posix gcc version 4.6.0 20110215 (experimental) [trunk revision 170189] (GCC) ~/gcc-build-xxx/gcc/cc1plus -O2 -gdwarf-2 -quiet -milp32 pr47283.C pr47283.C: In member

[Bug target/17994] avr-gcc does not output a dwarf2 .debug_frame section

2011-02-15 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17994 Richard Henderson changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #7

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-15 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 --- Comment #10 from kargl at gcc dot gnu.org 2011-02-15 19:38:54 UTC --- Author: kargl Date: Tue Feb 15 19:38:51 2011 New Revision: 170195 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170195 Log: 2011-02-15 Steven G. Kargl PR for

[Bug lto/47247] Linker plugin specification makes it difficult to handle COMDATs

2011-02-15 Thread rafael.espindola at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47247 --- Comment #14 from Rafael Avila de Espindola 2011-02-15 19:39:09 UTC --- Sorry, can you expand on what gcc was doing that was causing it to expand the dynamic symbol table? With LLVM what we are doing is *) Report all symbols *) Any symbol not

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-15 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 kargl at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/47725] [x32] error: unable to find a register to spill in class DIREG

2011-02-15 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47725 --- Comment #10 from hjl at gcc dot gnu.org 2011-02-15 19:46:29 UTC --- Author: hjl Date: Tue Feb 15 19:46:26 2011 New Revision: 170197 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170197 Log: Revert cant_combine_insn_p change. gcc/ 2

[Bug libfortran/47757] New: Unintentionally? not exported _gfortran_* symbols in libgfortran.so.3

2011-02-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47757 Summary: Unintentionally? not exported _gfortran_* symbols in libgfortran.so.3 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libgomp/47758] New: 729 unexpected failures in the libgomp test suite on powerpc-apple-darwin8

2011-02-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47758 Summary: 729 unexpected failures in the libgomp test suite on powerpc-apple-darwin8 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/43653] [4.3/4.4/4.5/4.6 Regression] ICE at reload1.c:1188 with -O1 -ftree-vectorize and empty struct

2011-02-15 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653 --- Comment #9 from Jeffrey A. Law 2011-02-15 21:06:23 UTC --- I think an x86 maintainer is going to need to take a look at this. The problem as I see it is we're trying to use the address of a stack slot as a vector initializer. (insn 20 17

[Bug bootstrap/45381] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function

2011-02-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 --- Comment #14 from Dominique d'Humieres 2011-02-15 21:06:59 UTC --- Note that I did not have any problem to compile libcpp/lex.c on powerpc-apple-darwin8 with gcc version 4.0.1 (Apple Computer, Inc. build 5370): ... gcc -I../../work/libcpp -I

[Bug rtl-optimization/37273] [4.4/4.5/4.6 Regression] IRA does not re-materializes addresses (loads from the TOC)

2011-02-15 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37273 --- Comment #12 from Jeffrey A. Law 2011-02-15 21:22:03 UTC --- Author: law Date: Tue Feb 15 21:21:59 2011 New Revision: 170199 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170199 Log: Revert 2011-01-25 Jeff Law PR rtl-

[Bug rtl-optimization/37273] [4.4/4.5/4.6 Regression] IRA does not re-materializes addresses (loads from the TOC)

2011-02-15 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37273 Jeffrey A. Law changed: What|Removed |Added Status|RESOLVED|REOPENED Blocks|

[Bug fortran/47648] libgfortran/libgfortran.h:53:29: fatal error: quadmath_weak.h: No such f ile or directory - FreeBSD ia64

2011-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47648 --- Comment #4 from Tobias Burnus 2011-02-15 21:30:46 UTC --- Author: burnus Date: Tue Feb 15 21:30:43 2011 New Revision: 170200 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170200 Log: 2011-02-15 Tobias Burnus PR fortran/47

[Bug libfortran/47716] libgfortran quadmath_weak.h not found on NetBSD 5.1

2011-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47716 --- Comment #5 from Tobias Burnus 2011-02-15 21:30:45 UTC --- Author: burnus Date: Tue Feb 15 21:30:43 2011 New Revision: 170200 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170200 Log: 2011-02-15 Tobias Burnus PR fortran/47

[Bug c/46620] 32-bit structures containing bitfields are not copied correctly on -O2 , x86 backend

2011-02-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46620 Alexandre Oliva changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

  1   2   >