[Bug fortran/47296] I/O Segfault when running out of file descriptors

2011-01-15 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47296 Janne Blomqvist jb at gcc dot gnu.org changed: What|Removed |Added CC||jb at gcc dot

[Bug libstdc++/36104] [4.3/4.4/4.5/4.6 Regression] gnu-versioned-namespace is broken

2011-01-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36104 --- Comment #10 from Jakub Jelinek jakub at gcc dot gnu.org 2011-01-15 09:55:21 UTC --- So, is this now fixed for 4.6+?

[Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap

2011-01-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug fortran/47266] Optimization: Declare PRIVATE module procedures as TREE_PUBLIC = 0 (static function)

2011-01-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47266 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2011-01-15 11:03:13 UTC --- Submitted patch: See http://gcc.gnu.org/ml/fortran/2011-01/msg00094.html There were additional restrictions with BIND(C) - and as Ian pointed out, there are

[Bug fortran/47266] Optimization: Declare PRIVATE module procedures as TREE_PUBLIC = 0 (static function)

2011-01-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47266 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2011-01-15 11:05:06 UTC --- Another note: Seemingly, the current patch does not work, if the default access mode is PRIVATE and only if one explicitly sets the privacy. (Which is a

[Bug libstdc++/47305] std::vector::erase() destroys the wrong element!

2011-01-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47305 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/47059] compiler fails to coalesce loads/stores

2011-01-15 Thread rahul at icerasemi dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47059 --- Comment #1 from Rahul Kharche rahul at icerasemi dot com 2011-01-15 12:32:01 UTC --- Created attachment 22974 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22974 Patch Vs 4.5.2 Rev 167088

[Bug tree-optimization/47059] compiler fails to coalesce loads/stores

2011-01-15 Thread rahul at icerasemi dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47059 --- Comment #2 from Rahul Kharche rahul at icerasemi dot com 2011-01-15 12:43:27 UTC --- This issue also exists on the trunk. I am in the process of bootstrap testing this for i686-pc-linux-gnu. I will send out this patch once it checks out. The

[Bug target/45701] [4.6 Regression] Fail to prefer using r3 for padding a push/pop multiple to 8-byte alignment

2011-01-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45701 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org 2011-01-15 13:35:46 UTC --- On IRC you've mentioned some TLS test issues, were they caused by this patch or unrelated?

[Bug c++/33558] 'mutable' incorrectly accepted on reference members

2011-01-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33558 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org 2011-01-15 14:41:12 UTC --- Author: redi Date: Sat Jan 15 14:41:09 2011 New Revision: 168843 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168843 Log: 2011-01-15 Giovanni Funchal

[Bug c++/33558] 'mutable' incorrectly accepted on reference members

2011-01-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33558 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/47296] I/O Segfault when running out of file descriptors

2011-01-15 Thread jvdelisle at frontier dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47296 --- Comment #6 from jvdelisle at frontier dot com 2011-01-15 14:51:00 UTC --- Just to be sure, I suspect it would be prudent to set opp-file to NULL and opp-file_len to 0 in tempfile() in case fd 0. Or are we sure that the entire opp struct

[Bug target/45701] [4.6 Regression] Fail to prefer using r3 for padding a push/pop multiple to 8-byte alignment

2011-01-15 Thread ramana.r at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45701 --- Comment #8 from Ramana Radhakrishnan ramana.r at gmail dot com 2011-01-15 15:16:59 UTC --- On Sat, Jan 15, 2011 at 1:36 PM, jakub at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45701 ---

[Bug c++/46715] template constructor - Compiler Bus error under -O2/-Os

2011-01-15 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46715 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug tree-optimization/47276] [4.6 Regression] ICE in function_and_variable_visibility, at ipa.c:857 during compiling glibc.

2011-01-15 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47276 --- Comment #5 from Jan Hubicka hubicka at gcc dot gnu.org 2011-01-15 15:45:00 UTC --- Author: hubicka Date: Sat Jan 15 15:44:56 2011 New Revision: 168844 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168844 Log: PR

[Bug web/47306] New: Wrong name of a programming language used

2011-01-15 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47306 Summary: Wrong name of a programming language used Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web AssignedTo:

[Bug tree-optimization/47276] [4.6 Regression] ICE in function_and_variable_visibility, at ipa.c:857 during compiling glibc.

2011-01-15 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47276 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/47246] [4.6 Regression] Invalid immediate offset for Thumb VFP store

2011-01-15 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47246 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/47307] New: be used uninitialized in this function

2011-01-15 Thread jszhao at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47307 Summary: be used uninitialized in this function Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo:

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

2011-01-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug debug/47308] New: Dwarf Error: Cannot find signatured DIE referenced from DIE at 0x2581 [in module D:\main64.exe]

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308 Summary: Dwarf Error: Cannot find signatured DIE referenced from DIE at 0x2581 [in module D:\main64.exe] Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug debug/47308] Dwarf Error: Cannot find signatured DIE referenced from DIE at 0x2581 [in module D:\main64.exe]

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308 Pawel Sikora pluto at agmk dot net changed: What|Removed |Added CC||ktietz at gcc dot

