[Bug target/40220] New: Compile error after r147534

2009-05-21 Thread jbglaw at lug-owl dot de
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jbglaw at lug-owl dot de GCC target triplet: vax-linux http://gcc.gnu.org

[Bug target/40220] Compile error after r147534

2009-05-21 Thread jbglaw at lug-owl dot de
--- Comment #1 from jbglaw at lug-owl dot de 2009-05-21 14:30 --- Created an attachment (id=17899) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17899action=view) This patch fixes the error by reverting the problem-causing change. See http://gcc.gnu.org/ml/gcc-patches/2009-05

[Bug middle-end/39809] emit-rtl.c:608(- gen_rtx_REG): warning: array subscript is above array bounds

2009-04-21 Thread jbglaw at lug-owl dot de
--- Comment #2 from jbglaw at lug-owl dot de 2009-04-21 21:32 --- This is SVN trunk, fetched via GIT. With my last build, it was SVN rev 146349 which produces the warnings. At this point I also just realize that it might be a nice thing to actually print out the array bounds as well

[Bug c/39809] New: emit-rtl.c:608(- gen_rtx_REG): warning: array subscript is above array bounds

2009-04-18 Thread jbglaw at lug-owl dot de
ReportedBy: jbglaw at lug-owl dot de GCC build triplet: i686-linux GCC host triplet: i686-linux GCC target triplet: v850e-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39809

[Bug middle-end/30537] [4.3 regression] ICE with -fno-unit-at-a-time an inlining

2007-06-04 Thread jbglaw at lug-owl dot de
--- Comment #4 from jbglaw at lug-owl dot de 2007-06-04 08:18 --- That was already known in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30563 ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30537

[Bug tree-optimization/30563] [4.3 Regression] ice for legal code with flags -O2 -fno-unit-at-a-time

2007-04-22 Thread jbglaw at lug-owl dot de
--- Comment #6 from jbglaw at lug-owl dot de 2007-04-22 18:54 --- This was introduced (or the effect came up) with the inline rewriting at r120835. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30563

[Bug target/25514] [4.0, 4.1 regression] [m68k] internal consistency failure

2006-05-23 Thread jbglaw at lug-owl dot de
--- Comment #9 from jbglaw at lug-owl dot de 2006-05-23 07:54 --- Bisected down to r113983 (which was ment to fix this problem for m68k), I'm getting exactly this internal consistency failure when compiling parts of uClibc for vax-linux-uClibc. (That is, starting with r113981:-) From

[Bug rtl-optimization/26232] [4.2 Regression] cc0 targets broken; loop-invariants-move code doesn't handle cc0.

2006-02-12 Thread jbglaw at lug-owl dot de
--- Comment #7 from jbglaw at lug-owl dot de 2006-02-12 20:52 --- Just for the records: ICEs on VAX, too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26232

[Bug rtl-optimization/25484] [4.2 Regression] Fix for PR25456 is wrong

2005-12-19 Thread jbglaw at lug-owl dot de
--- Comment #2 from jbglaw at lug-owl dot de 2005-12-19 14:17 --- Fixed by Jörn Rennecke [EMAIL PROTECTED] in http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01424.html . -- jbglaw at lug-owl dot de changed: What|Removed |Added

[Bug c/25484] New: Fix for PR25456 is wrong

2005-12-18 Thread jbglaw at lug-owl dot de
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jbglaw at lug-owl dot de GCC target triplet: vax-dec-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25484

[Bug c/25484] Fix for PR25456 is wrong

2005-12-18 Thread jbglaw at lug-owl dot de
--- Comment #1 from jbglaw at lug-owl dot de 2005-12-18 18:37 --- Created an attachment (id=10529) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10529action=view) Correct fix This is the correct fix, see http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01258.html . -- http

[Bug c/24597] New: Function call with negated value after test is done wrongly

2005-10-31 Thread jbglaw at lug-owl dot de
is done wrongly Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jbglaw at lug-owl dot de GCC build

[Bug c/24597] Function call with negated value after test is done wrongly

2005-10-31 Thread jbglaw at lug-owl dot de
--- Comment #1 from jbglaw at lug-owl dot de 2005-10-31 15:49 --- Created an attachment (id=10084) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10084action=view) My sine and cosine implementation serving as testcase. The attached .tar.gz contains my start of a libm. Don't laugh

[Bug rtl-optimization/23898] basic block reordering excessively increases code size; get_uncond_jump_length pessimistic

2005-09-22 Thread jbglaw at lug-owl dot de
--- Additional Comments From jbglaw at lug-owl dot de 2005-09-22 21:33 --- The patch that was imported two days ago seems to break architectures that don't have length defines in their MD files (eg. VAX). I haven't checked if there are other architectures affected, though

[Bug middle-end/23237] [4.1 Regression] -O1 rejects valid code (xxx causes a section type conflict).

2005-08-20 Thread jbglaw at lug-owl dot de
--- Additional Comments From jbglaw at lug-owl dot de 2005-08-20 14:04 --- I spotted this bug at some time before while doing VAX development. Taken from http://www.pergamentum.com/pipermail/linux-vax/2005-July/31.html, cvs HEAD was already broken (wrt. this bug) at Jul 24, 2005. I

[Bug c/21196] New: -O2 optimizer bug?

2005-04-24 Thread jbglaw at lug-owl dot de
: jbglaw at lug-owl dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21196

[Bug c/21196] -O2 optimizer bug?

2005-04-24 Thread jbglaw at lug-owl dot de
--- Additional Comments From jbglaw at lug-owl dot de 2005-04-24 20:05 --- Hi! Here's how I configured it: /home/jbglaw/vax-linux/scm/build-20050424-193631-i686-linux/src/gcc/configure --disable-multilib --with-newlib --disable-nls --enable-threads=no --disable-threads --enable

[Bug bootstrap/20778] New: ICE in default_no_named_section(), at varasm.c:4828

2005-04-05 Thread jbglaw at lug-owl dot de
Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jbglaw at lug-owl dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-linux GCC host triplet: i686-linux GCC