[Bug fortran/42144] [OOP] deferred TBPs do not work

2009-12-15 Thread janus at gcc dot gnu dot org
--- Comment #6 from janus at gcc dot gnu dot org 2009-12-15 22:30 --- The test case in comment #5 has issues which go beyond the usage of 'deferred': The variant below, which has no deferred procedures, compiles, but produces wrong code (the operators are always resolved to the TBPs of t

[Bug fortran/42385] New: [OOP] poylmorphic operators do not work

2009-12-15 Thread janus at gcc dot gnu dot org
Spin-off from PR 42144 (comment #6). As the following code demonstrates, polymorphic type-bound operators are buggy: module foo_module implicit none private public :: foo type :: foo contains procedure :: times => times_foo procedure :: assign => assign_foo generic :: operator(*) =

[Bug fortran/42144] [OOP] deferred TBPs do not work

2009-12-15 Thread janus at gcc dot gnu dot org
--- Comment #7 from janus at gcc dot gnu dot org 2009-12-15 23:02 --- (In reply to comment #6) > The test case in comment #5 has issues which go beyond the usage of > 'deferred': > The variant below, which has no deferred procedures, compiles, but produces > wrong code (the operators ar

[Bug c++/42386] New: ICE in ipcp_iterate_stage, at ipa-cp.c:766

2009-12-15 Thread dirtyepic at gentoo dot org
; --enable-lto --enable-checking Thread model: posix gcc version 4.5.0-pre9999 20091215 (experimental) rev. 155245 (Gentoo SVN) -- Summary: ICE in ipcp_iterate_stage, at ipa-cp.c:766 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severi

[Bug c++/42386] ICE in ipcp_iterate_stage, at ipa-cp.c:766

2009-12-15 Thread dirtyepic at gentoo dot org
--- Comment #1 from dirtyepic at gentoo dot org 2009-12-15 23:12 --- Created an attachment (id=19314) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19314&action=view) Big5CodingSystem.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42386

[Bug c++/42387] New: Getting internal compiler error.

2009-12-15 Thread parviz_fariborz at mentor dot com
Version : cape1:/home/parvizf/tmp=> /tools/linux64/gcc-4.4.2/bin/gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Compile command line output : cape1:/home/parvizf/tmp/gcc_buf> /tools/linux64/gcc-4.4.2/bin/gcc -o test -Wall -save-temps test.cc test.cc: In constructor ‘AvlTreeIter::A

[Bug c++/42387] Getting internal compiler error.

2009-12-15 Thread parviz_fariborz at mentor dot com
--- Comment #1 from parviz_fariborz at mentor dot com 2009-12-16 00:05 --- Created an attachment (id=19315) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19315&action=view) The output of -save-temps gcc switch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42387

[Bug rtl-optimization/42388] New: ICE in move_bb_info with sel-sched and modulo-sched for 176.gcc

2009-12-15 Thread janis at gcc dot gnu dot org
GCC trunk gets a ICE when building SPEC CPU2000 test 176.gcc with "-O2 -fmodulo-sched -fselective-scheduling" as demonstrated by a minimized testcase that I'll attach to this PR. elm3b149% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -O2 -fmodulo-sched -fselective-scheduling -c bug.c bug.c: In func

[Bug rtl-optimization/42388] ICE in move_bb_info with sel-sched and modulo-sched for 176.gcc

2009-12-15 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2009-12-16 00:09 --- Created an attachment (id=19316) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19316&action=view) Minimized testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42388

[Bug rtl-optimization/42388] ICE in move_bb_info with sel-sched and modulo-sched for 176.gcc

2009-12-15 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2009-12-16 00:16 --- With GCC 4.4.2 using the same options, the minimized testcase compiles cleanly and 176.gcc compiles and executes successfully. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42388

[Bug rtl-optimization/42389] New: ICE in advance_state_on_fence with sel-schd for 175.vpr

2009-12-15 Thread janis at gcc dot gnu dot org
GCC trunk gets a ICE when building SPEC CPU2000 test 175.vpr with "-O2 -fselective-scheduling -fsel-sched-pipelining -fsched-pressure" as demonstrated by a minimized testcase that I'll attach to this PR. elm3b149% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -c -O2 -fselective-scheduling -fsel-sche