[Bug middle-end/47307] Uninitialized in this function: warning for initialized, no warning for uninitialized

2011-01-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47307 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug tree-optimization/45934] [4.6 Regression] g++.old-deja/g++.other/dtor5.C FAILs with -finline-small-functions

2011-01-15 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45934 --- Comment #11 from Jan Hubicka hubicka at gcc dot gnu.org 2011-01-15 16:37:37 UTC --- Fixed now?

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2011-01-15 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #35 from Jan Hubicka hubicka at gcc dot gnu.org 2011-01-15 16:42:06 UTC --- I looked briefly into effectivity of the devirtualization bits and they don't seem to work terribly well. In GCC 4.3 -O3 copmiled libxul there are 82155

[Bug c++/47303] [4.6 Regression] ICE: in varpool_node, at varpool.c:134 with -fabi-version=1

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

[Bug c++/46977] [4.6 Regression] [C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:650)

2011-01-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46977 Alexandre Oliva aoliva at gcc dot gnu.org changed: What|Removed |Added AssignedTo|aoliva at gcc dot gnu.org |jason at gcc

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2011-01-15 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #36 from Jan Hubicka hubicka at gcc dot gnu.org 2011-01-15 17:21:16 UTC --- Hmm, the patch makes no difference, but I also see failure in its testcase FAIL: g++.dg/ipa/imm-devirt-1.C scan-tree-dump optimized = B::.*foo FAIL:

[Bug fortran/47295] libquadmath: List __complex128 and constants in the .texi file

2011-01-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47295 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2011-01-15 17:55:35 UTC --- (In reply to comment #1) We do not list the analogous constants for float, double, and long double anywhere in the Fortran manual. Note: The PR is about

[Bug fortran/47296] I/O Segfault when running out of file descriptors

2011-01-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47296 --- Comment #7 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-01-15 18:16:33 UTC --- Unpatched on Cygwin on Windows 7, I do not get the segfault. I also do not get the OS error. The assign error mechanism of the test case picks up that

[Bug boehm-gc/47309] New: gcc-4.4.5 fails to build on darwin/ppc due to issues in boehm-gc GC_test_and_set

2011-01-15 Thread jeremyhu at macports dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47309 Summary: gcc-4.4.5 fails to build on darwin/ppc due to issues in boehm-gc GC_test_and_set Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: major

[Bug fortran/47296] I/O Segfault when running out of file descriptors

2011-01-15 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47296 --- Comment #8 from Janne Blomqvist jb at gcc dot gnu.org 2011-01-15 19:31:17 UTC --- I suppose one thing that could be done is to set opp-file and opp-file_len regardless of whether mkstemp() succeeds or not, that is lines 1987:1093 in unix.c,

[Bug c++/47310] New: -mint8 causes avr-g++ to SIGSEGV

2011-01-15 Thread k0l0b0k.void at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47310 Summary: -mint8 causes avr-g++ to SIGSEGV Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug middle-end/47307] Uninitialized in this function: warning for initialized, no warning for uninitialized

2011-01-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47307 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-01-15 21:50:05 UTC --- In fact, the array 'lopt' is not initialized in the code, however, the compiler does not give warning about that. I try the same code with g95, it

[Bug fortran/47295] libquadmath: List __complex128 and constants in the .texi file

2011-01-15 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47295 --- Comment #3 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-01-15 21:56:40 UTC --- On Sat, Jan 15, 2011 at 05:55:36PM +, burnus at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47295 --- Comment #2

[Bug c++/47311] New: [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 Summary: [C++0x] ICE in tsubst @cp/pt.c:10502 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug lto/47274] [4.6 regression] ICE in lto_varpool_replace_node, at lto-symtab.c:306

2011-01-15 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47274 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added CC||hubicka at gcc dot

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #1 from H.J. Lu hjl.tools at gmail dot com 2011-01-15 22:53:46 UTC --- (In reply to comment #0) current gcc-trunk (r168844) ICEs on my codebase: accidentally, the --save-temps (or -std=gnu++98) removes the ICE, so how can i

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #2 from H.J. Lu hjl.tools at gmail dot com 2011-01-15 22:55:38 UTC --- (In reply to comment #1) (In reply to comment #0) current gcc-trunk (r168844) ICEs on my codebase: accidentally, the --save-temps (or -std=gnu++98) removes

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #3 from Pawel Sikora pluto at agmk dot net 2011-01-15 23:16:13 UTC --- Created attachment 22976 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22976 preprocessed source.

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #4 from Pawel Sikora pluto at agmk dot net 2011-01-15 23:18:07 UTC --- (In reply to comment #1) (In reply to comment #0) current gcc-trunk (r168844) ICEs on my codebase: accidentally, the --save-temps (or -std=gnu++98) removes

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #5 from Pawel Sikora pluto at agmk dot net 2011-01-15 23:20:41 UTC --- (In reply to comment #2) (In reply to comment #1) (In reply to comment #0) current gcc-trunk (r168844) ICEs on my codebase: accidentally, the

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #6 from Pawel Sikora pluto at agmk dot net 2011-01-15 23:27:22 UTC --- (In reply to comment #5) (In reply to comment #2) (In reply to comment #1) (In reply to comment #0) current gcc-trunk (r168844) ICEs on my codebase:

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #7 from H.J. Lu hjl.tools at gmail dot com 2011-01-16 00:18:48 UTC --- (In reply to comment #6) looks like valgrind problem with sse42 opcode: Disable SSE4 code to debug this.

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #8 from Pawel Sikora pluto at agmk dot net 2011-01-16 00:38:34 UTC --- (In reply to comment #7) (In reply to comment #6) looks like valgrind problem with sse42 opcode: Disable SSE4 code to debug this. i've removed the

