[Bug rtl-optimization/22392] Huge memory usage and infinite(?) loop with -fno-enforce-eh-specs

2007-04-28 Thread falk at debian dot org
--- Comment #4 from falk at debian dot org 2007-04-28 14:21 --- Not a problem in 4.1 anymore, so let's close it. -- falk at debian dot org changed: What|Removed |Added

[Bug target/27891] [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107

2006-10-29 Thread falk at debian dot org
--- Comment #5 from falk at debian dot org 2006-10-29 09:57 --- Zdenek, do you think this patch (or another fix) can be backported to 4.1? http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01259.html -- falk at debian dot org changed: What|Removed

[Bug target/27891] [4.0/4.1 regression] ICE in tree_split_edge, at tree-cfg.c:3107

2006-10-22 Thread falk at debian dot org
--- Comment #3 from falk at debian dot org 2006-10-22 12:50 --- This bug is still there in 4.1, but not in mainline. Janis, can you perhaps do a regression hunt to see what fixed this and whether it is feasible to backport? -- falk at debian dot org changed: What

[Bug target/28623] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2077 (nrecognizable insn) [alpha]

2006-08-10 Thread falk at debian dot org
--- Comment #2 from falk at debian dot org 2006-08-10 21:11 --- Confirmed. This is a smaller test case: int vformat(char *buffer) { return buffer[32767]; } This needs -mcpu=ev45. It is triggered by the synthetization of the 8-bit load by 64-bit loads. ldb v0, x(a0) is done as lda

[Bug debug/26881] [4.1/4.2 Regression] internal compiler error in dwarf2out_finish

2006-07-14 Thread falk at debian dot org
--- Comment #13 from falk at debian dot org 2006-07-14 12:26 --- *** Bug 28379 has been marked as a duplicate of this bug. *** -- falk at debian dot org changed: What|Removed |Added

[Bug c/28379] internal compiler error with demo code

2006-07-14 Thread falk at debian dot org
--- Comment #2 from falk at debian dot org 2006-07-14 12:26 --- This is a duplicate of PR 26881. *** This bug has been marked as a duplicate of 26881 *** -- falk at debian dot org changed: What|Removed |Added

[Bug middle-end/24221] ICE in first_insn_after_basic_block_note on HPPA

2006-03-19 Thread falk at debian dot org
--- Comment #4 from falk at debian dot org 2006-03-19 09:04 --- It's still not fixed in 4.0.2-9 (SVN 20060212 gcc-4_0-branch). http://buildd.debian.org/fetch.php?pkg=swingwtver=0.87-2arch=hppastamp=1140460231file=logas=raw -- falk at debian dot org changed: What

[Bug rtl-optimization/23454] [4.0 regression] ICE in invert_exp_1, at jump.c:1719

2006-03-04 Thread falk at debian dot org
--- Comment #9 from falk at debian dot org 2006-03-04 14:35 --- Is this really fixed? I can still reproduce it with the original testcase (but not the reduced one) with g++ (GCC) 4.0.3 20060212 (prerelease) (Debian 4.0.2-9) -- falk at debian dot org changed: What

[Bug c++/24397] [3.4 regression] ICE in gen_subprogram_die, at dwarf2out.c

2005-10-16 Thread falk at debian dot org
--- Comment #3 from falk at debian dot org 2005-10-16 08:43 --- Created an attachment (id=10001) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10001action=view) Reduced test case This is an auto-reduced test case, can probably be reduced more. -- http://gcc.gnu.org/bugzilla

[Bug tree-optimization/18694] [4.0 regression] loop miscompilation at -O1 (-ftree-ch)

2004-11-27 Thread falk at debian dot org
-- What|Removed |Added CC||debian-gcc at lists dot ||debian dot org

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-08-31 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-08-31 12:20 --- (In reply to comment #29) If you still can't build the gui-branch, can you file a new report with details. Okay, it's PR 17249. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121 --- You

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-08-31 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-08-31 21:29 --- Hi, I've reported the GUI lockup as PR 17254. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.

[Bug target/16601] [3.3 regression] miscompilation of automatic dynamic arrays in crypto/IPsec subsystems of the Linux kernel

2004-08-24 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-08-24 21:31 --- (In reply to comment #1) I'm sorry but I got this wrong. The compiler is allocating 12 bytes of headroom unconditionally so it is actually safe. Okay, let's close this then. As a side note, the array size

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-08-09 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-08-09 08:19 --- (In reply to comment #26) You shouldn't have any problem building the java-gui-branch. Have you tried updating your tree and doing a clean build? Yes. I still get the error with CVS from today. -- http

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-07-30 09:40 --- (In reply to comment #7) Are you actually testing AWT programs on the alpha? I'd be interested to know if they run. I would like to try it, but the second patch doesn't apply: [EMAIL PROTECTED]:/src/gcc-3.5

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread falk at debian dot org
-- What|Removed |Added Attachment #6834 is|0 |1 obsolete|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-07-30 23:18 --- I built a compiler with this, it built fine. When I try to run the two mentioned programs, I get: [EMAIL PROTECTED]:/tmp% gcj TestAWT.java --main=TestAWT ./a.out Exception in thread main java.awt.AWTError

[Bug c/6614] [-Wconversion] incorrect conversion warning for function taking a short

2004-04-27 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-04-27 12:46 --- No, the message really means what it says. This warning was designed for people who also use compilers which do not support prototypes. Nowadays, it is very unlikely to be useful for anybody; IMHO we might as well

[Bug c++/14711] ICE in final.c:2117 when compiling a huge source file

2004-03-24 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-03-24 16:24 --- When I tried to reformat it for delta debugging, the problem went away. Therefore, I think it's purely caused by too large line numbers (limit at 2^19 = 524288?). Maybe somebody can try to verify

[Bug c++/13544] [3.3.3 regression] conflicting types for enums in different scopes

2004-01-08 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2004-01-08 15:52 --- *** Bug 13613 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/13517] confusing error message for reference on a constant

2003-12-30 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2003-12-30 18:02 --- String literals are in fact a sspecial case in the C++ standard, since there is an implicit conversion to (non-const) char*. It is deprecated though, and g++ should probably warn about it. Aso for the error

[Bug java/10304] ICE when compiling OpenNMS (jcf-write.c:1041)

2003-11-19 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2003-11-19 23:28 --- The same ICE has also been reported for another program in the Debian bug tracking system. See http://bugs.debian.org/221738 -- What|Removed |Added

[Bug optimization/11634] [3.3/3.4 regression] [hppa] ICE in verify_local_live_at_start, at flow.c:555

2003-11-15 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2003-11-16 03:05 --- Created an attachment (id=5143) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5143action=view) Reduced to 30 lines -- What|Removed |Added

[Bug target/11717] [3.3 regression] [alpha] unrecognizable insn compiling for.c of kernel 2.4.22-pre8

2003-08-19 Thread falk at debian dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11717 --- Additional Comments From falk at debian dot org 2003-08-19 20:20 --- I can still reproduce the ICE with 3.3.2 20030819 and both fork.i with the mentioned options

[Bug target/11717] [3.3 regression] [alpha] unrecognizable insn compiling for.c of kernel 2.4.22-pre8

2003-08-11 Thread falk at debian dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11717 --- Additional Comments From falk at debian dot org 2003-08-11 22:03 --- Created an attachment (id=4594) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4594action

Bug#169862: [Bug c++/9067] vectors of vectors break with -ftrapv

2003-07-06 Thread falk at debian dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9067 falk at debian dot org changed: What|Removed |Added

Bug#169862: [Bug optimization/1823] -ftrapv aborts with pointer difference due to division optimization

2003-07-06 Thread falk at debian dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1823 falk at debian dot org changed: What|Removed |Added

Bug#169862: [Bug optimization/1823] -ftrapv aborts with pointer difference due to division optimization

2003-07-06 Thread falk at debian dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1823 falk at debian dot org changed: What|Removed |Added

Bug#169862: [Bug optimization/1823] -ftrapv aborts with pointer difference due to division optimization

2003-07-06 Thread falk at debian dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1823 --- Additional Comments From falk at debian dot org 2003-07-06 18:09 --- Created an attachment (id=4354) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4354action=view