[Bug rtl-optimization/42389] ICE in advance_state_on_fence with sel-schd for 175.vpr

2009-12-15 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2009-12-16 00:19 --- Created an attachment (id=19317) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19317&action=view) Minimized testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42389

[Bug c++/42387] [4.4 / 4.5 Regression] Getting internal compiler error.

2009-12-15 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-12-16 00:53 --- Gosh, this is enough. The ICE disappears if AvlTreeIter isn't a template: template struct AvlTreeIter { int Num(); AvlTreeIter() { new (void* [Num()]); } }; -- paolo dot carlini at oracle dot

[Bug c++/42387] [4.4 / 4.5 Regression] ICE with new expression in class template

2009-12-15 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-12-16 01:10 --- In mainline the ICE happens like this: #0 0x007613e0 in fold_convert_loc (loc=0, type=0x77e9f000, arg=0x77e8d9f0) at ../../trunk/gcc/fold-const.c:2629 #1 0x0075aa5f in associate_trees

[Bug c++/36665] g++: Internal error: Killed (program cc1plus)

2009-12-15 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-12-16 01:44 --- Checked that works with more memory (and 4.2.x is not maintained anymore) -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/34419] Weirdness with numeric_limits in special functions

2009-12-15 Thread 3dw4rd at verizon dot net
--- Comment #7 from 3dw4rd at verizon dot net 2009-12-16 02:54 --- Created an attachment (id=19318) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19318&action=view) This is a better implementation that avoids the wierdness. This attachment is not patchified yet. This implementati

[Bug libstdc++/34419] Weirdness with numeric_limits in special functions

2009-12-15 Thread 3dw4rd at verizon dot net
--- Comment #8 from 3dw4rd at verizon dot net 2009-12-16 03:01 --- Subject: Re: Weirdness with numeric_limits in special functions paolo dot carlini at oracle dot com wrote: > --- Comment #6 from paolo dot carlini at oracle dot com 2009-12-15 17:17 > --- > Ok, let's close th

[Bug c++/42373] g++.dg/cpp0x/lambda/lambda-mangle.C scan-assembler weak[ \t]*_?_ZN1RIiE1xMUlvE_clEv fails on x86_64-apple-darwin

2009-12-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #5 from howarth at nitro dot med dot uc dot edu 2009-12-16 03:08 --- Fixed on x86_64-apple-darwin10. -- howarth at nitro dot med dot uc dot edu changed: What|Removed |Added --

[Bug libstdc++/21772] exception safety testing allocator

2009-12-15 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2009-12-16 03:33 --- Created an attachment (id=19319) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19319&action=view) c++0x container requirement testing, eh -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21772

[Bug libstdc++/21772] exception safety testing

2009-12-15 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2009-12-16 03:34 --- Tweak summary, mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|

[Bug libstdc++/21772] exception safety testing

2009-12-15 Thread bkoz at gcc dot gnu dot org
--- Comment #10 from bkoz at gcc dot gnu dot org 2009-12-16 03:36 --- Results on x86_64/linux or x86_64/darwin10.2 Status: FAIL: 21_strings/basic_string/requirements/exception/propagation_consistent.cc execution test FAIL: 23_containers/array/requirements/exception/generation_prohibite

[Bug libstdc++/21772] exception safety testing

2009-12-15 Thread bkoz at gcc dot gnu dot org
--- Comment #11 from bkoz at gcc dot gnu dot org 2009-12-16 05:17 --- Subject: Bug 21772 Author: bkoz Date: Wed Dec 16 05:16:46 2009 New Revision: 155283 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155283 Log: 2009-12-15 Benjamin Kosnik PR libstdc++/21772 part 1

[Bug rtl-optimization/42139] Compiling firefox trunk with 4.5 fails with 'out of memory allocating 4072 bytes after a total of xxx bytes'

2009-12-15 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-12-16 06:00 --- My compile is still running, but unswitch_loops is taking FOREVER on ToXMLList. Several hours so far. -- jason at gcc dot gnu dot org changed: What|Removed |Added --

<    1   2