[Bug debug/47308] Dwarf Error: Cannot find signatured DIE referenced from DIE at 0x2581 [in module D:\main64.exe]

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308 --- Comment #2 from Pawel Sikora pluto at agmk dot net 2011-01-16 01:05:20 UTC --- without SSE2 vectorized lexer: ==2012== Invalid read of size 8 ==2012==at 0xB43064: search_line_acc_char (lex.c:263) ==2012==by 0xB434FE: _cpp_clean_line

[Bug debug/47308] Dwarf Error: Cannot find signatured DIE referenced from DIE at 0x2581 [in module D:\main64.exe]

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308 --- Comment #3 from Pawel Sikora pluto at agmk dot net 2011-01-16 01:09:21 UTC --- (In reply to comment #2) without SSE2 vectorized lexer: ==2012== Invalid read of size 8 (...) ahhh, comment for wrong PR. please ignore.

[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #9 from Pawel Sikora pluto at agmk dot net 2011-01-16 01:10:32 UTC --- without SSE2 vectorized lexer: ==2012== Invalid read of size 8 ==2012==at 0xB43064: search_line_acc_char (lex.c:263) ==2012==by 0xB434FE: _cpp_clean_line

[Bug preprocessor/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||andi-gcc at

[Bug preprocessor/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #11 from Zdenek Sojka zsojka at seznam dot cz 2011-01-16 01:24:19 UTC --- (In reply to comment #9) without SSE2 vectorized lexer: ==2012== Invalid read of size 8 ==2012==at 0xB43064: search_line_acc_char (lex.c:263) That is

[Bug lto/47287] FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto

2011-01-15 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47287 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at

[Bug preprocessor/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #12 from Pawel Sikora pluto at agmk dot net 2011-01-16 01:36:29 UTC --- (In reply to comment #11) (In reply to comment #9) without SSE2 vectorized lexer: ==2012== Invalid read of size 8 ==2012==at 0xB43064:

[Bug preprocessor/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 --- Comment #13 from Zdenek Sojka zsojka at seznam dot cz 2011-01-16 01:39:57 UTC --- Created attachment 22977 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22977 reduced testcase Doesn't need C++0x mode. Compiler output: $ gcc testcase2.C

[Bug lto/47287] FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto

2011-01-15 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47287 --- Comment #2 from John David Anglin danglin at gcc dot gnu.org 2011-01-16 01:53:25 UTC --- dave@gsyprf11:~/gcc-4.6/objdir/gcc/testsuite/gcc$ less 20010124-1.res 3 20010124-1.o 3 70 e5ddcfb3 PREEMPTED_IR main_test 76 e5ddcfb3 PREEMPTED_IR g 101

[Bug target/47312] New: [4.6 Regression] ICE: in expand_ternary_op, at optabs.c:656 with -flto -mno-sse -mxop and __builtin_fmaf()

2011-01-15 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47312 Summary: [4.6 Regression] ICE: in expand_ternary_op, at optabs.c:656 with -flto -mno-sse -mxop and __builtin_fmaf() Product: gcc Version: 4.6.0 Status:

[Bug preprocessor/47311] [C++0x] ICE in tsubst @cp/pt.c:10502

2011-01-15 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311 Pawel Sikora pluto at agmk dot net changed: What|Removed |Added CC||dodji at gcc dot

[Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap

2011-01-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215 Alexandre Oliva aoliva at gcc dot gnu.org changed: What|Removed |Added AssignedTo|unassigned at gcc dot |ktietz at gcc

[Bug tree-optimization/45122] [4.6 Regression] -funsafe-loop-optimizations causes FAIL: gcc.c-torture/execute/pr27285.c execution

2011-01-15 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45122 Alexandre Oliva aoliva at gcc dot gnu.org changed: What|Removed |Added CC||aoliva at gcc

[Bug rtl-optimization/47299] Widening multiply optimization generates bad code

2011-01-15 Thread doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47299 Matthias Klose doko at ubuntu dot com changed: What|Removed |Added CC||doko at ubuntu dot

[Bug c++/47252] GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list

2011-01-15 Thread patrick.a.moran at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252 --- Comment #3 from Patrick Moran patrick.a.moran at gmail dot com 2011-01-16 04:10:26 UTC --- Confirmed that the code does in fact work with boost 1.42 on gcc 4.6.0. I guess that makes this already fixed.

[Bug c++/47252] GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list

2011-01-15 Thread patrick.a.moran at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252 Patrick Moran patrick.a.moran at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED