[Bug fortran/23201] [4.1 Regression] internal compiler error: verify_ssa failed

2005-11-11 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2005-11-11 22:57 --- The testcase from comment #3 starts failing with this patch: r97988 | dnovillo | 2005-04-11 22:06:46 + (Mon, 11 Apr 2005) | 17 lines PR tree-optimization/20933 * tree-ssa-alias.c

[Bug rtl-optimization/24497] [3.4/4.0/4.1 Regression] internal compiler error: in apply_opt_in_copies, at loop-unroll.c:2122

2005-11-11 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-11-11 23:48 --- A regression hunt using an m68k-elf cross compiler on powerpc-linux shows that the test failure begins with this patch: r87487 | rakdver | 2004-09-14 08:05:46 + (Tue, 14 Sep 2004) | 17 lines

[Bug tree-optimization/24309] [4.1 Regression] ICE with -O3 -ftree-loop-linear

2005-11-14 Thread janis at gcc dot gnu dot org
--- Comment #9 from janis at gcc dot gnu dot org 2005-11-14 17:39 --- A regression hunt on powerpc-linux shows that the testcase from comment #8 starts failing with this large merge from the autovect branch, within the date range that the submitter identified: http://gcc.gnu.org

[Bug tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807

2005-11-14 Thread janis at gcc dot gnu dot org
--- Comment #8 from janis at gcc dot gnu dot org 2005-11-14 19:40 --- A regression hunt on powerpc-linux using -O2 with the testcase in comment #7 identified the following large patch: http://gcc.gnu.org/viewcvs?view=rev&rev=100478 r100478 | dnovillo | 2005-06-02 02:57:15 +

[Bug debug/24824] [4.1 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-11-14 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-11-14 20:43 --- A regression hunt on powerpc-linux using the testcase from comment #4 identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=100757 r100757 | nathan | 2005-06-08 11:49:23 + (Wed, 08 Jun

[Bug testsuite/24841] dg-require compilation-test trigged on test with additional-sources barfs

2005-11-14 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2005-11-14 22:06 --- The test works if the dg-require directive preceeds the dg-additional-sources directive, although I haven't yet figured out why. I'll keep investigating and add that information here, and also

[Bug rtl-optimization/24810] [4.1 Regression] mov + mov + testl generated instead of testb

2005-11-14 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2005-11-14 22:17 --- A regression hunt using an i686-linux cross compiler identified the following patch where the code generation changes: http://gcc.gnu.org/viewcvs?view=rev&rev=99658 r99658 | hubicka | 2005-05-13 13:57:19 +

[Bug testsuite/24841] dg-require compilation-test trigged on test with additional-sources barfs

2005-11-14 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2005-11-15 01:18 --- Subject: Bug 24841 Author: janis Date: Tue Nov 15 01:18:45 2005 New Revision: 106923 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106923 Log: PR testsuite/24841 * gcc.dg/attr-wea

[Bug testsuite/24841] dg-require compilation-test trigged on test with additional-sources barfs

2005-11-14 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2005-11-15 01:25 --- Aha, it's gcc_target_object_format that's gobbling up the additional source file if it hasn't already cached the result. Documentation patch in progress. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24841

[Bug rtl-optimization/24823] [4.1 Regression] ICE

2005-11-14 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-11-15 01:45 --- A regression hunt using an x86_64 cross compiler identified: http://gcc.gnu.org/viewcvs?view=rev&rev=106686 r106686 | krebbel | 2005-11-09 11:34:56 + (Wed, 09 Nov 2005) | 8 lines 2005-11-09 Andreas Kre

[Bug fortran/24862] [4.1 Regression] Internal Error: Derived type I/O should have been handled via the frontend.

2005-11-15 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2005-11-15 19:34 --- A regression hunt identified the following patch from Janne Blomqvist: http://gcc.gnu.org/viewcvs?view=rev&rev=104662 r104662 | bdavis | 2005-09-26 20:24:45 + (Mon, 26 Sep 2005) | 28 lines -- janis at

[Bug fortran/24875] [gfortran, 4.1.0 regression] Arithmetic overflow during compilation

2005-11-15 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2005-11-15 20:16 --- It fails on powerpc64-linux with both -m32 and -m64 for current trunk, 4.0 branch, and GCC 4.0.0. Since it's Fortran 90 code it's not really a regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24875

[Bug rtl-optimization/24883] [4.1 Regression] fatal error: internal consistency failure building xorg-x11

2005-11-16 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2005-11-16 19:31 --- A regression hunt using an s390-linux cross compiler on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=103955 r103955 | ian | 2005-09-06 17:51:48 + (Tue, 06 Sep 2005)

[Bug debug/24908] New: ICE in dwarf2out for cpu2000 with -funroll-loops -fno-tree-copyrename

2005-11-16 Thread janis at gcc dot gnu dot org
Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24908

[Bug debug/24908] ICE in dwarf2out for cpu2000 with -funroll-loops -fno-tree-copyrename

2005-11-16 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2005-11-16 22:09 --- Created an attachment (id=10261) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10261&action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24908

[Bug target/24626] [4.1 Regression] internal compiler error: verify_flow_info failed

2005-11-16 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-11-17 00:02 --- A regression hunt with an hppa-linux cross compiler on powerpc-linux using the testcase from comment #2 identified this large RTL loop versioning patch: http://gcc.gnu.org/viewcvs?view=rev&rev=97481 r97481 | h

[Bug target/24954] [4.1/4.2 Regression] ICE: could not split insn

2005-11-21 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2005-11-21 20:27 --- A regression hunt identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=106588 2005-11-07 Paolo Bonzini <[EMAIL PROTECTED]> PR target/24230 * config/rs600

[Bug middle-end/25125] [4.1/4.2 Regression] (short) ((int)(unsigned short) + (int)) is done in the wrong type

2005-11-28 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2005-11-28 21:48 --- A regression hunt identified this large patch of many VPR fixes: http://gcc.gnu.org/viewcvs?view=rev&rev=100478 r100478 | dnovillo | 2005-06-02 02:57:15 + (Thu, 02 Jun 2005) | 141 lines -- janis at gcc

[Bug tree-optimization/25000] [4.1/4.2 Regression] ICE in coalesce_abnormal_edges, at tree-outof-ssa.c:646

2005-11-28 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-11-28 23:26 --- A regression hunt using the reduced testcase from comment #3 identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=98066 r98066 | law | 2005-04-13 04:29:40 + (Wed, 13 Apr 2005) --

[Bug c++/25010] [4.1/4.2 regression] Segmentation fault (infinite recursion in cgraph_clone_inlined_nodes)

2005-11-28 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2005-11-29 00:13 --- A regression hunt identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=104103 r104103 | mmitchel | 2005-09-09 18:56:16 + (Fri, 09 Sep 2005) | 15 lines PR c++/22252 * de

[Bug c++/24996] [4.0/4.1/4.2 Regression] ICE on throw code

2005-11-29 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-11-29 18:36 --- A regression hunt identified the following patch (not terribly useful): r81764 | dnovillo | 2004-05-13 06:41:07 + (Thu, 13 May 2004) | 3 lines Merge tree-ssa-20020619-branch into mainline. Andrew, are you

[Bug c++/24996] [4.0/4.1/4.2 Regression] ICE on throw code

2005-11-29 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-11-29 18:37 --- The question in my previous comment should have been to Volker, not Andrew. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24996

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2005-11-30 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-11-30 19:27 --- A regression hunt using the testcase from comment #3 identified: http://gcc.gnu.org/viewcvs?view=rev&rev=85599 r85599 | nathan | 2004-08-05 09:03:42 + (Thu, 05 Aug 2004) | 17 lines * tr

[Bug c/25161] [4.0/4.1/4.2 Regression] Internal compiler error (segfault) instead of error message

2005-11-30 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2005-11-30 21:33 --- A regression hunt identified this patch to fix PR c/12913 http://gcc.gnu.org/viewcvs?view=rev&rev=98464 r98464 | jsm28 | 2005-04-20 16:41:48 + (Wed, 20 Apr 2005) -- janis at gcc dot gnu dot org cha

[Bug debug/25194] New: ICE in dwarf2out for mesa with -O2 -funroll-loops -g

2005-11-30 Thread janis at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc64-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25194

[Bug debug/25194] [4.1/4.2 Regression] ICE in dwarf2out for mesa with -O2 -funroll-loops -g

2005-12-01 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-12-01 18:36 --- Interesting, Alan can't reproduce the failure I reported but his patch at http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00015.html fixes it. I'll test again when the patch has been checked in and then clo

[Bug tree-optimization/25211] New: verify_ssa ICE for mesa with -Os -ftree-loop-linear

2005-12-01 Thread janis at gcc dot gnu dot org
ority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25211

[Bug target/25212] New: unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread janis at gcc dot gnu dot org
signed at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25212

[Bug target/25212] unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2005-12-01 22:09 --- Created an attachment (id=10385) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10385&action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25212

[Bug tree-optimization/25211] verify_ssa ICE for mesa with -Os -ftree-loop-linear

2005-12-01 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2005-12-01 22:10 --- Created an attachment (id=10386) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10386&action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25211

[Bug target/25212] [4.1/4.2 Regression] unrecognizable insn for facerec with odd optimization set

2005-12-01 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-12-01 23:15 --- Except that the testcase still fails and the fix for 24997 was checked in a few days ago. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25212

[Bug testsuite/25247] syntax error in target selector for gcc.dg/torture/fp-int-convert-float128-timode.c

2005-12-05 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-12-05 19:06 --- Subject: Bug 25247 Author: janis Date: Mon Dec 5 19:06:11 2005 New Revision: 108069 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108069 Log: PR testsuite/25247 * lib/target-support

[Bug testsuite/25247] syntax error in target selector for gcc.dg/torture/fp-int-convert-float128-timode.c

2005-12-05 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-12-05 19:14 --- This fix is also needed for the 4.1 and 4.0 branches, which I'm testing now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25247

[Bug testsuite/25247] syntax error in target selector for gcc.dg/torture/fp-int-convert-float128-timode.c

2005-12-05 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2005-12-05 22:51 --- Subject: Bug 25247 Author: janis Date: Mon Dec 5 22:51:40 2005 New Revision: 108079 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108079 Log: PR testsuite/25247 * lib/target-support

[Bug testsuite/25247] syntax error in target selector for gcc.dg/torture/fp-int-convert-float128-timode.c

2005-12-06 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2005-12-06 18:04 --- Subject: Bug 25247 Author: janis Date: Tue Dec 6 18:04:00 2005 New Revision: 108124 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108124 Log: PR testsuite/25247 * lib/target-support

[Bug testsuite/25352] xfail within dg-do command has no effect

2005-12-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2005-12-12 17:57 --- This is odd, if the test case has a syntax error the xfail works as expected, but with #error it doesn't. I'll look into it. Take a look at gcc/testsuite/gcc.test-framework, which tests lots of combi

[Bug testsuite/25352] xfail within dg-do command has no effect

2005-12-12 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2005-12-12 22:14 --- How embarrassing, I tried these things by adding new tests to gcc.test-framework and the awk script that checks the results was ignoring some of the results because of magic needed for the generated tests. Now I&#

[Bug testsuite/25352] xfail within dg-do command has no effect

2005-12-13 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-12-13 19:08 --- xfail within a dg-do command other than run has no effect, at least not with DejaGnu 1.4.4 used with GCC at least as far back as 3.0. The DejaGnu documentation doesn't mention the dg-* directives. The commen

[Bug debug/25194] [4.1/4.2 Regression] ICE in dwarf2out for mesa with -O2 -funroll-loops -g

2005-12-14 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2005-12-14 17:56 --- Compiling mesa with the options mentioned in the original description passes on mainline and 4.1 with the fix for PR 24908. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25194

[Bug testsuite/25352] xfail within dg-do command has no effect

2005-12-14 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-12-14 18:17 --- I've got an ugly fix that reaches up a couple of levels to get the variable from the DejaGnu proc that records that the test should be xfailed. Ben Elliston, who is a DejaGnu maintainer, says that 1.4.5 wi

[Bug target/18631] [4.0 Regression] missing error messages passing vectors with -mno-altivec -mabi=altivec

2006-01-05 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-01-05 17:52 --- My nightly build compilers don't show errors or warnings from anything later than 3.4: elm3b11% /opt/gcc-nightly/trunk/bin/gcc -c -mno-altivec -mabi=altivec 18631.c elm3b11% /opt/gcc-nightly/4.1/bin/gcc -c

[Bug testsuite/20567] dg-options in gcc.c-torture

2006-01-11 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-01-11 22:21 --- It's easy to replace gcc.c-torture/execute/execute.exp with compile/compile.exp, use "run" for the default instead of "assemble", and then add test directives to the .c files to replace t

[Bug c/25682] [4.0/4.1/4.2 Regression] ICE when using old sytle offsetof (with non zero start) as array size

2006-01-16 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-01-16 19:28 --- A regression hunt on powerpc-linux using the submitter's testcase identified the following patch as introducing the failure: http://gcc.gnu.org/viewcvs?view=rev&rev=87064 r87064 | rth | 2004-09-03 23:50

[Bug c++/25342] [3.4/4.0/4.1/4.2 Regression] internal compiler error: in lookup_member, at cp/search.c:1209

2006-01-16 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-01-16 20:34 --- A regression hunt on powerpc-linux using the testcase from comment #1 identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=72611 r72611 | lerdsuwa | 2003-10-17 15:41:46 + (Fri, 17 Oct

[Bug c++/25836] [3.4/4.0/4.1/4.2 Regression] G++ does not allow a conversion of templated types

2006-01-18 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2006-01-18 21:24 --- A regression hunt on powerpc-linux using the submitter's testcase identified the following very large patch: http://gcc.gnu.org/viewcvs?view=rev&rev=69130 r69130 | mmitchel | 2003-07-09 08:48:08 + (We

[Bug c++/25855] template specialisation not always found (partial ordering)

2006-01-20 Thread janis at gcc dot gnu dot org
--- Comment #12 from janis at gcc dot gnu dot org 2006-01-21 01:24 --- A regression hunt of the trunk on powerpc-linux using the testcase in comment #4 (modified to abort if the result is not 4) identified the following patch to fix several C++ bugs: http://gcc.gnu.org/viewcvs?view=rev

[Bug c++/28113] [4.2 Regression] vectors initialized in ctors, not at compile time, cause altivec-3.C failure

2006-07-19 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2006-07-19 16:51 --- This can be closed, either as fixing the test case or as "will not fix" for detecting in the compiler that the initialization could be done at compile time. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28113

[Bug middle-end/27770] [4.2 Regression] wrong code in spec tests for -ftree-vectorize -maltivec

2006-08-04 Thread janis at gcc dot gnu dot org
--- Comment #23 from janis at gcc dot gnu dot org 2006-08-04 16:48 --- The CPU2000 tests now pass, so as far as I'm concerned this is fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27770

[Bug tree-optimization/28003] [4.2 Regression] optimizer bug

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #10 from janis at gcc dot gnu dot org 2006-08-08 15:51 --- A regression hunt on powerpc-linux identified the following patch where the testcase from comment #3 starts failing: http://gcc.gnu.org/viewcvs?view=rev&rev=109938 r109938 | dberlin | 2006-01-19 01:4

[Bug tree-optimization/28544] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2006-08-08 15:54 --- A regression hunt using an i686-linux cross compiler with the testcase from comment #6 identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=111300 r111300 | dberlin | 2006-02-20 13:3

[Bug middle-end/27945] [4.0/4.1/4.2 Regression] Packed struct of variable length has wrong size

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-08-08 16:05 --- A regression hunt on powerpc-linux showed that the behavior changed with this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=65103 r65103 | jason | 2003-03-31 20:25:11 + (Mon, 31 Mar 2003) There

[Bug middle-end/28010] [4.1/4.2 regression] ICE because of fold_rtx endless recursion

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-08-08 18:31 --- A regression hunt using an i686-linux cross compiler with the testcase from comment #1 identified the following patch where the compiler starts segfaulting: http://gcc.gnu.org/viewcvs?view=rev&rev=10

[Bug c++/28385] [4.0/4.1/4.2 regression] templated function call goes awry

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-08-08 19:55 --- A regression hunt on powerpc-linux identified this patch where a testcase based on the submitter's test (see below) starts failing: http://gcc.gnu.org/viewcvs?view=rev&rev=95356 r95356 | paolo | 2

[Bug target/28493] Wrong address of stack object used for destructor call on PPC

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-08-08 20:35 --- David asked me to run a regression hunt on this, but I'm very confused about when the problem occurs, since some of the submitter's examples look just fine to me. Here's what it looks like to m

[Bug target/28493] Wrong address of stack object used for destructor call on PPC

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-08-08 20:49 --- Oops, I meant that for 4.1 powerpc-linux with sjlj exceptions, it passes for -O0 but fails for -O[s123]. I'm trying 4.0 now, then will back up if I see problems with 4.0. -- http://gcc.gnu.org/bug

[Bug rtl-optimization/28651] signed compare incorrectly false for (int)(U+4)<(int)U where U is unsigned INT_MAX (for optimized x86)

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-08-08 20:59 --- A regression hunt on powerpc-linux confirmed that this patch caused the change in behavior: http://gcc.gnu.org/viewcvs?view=rev&rev=107702 r107702 | bonzini | 2005-11-30 08:20:23 + (Wed, 30 Nov

[Bug target/28493] Wrong address of stack object used for destructor call on PPC

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2006-08-08 21:08 --- I don't get any failures with the 4.0-branch for powerpc-linux with sjlj exceptions. Here's the executable test case I'm using for a regression hunt: extern "C" vo

[Bug target/28493] Wrong address of stack object used for destructor call on PPC

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #9 from janis at gcc dot gnu dot org 2006-08-09 00:13 --- Aaron, I had not noticed that the stack pointer is modified in some of the code that I had thought looked correct. My example works correctly with -O0 for powerpc-linux with sjlj exceptions for 4.0 and 4.1 branches

[Bug target/28493] Wrong address of stack object used for destructor call on PPC

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #10 from janis at gcc dot gnu dot org 2006-08-09 00:21 --- A regression hunt using the testcase from comment #7 compiled with -O1, with a powerpc-linux compiler configured with --enable-sjlj-exceptions, identified the following patch: http://gcc.gnu.org/viewcvs?view=rev

[Bug c++/28559] [4.2 regression] ICE with friend and __attribute__

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-09 00:36 --- A regression hunt on powerpc-linux identified this large patch: http://gcc.gnu.org/viewcvs?view=rev&rev=115086 r115086 | jason | 2006-06-30 01:15:56 + (Fri, 30 Jun 2006) -- janis at gcc dot gnu

[Bug c++/28255] [4.1/4.2 regression] ICE with initialization in template

2006-08-09 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-08-09 15:46 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=102182 r102182 | giovannibajo | 2005-07-20 01:19:59 + (Wed, 20 Jul 2005) -- janis at gcc dot gnu

[Bug target/24367] unrecognizable insn with -fPIC -O2 -funroll-loops

2006-08-09 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-09 17:48 --- A regression hunt using an s390-linux cross compiler on powerpc-linux, with the submitter's testcase and options, identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=88869 r88869 | pinsk

[Bug c++/28677] [4.0/4.1 regression] Function prototype in function body crashes compilation

2006-08-10 Thread janis at gcc dot gnu dot org
--- Comment #9 from janis at gcc dot gnu dot org 2006-08-10 23:15 --- In case Jakub's patch can't be backported easily, this might be useful. A regression hunt on powerpc-linux identified the following patch as the start of failures for the testcase in comment #5:

[Bug middle-end/28683] [4.0/4.1/4.2 regression] ICE (segfault in add_reg_br_prob_note) when comparing pointers with -O (and higher)

2006-08-11 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-08-11 16:17 --- A regression hunt using an i686-linux cross compiler for the submitter's testcase with "-O2 -march=i486 -mtune=i686" identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=

[Bug c++/28659] [4.2 regression] ICE (segfault) while compiling kdelibs 4.0 snapshot

2006-08-11 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-08-11 18:46 --- A regression hunt on powerpc-linux using the test case added for comment #3 identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=115086 r115086 | jason | 2006-06-30 01:15:56 + (Fri

[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-08-11 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2006-08-11 19:24 --- A regression hunt using an arm-ep93xx-linux-gnueabi cross compiler on powerpc-linux, with the testcase minimal.c, identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=105121 r105121 |

[Bug debug/28692] [4.2 Regression] ICE in rtl_for_decl_init, at dwarf2out.c

2006-08-11 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-11 19:27 --- This problem also affects powerpc-linux, where a regression hunt identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=112408 r112408 | geoffk | 2006-03-27 06:09:48 + (Mon, 27 Mar

[Bug c++/28595] [4.1/4.2 regression] ICE with invalid const static variable

2006-08-11 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-11 22:24 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=106566 r106566 | mmitchel | 2005-11-06 19:41:18 + (Sun, 06 Nov 2005) -- janis at gcc dot

[Bug c++/28506] [4.0/4.1/4.2 regression] ICE with initializers for functions

2006-08-11 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-11 22:29 --- A regression hunt using the first testcase identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=94656 r94656 | giovannibajo | 2005-02-03 10:26:22 + (Thu, 03 Feb 2005) A regres

[Bug c++/28303] [4.1/4.2 regression] ICE on invalid typedef

2006-08-11 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-11 23:00 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=114667 r114667 | mmitchel | 2006-06-15 03:40:42 + (Thu, 15 Jun 2006) -- janis at gcc dot gnu dot

[Bug c/28287] [4.1/4.2 regression] ICE with misplaced attribute weak

2006-08-11 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-11 23:57 --- A regression hunt on powerpc-linux using a C compiler identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=101799 r101799 | dberlin | 2005-07-08 23:37:11 + (Fri, 08 Jul

[Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-08-12 21:22 --- A regression hunt on powerpc-linux using the testcase from comment #1 identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=114119 r114119 | mmitchel | 2006-05-25 20:18:26 + (Thu, 25 May

[Bug c++/28053] [4.2 regression] ICE deriving from class with invalid bitfield

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-12 21:25 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=114245 r114245 | mmitchel | 2006-05-30 21:25:02 + (Tue, 30 May 2006) -- janis at gcc dot gnu dot

[Bug c++/27493] [4.2 regression] ICE on invalid template parameter

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-08-12 21:26 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=113081 r113081 | mmitchel | 2006-04-19 16:58:23 + (Wed, 19 Apr 2006) -- janis at gcc dot

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-08-12 21:28 --- A regression hunt on powerpc-linux using the testcase from the submitter's description identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=114119 r114119 | mmitchel | 2006-05-25

[Bug c++/27397] [4.2 regression] ICE on invalid template argument

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-08-12 21:31 --- A testcase on powerpc-linux with the first testcase, mainline, checking enabled, identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=113081 r113081 | mmitchel | 2006-04-19 16:58:23 +

[Bug c++/27270] [4.1/4.2 Regression]ICE in process_init_constructor_array, at cp/typeck2.c:788

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-08-12 21:36 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=102182 r102182 | giovannibajo | 2005-07-20 01:19:59 + (Wed, 20 Jul 2005) -- janis at gcc

[Bug c++/28346] [4.0/4.1/4.2 regression] ICE creating pointer-to-reference-member

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-12 21:37 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=93055 r93055 | nathan | 2005-01-07 17:09:15 + (Fri, 07 Jan 2005) -- janis at gcc dot gnu

[Bug c++/28341] [4.0/4.1/4.2 regression] ICE with references as template parameters

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2006-08-12 21:40 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=90059 r90059 | giovannibajo | 2004-11-04 13:07:35 + (Thu, 04 Nov 2004) -- janis at gcc

[Bug c++/28288] [4.0/4.1/4.2 regression] ICE with min/max operator

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-08-12 21:44 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=87810 r87810 | sayle | 2004-09-21 16:20:12 + (Tue, 21 Sep 2004) -- janis at gcc dot gnu

[Bug c++/28261] [4.0/4.1/4.2 regression] ICE with enum in constructor definition

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-08-12 21:45 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=84689 r84689 | mmitchel | 2004-07-14 15:34:30 + (Wed, 14 Jul 2004) -- janis at gcc dot

[Bug c++/28058] [4.1/4.2 regression] ICE in inline_forbidden_p

2006-08-14 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2006-08-14 16:16 --- Regression hunts on powerpc-linux showed that the original testcase with -O3 and the testcase in comment #5 with -O0 both start getting segfaults with the following patch: http://gcc.gnu.org/viewcvs?view=rev&

[Bug middle-end/28753] [4.2 regression] ICE in extract_insn, at recog.c:2075 on powerpc

2006-08-18 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-08-18 18:04 --- The testcase in comment #4 is incomplete; I get all of these errors even with the current 4.1-branch on powerpc-linux: elm3b11% /opt/gcc-nightly/4.1/bin/g++ -c 28753.cc 28753.cc:21: error: ISO C++ forbids declaration

[Bug c++/23211] [4.0/4.1/4.2 regression] using dec in nested class doesn't import name

2006-08-18 Thread janis at gcc dot gnu dot org
--- Comment #10 from janis at gcc dot gnu dot org 2006-08-18 21:30 --- A regression hunt on powerpc-linux using the submitter's testcase identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=69921 r69921 | nathan | 2003-07-29 11:16:50 + (Tue, 29

[Bug middle-end/28753] [4.2 regression] ICE in extract_insn, at recog.c:2075 on powerpc

2006-08-18 Thread janis at gcc dot gnu dot org
--- Comment #8 from janis at gcc dot gnu dot org 2006-08-18 22:20 --- A regression hunt on powerpc-linux using the testcase from comment #4 identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=110852 r110852 | rakdver | 2006-02-10 21:01:10 + (Fri, 10

[Bug middle-end/28753] [4.2 regression] ICE in extract_insn, at recog.c:2075 on powerpc

2006-08-18 Thread janis at gcc dot gnu dot org
--- Comment #9 from janis at gcc dot gnu dot org 2006-08-18 23:31 --- A regression hunt using "-O2 -w -fmove-loop-invariants" on powerpc-linux identfied the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=99547 r99547 | rakdver | 2005-05-10 22:33:30 +000

[Bug tree-optimization/28778] [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered

2006-08-21 Thread janis at gcc dot gnu dot org
--- Comment #10 from janis at gcc dot gnu dot org 2006-08-21 16:34 --- A regression hunt on powerpc-linux using the testcase from comment #3 identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=91097 r91097 | kazu | 2004-11-23 17:45:50 + (Tue, 23 Nov

[Bug c/28768] [4.0/4.1/4.2 Regression] Preprocessor doesn't parse tokens correctly?

2006-08-21 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-08-21 18:29 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=66019 r66019 | neil | 2003-04-23 22:44:06 + (Wed, 23 Apr 2003) -- janis at gcc dot gnu dot

[Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++

2006-08-21 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-08-21 21:20 --- A regression hunt on powerpc-linux identified this patch, which is a merge of the pch-branch: http://gcc.gnu.org/viewcvs?view=rev&rev=61136 r61136 | geoffk | 2003-01-10 02:22:34 + (Fri, 10 Jan 2003)

[Bug driver/28528] [4.0/4.1/4.2 Regression] C language extensions override -x in C++ driver

2006-08-21 Thread janis at gcc dot gnu dot org
--- Comment #8 from janis at gcc dot gnu dot org 2006-08-21 23:34 --- In response to Geoff's request in comment #6: elm3b11% /home/janis/tools/gcc-3.3.5-ppc32/bin/g++ -B./ -c -x c++ 28528.i -### Reading specs from /home/janis/tools/gcc-3.3.5-ppc32/lib/gcc-lib/powerpc-linux/3.3.5/

[Bug debug/28834] [4.0/4.1/4.2 Regression] -O3 -g crashes sometimes when using may_alias and structs

2006-08-24 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-08-24 23:35 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=87036 r87036 | dpatel | 2004-09-03 17:10:40 + (Fri, 03 Sep 2004) -- janis at gcc dot gnu dot

[Bug middle-end/27657] [4.2 regression] bogus undefined reference error to static var with -g and -O

2006-08-28 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-08-28 19:43 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=112361 r112361 | geoffk | 2006-03-24 21:59:48 + (Fri, 24 Mar 2006) The log message and

[Bug libgomp/25259] [4.2 Regression] bootstrap failures on non-C99 platforms (no stdint.h)

2006-08-28 Thread janis at gcc dot gnu dot org
--- Comment #20 from janis at gcc dot gnu dot org 2006-08-28 20:42 --- Subject: Bug 25259 Author: janis Date: Mon Aug 28 20:42:12 2006 New Revision: 116528 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116528 Log: Backport from mainline (part of r198241)

[Bug c++/26102] [4.1/4.2 regression] "using Base::member" nonsense

2006-08-28 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-08-28 21:03 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=110017 r110017 | mmitchel | 2006-01-20 03:07:58 + (Fri, 20 Jan 2006) -- janis at gcc dot gnu dot

[Bug c++/25868] [4.0/4.1 Regression] Multiple templates and typedefs cause function prototype not to match

2006-08-28 Thread janis at gcc dot gnu dot org
--- Comment #9 from janis at gcc dot gnu dot org 2006-08-28 22:14 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=116409 r116409 | nathan | 2006-08-25 16:56:07 + (Fri, 25 Aug 2006) -- janis at gcc dot gnu dot

[Bug middle-end/27657] [4.2 regression] bogus undefined reference error to static var with -g and -O

2006-08-28 Thread janis at gcc dot gnu dot org
--- Comment #9 from janis at gcc dot gnu dot org 2006-08-28 22:58 --- I can confirm that the latest regression is from r112408. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27657

[Bug c++/28903] [4.2 Regression] Rejects VLA in template class's member with using

2006-08-31 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-08-31 17:57 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=116276 r116276 | mmitchel | 2006-08-20 23:53:10 + (Sun, 20 Aug 2006) -- janis at gcc dot gnu dot

[Bug tree-optimization/28900] [4.1/4.2 regression] ICE verify_stmts failed (invalid operand to unary operator)

2006-08-31 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-08-31 20:27 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=99691 r99691 | kazu | 2005-05-14 00:46:12 + (Sat, 14 May 2005) -- janis at gcc dot gnu dot

[Bug tree-optimization/28905] [4.2 regression] ICE in compare_name_with_value, at tree-vrp.c:3557

2006-08-31 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2006-08-31 20:29 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=116213 r116213 | rakdver | 2006-08-17 08:22:05 + (Thu, 17 Aug 2006) -- janis at gcc dot gnu dot

[Bug other/28002] decNumber sources need GPL+exception for use in libgcc

2006-09-05 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-09-05 16:31 --- David is pursuing this as part of a larger effort to fix licenses for GCC libraries. David, any news? -- janis at gcc dot gnu dot org changed: What|Removed |Added

<    1   2   3   4   5   6   7   8   9   10   >