[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2008-02-04 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2008-02-04 21:28 --- A prerequisite to changing the default to the AltiVec ABI is to fix -mabi=no-altivec. A patch for that is at http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00094.html -- http://gcc.gnu.org/bugzilla

[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2008-02-04 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2008-02-05 02:23 --- There's another mess hiding under the ABI change, which is that synthetic vectors of the same size as AltiVec vectors are passed differently for -mabi=altivec than for -mabi=no-altivec. There are warnings

[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2008-01-29 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2008-01-29 23:45 --- While testing an extremely simple patch for this PR I discovered that -mabi=no-altivec hasn't had an effect since r99284, which changed the way that options are handled for the rs6000 back end. Before that change

[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2008-01-29 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2008-01-30 01:34 --- TARGET_ALTIVEC_VRSAVE is also set to one in rs6000_override_options after -mno-vrsave has been process, meaning that the option has no effect. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34526

[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2008-01-25 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2008-01-25 23:19 --- I'm planning to write and test a patch to change the default ABI to be the AltiVec ABI. I don't anticipate, though, that any issues would be found with the GCC testsuite; any problems would be due to compatibility

[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2008-01-25 Thread janis at gcc dot gnu dot org
-- janis at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |janis at gcc dot gnu dot org |dot org

[Bug target/34814] SDmode function args not passed according to ABI specification

2008-01-17 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2008-01-17 22:30 --- Subject: Bug 34814 Author: janis Date: Thu Jan 17 22:29:46 2008 New Revision: 131611 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131611 Log: PR target/34814 * gcc.target/powerpc/ppc32-abi-dfp

[Bug rtl-optimization/31944] [4.1/4.2/4.3 Regression] Endless loop while building a 64-bit 2.6.20 kernel

2008-01-10 Thread janis at gcc dot gnu dot org
--- Comment #22 from janis at gcc dot gnu dot org 2008-01-10 21:24 --- Steven asked for a regression hunt, but will not be pleased by the results. A hunt using a hppa64-linux cross cc1 on powerpc-linux identified http://gcc.gnu.org/viewcvs?view=revrev=81764 r81764 | dnovillo

[Bug rtl-optimization/31944] [4.1/4.2/4.3 Regression] Endless loop while building a 64-bit 2.6.20 kernel

2008-01-10 Thread janis at gcc dot gnu dot org
--- Comment #24 from janis at gcc dot gnu dot org 2008-01-10 23:17 --- A regression test using the test added in comment #23 identified: http://gcc.gnu.org/viewcvs?view=revrev=74332 r74332 | sayle | 2003-12-05 14:06:46 + (Fri, 05 Dec 2003) -- http://gcc.gnu.org

[Bug target/34711] g++.dg/tree-ssa/ivopts-1.C fails for power and arm

2008-01-09 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2008-01-09 18:20 --- Despite what the archived test results show, regression hunts using cross cc1plus on powerpc-linux show that the test starts failing for all tested powerpc and arm targets (the four listed in the submitter's

[Bug testsuite/34575] gcc.target/powerpc/parity-1.c and popcount-1.c scan-assembler popcntb on darwin9

2008-01-07 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2008-01-07 21:03 --- Subject: Bug 34575 Author: janis Date: Mon Jan 7 21:02:24 2008 New Revision: 131383 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131383 Log: 2008-01-07 Jack Howarth [EMAIL PROTECTED] PR testsuite

[Bug target/34711] New: g++.dg/tree-ssa/ivopts-1.C fails for power

2008-01-07 Thread janis at gcc dot gnu dot org
-1.C fails for power Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet

[Bug target/34526] no-altivec ABI should be fixed or no longer be the default

2007-12-19 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-12-19 18:50 --- I'd like to see -mabi=altivec be the default for -m32, with -mabi=no-altivec available for the rare cases when it's needed. Would changing the default cause any problems? -- http://gcc.gnu.org/bugzilla

[Bug target/34526] New: no-altivec ABI should be fixed or no longer be the default

2007-12-18 Thread janis at gcc dot gnu dot org
Component: target 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=34526

[Bug target/32765] Testsuite failures due to undefined symbol ___emutls_get_address

2007-12-17 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2007-12-17 19:30 --- Subject: Bug 32765 Author: janis Date: Mon Dec 17 19:30:08 2007 New Revision: 131012 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131012 Log: 2007-12-17 Jack Howarth [EMAIL PROTECTED] PR target

[Bug tree-optimization/34437] several test failures for gcc.dg/vect/no-scevccp-*

2007-12-12 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2007-12-12 17:44 --- It's legitimate to use -maltivec without -mabi=altivec unless linking against objects that were compiled with -mabi=altivec, so adding the option to vect.exp is merely hiding the problem. Is there a reason why only

[Bug tree-optimization/34038] 176.gcc segfaults when compiled with -O2 -ftree-vectorize -maltivec

2007-12-12 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2007-12-12 19:22 --- The failure goes away with -mabi=altivec, which is not the default with -m32. I had never seen this failure in my earlier testing on powerpc64-linux because whenever I used -maltivec I also used -mabi=altivec. It's

[Bug c++/33887] [4.1/4.2/4.3 Regression] Reference to bitfield gets wrong value when optimizing

2007-12-12 Thread janis at gcc dot gnu dot org
--- Comment #13 from janis at gcc dot gnu dot org 2007-12-12 22:04 --- Additional regression hunts on trunk discovered that the test starts failing with: http://gcc.gnu.org/viewcvs?view=revrev=103956 r103956 | steven | 2005-09-06 18:51:26 + (Tue, 06 Sep 2005) and starts

[Bug tree-optimization/34437] several test failures for gcc.dg/vect/no-scevccp-*

2007-12-12 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2007-12-12 23:28 --- I had assumed that -maltivec -mabi=no-altivec was supposed to work in the general case, then had some discussions about it on #gcc today and learned that it doesn't and is a known problem. Given that, we ought to add

[Bug tree-optimization/34038] 176.gcc segfaults when compiled with -O2 -ftree-vectorize -maltivec

2007-12-12 Thread janis at gcc dot gnu dot org
--- Comment #8 from janis at gcc dot gnu dot org 2007-12-12 23:34 --- Ira, it seems I've wasted your time; it's a well-known problem (except to me) that -maltivec without -mabi=altivec doesn't work in the general case because vector registers are not saved and restored. That explains

[Bug tree-optimization/34437] New: several test failures for gcc.dg/vect/no-scevccp-*

2007-12-11 Thread janis at gcc dot gnu dot org
Keywords: wrong-code Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug tree-optimization/34437] several test failures for gcc.dg/vect/no-scevccp-*

2007-12-11 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2007-12-11 23:27 --- The patch in comment #3 works, except that there need to be quotes around each option: -maltivec -mabi=altivec. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34437

[Bug c++/33887] [4.1/4.2/4.3 Regression] Reference to bitfield gets wrong value when optimizing

2007-12-11 Thread janis at gcc dot gnu dot org
--- Comment #12 from janis at gcc dot gnu dot org 2007-12-11 23:56 --- Before noticing comment #9, I tested a few saved installs of trunk and ran a regression hunt for trunk on powerpc-linux using the testcase from comment #7, which found this patch that caused the test to start failing

[Bug c++/33916] [4.2/4.3 Regression] Default constructor fails to initialize array members

2007-12-10 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-12-11 00:03 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=revrev=117834 r117834 | mmitchel | 2006-10-17 22:35:29 + (Tue, 17 Oct 2006) -- janis at gcc dot gnu dot org

[Bug tree-optimization/34138] [4.3 Regression] verify_ssa failed (found real variable when subvariables should have appeared)

2007-12-05 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2007-12-05 19:02 --- I was going to do a regression hunt on this, but discovered that it doesn't fail with current cross compilers for sparc-linux and i686-linux. With powerpc-linux it fails for 20071120 and passes for 20071130

[Bug tree-optimization/34038] 176.gcc segfaults when compiled with -O2 -ftree-vectorize -maltivec

2007-12-03 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-12-03 21:57 --- The failure occurs with -m32 -O3 -maltivec -fno-strict-aliasing, but not without -fno-strict-aliasing. That option is sometimes necessary because of invalid code in 176.gcc, as described in http://gcc.gnu.org/ml/gcc

[Bug tree-optimization/34038] 176.gcc segfaults when compiled with -O2 -ftree-vectorize -maltivec

2007-11-29 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-11-29 19:01 --- I can reproduce the failure with revision 130507 on a p970 system. I compile 176.gcc with -m32 -O3 -maltivec and execute that benchmark program with test input. My list of vectorized loops is the same except

[Bug tree-optimization/30088] [4.1 Regression] Unexpected compilation results: -O1 vs. -O1 -fstrict-aliasing

2007-11-14 Thread janis at gcc dot gnu dot org
--- Comment #12 from janis at gcc dot gnu dot org 2007-11-14 17:51 --- The submitter's testcase fails on powerpc-linux with the current 4.1 and 4.2 branches but has passed on mainline for several months. In comment #9 I said that results seemed to be intermittent; if it would

[Bug c++/34059] [4.1/4.2/4.3 regression] ICE with invalid base type for class member

2007-11-13 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-11-13 17:23 --- The change on mainline from silently accepting the code to an ICE is due to this patch: http://gcc.gnu.org/viewcvs?view=revrev=117360 r117360 | mmitchel | 2006-10-02 04:12:30 + (Mon, 02 Oct 2006

[Bug middle-end/34088] [4.3 regression] ICE with uninitialized variable and -Werror

2007-11-13 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-11-14 01:02 --- The ICE also occurs on powerpc-linux, where a regression hunt identified this patch: http://gcc.gnu.org/viewcvs?view=revrev=120373 r120373 | hubicka | 2007-01-03 01:12:56 + (Wed, 03 Jan 2007

[Bug c++/33975] [4.1/4.2/4.3 Regression] Incomplete types may be derefenced

2007-11-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-11-12 18:01 --- Mainline now reports an error for this code: elm3b187% /opt/gcc-nightly/trunk/bin/g++ 33975.cc 33975.cc: In function ‘int main()’: 33975.cc:8: error: invalid use of incomplete type ‘struct S’ 33975.cc:1: error

[Bug c++/33984] [4.2/4.3 Regression] bit-fields, references and overloads

2007-11-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-11-12 18:04 --- The mainline patch that caused this test to be accepted: http://gcc.gnu.org/viewcvs?view=revrev=113199 r113199 | mmitchel | 2006-04-23 18:04:33 + (Sun, 23 Apr 2006) -- janis at gcc dot gnu dot org

[Bug tree-optimization/34036] [4.2/4.3 Regression] ICE with control flow in the middle of basic block for -fnon-call-exceptions

2007-11-12 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2007-11-12 18:44 --- In response to comment #2, the options are indeed weird. This is one of the failures discovered by using combinations of options as described in http://gcc.gnu.org/ml/gcc/2007-09/msg00496.html. The correct fix might

[Bug c++/33468] [4.1/4.2/4.3 Regression] C++: Invalid interpretation of friendness with nested classes

2007-11-12 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-11-12 19:42 --- On the 4.0 branch, the behavior of the test changed with: http://gcc.gnu.org/viewcvs?view=revrev=115209 r115209 | jason | 2006-07-05 20:40:06 + (Wed, 05 Jul 2006) -- janis at gcc dot gnu dot org

[Bug rtl-optimization/34035] [4.3 Regression] ICE in calc_dfs_tree with -O2 -fnon-call-exceptions -ffast-math -fno-gcse

2007-11-09 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-11-09 17:23 --- The option list should have included -O2. This is one of the failures found by compiling SPEC CPU2000 with lots of sets of options and running with the test input, as described in http://gcc.gnu.org/ml/gcc/2007-09

[Bug libstdc++/34031] New: money_get:do_get incorrectly sets eofbit for valid input

2007-11-08 Thread janis at gcc dot gnu dot org
sets eofbit for valid input Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http

[Bug tree-optimization/34034] New: perlbmk hangs with -O2 -fno-tree-dce -fno-tree-dominator-opts

2007-11-08 Thread janis at gcc dot gnu dot org
- dominator-opts Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http

[Bug tree-optimization/34034] perlbmk hangs with -O2 -fno-tree-dce -fno-tree-dominator-opts

2007-11-08 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-11-08 18:49 --- Created an attachment (id=14510) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14510action=view) test for x86-linux -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34034

[Bug tree-optimization/34034] perlbmk hangs with -O2 -fno-tree-dce -fno-tree-dominator-opts

2007-11-08 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-11-08 18:49 --- Created an attachment (id=14511) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14511action=view) test for powerpc-linux -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34034

[Bug tree-optimization/34038] New: 176.gcc segfaults when compiled with -O2 -ftree-vectorize -maltivec

2007-11-08 Thread janis at gcc dot gnu dot org
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC build triplet: powerpc-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34038

[Bug rtl-optimization/34035] New: ICE in calc_dfs_tree with -O2 -fnon-call-exceptions -ffast-math -fno-gcse

2007-11-08 Thread janis at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-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

[Bug tree-optimization/34036] New: ICE with control flow in the middle of basic block for -fnon-call-exceptions

2007-11-08 Thread janis at gcc dot gnu dot org
: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34036

[Bug tree-optimization/34016] New: ICE in execute_todo with -ftree-loop-linear for 454.calculix

2007-11-07 Thread janis at gcc dot gnu dot org
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34016

[Bug tree-optimization/34017] New: ICE in lambda_loopnest_to_gcc_loopnest with -O2 -ftree-loop-linear

2007-11-07 Thread janis at gcc dot gnu dot org
Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34017

[Bug testsuite/32076] gcc.dg/tree-ssa/pr17141-1.c scan-tree-dump locp.*-i = is the same name twice

2007-11-02 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-11-02 17:54 --- Subject: Bug 32076 Author: janis Date: Fri Nov 2 17:54:12 2007 New Revision: 129858 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129858 Log: PR testsuite/32076 * lib/scandump.exp (dump-suffix

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

2007-11-01 Thread janis at gcc dot gnu dot org
--- Comment #10 from janis at gcc dot gnu dot org 2007-11-01 16:22 --- Subject: Bug 25352 Author: janis Date: Thu Nov 1 16:22:36 2007 New Revision: 129823 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129823 Log: gcc/ PR testsuite/25352 * doc/sourcebuild.texi

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

2007-10-30 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2007-10-30 17:54 --- Fixed. -- janis at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

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

2007-10-29 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2007-10-29 22:34 --- Subject: Bug 24841 Author: janis Date: Mon Oct 29 22:33:53 2007 New Revision: 129744 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129744 Log: PR testsuite/24841 * doc/sourcebuild.texi (Test

[Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.

2007-10-24 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2007-10-24 17:23 --- Rob, thanks for investigating this and finding new values. No one seems to have paid any attention here, so please send this as a patch to [EMAIL PROTECTED] (let me know privately if you have questions about

[Bug tree-optimization/31081] [4.3 Regression] Inliner messes up SSA for abnormals

2007-10-22 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-10-22 16:34 --- A regression hunt on powerpc-linux identified: http://gcc.gnu.org/viewcvs?view=revrev=120373 r120373 | hubicka | 2007-01-03 01:12:56 + (Wed, 03 Jan 2007) -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug tree-optimization/30840] [4.3 Regression] ice for legal code with flags -O3 -fno-strict-aliasing

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #16 from janis at gcc dot gnu dot org 2007-10-19 22:14 --- A regression hunt on powerpc-linux using the testcase from comment #3 identified this patch: http://gcc.gnu.org/viewcvs?view=revrev=119502 r119502 | dberlin | 2006-12-04 19:07:05 + (Mon, 04 Dec 2006

[Bug c++/33620] [4.3 regression] internal compiler error: canonical types differ for identical types const QListQStringList and const QListQStringList

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-10-19 23:32 --- Created an attachment (id=14373) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14373action=view) smaller testcase, thanks to delta -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33620

[Bug c++/31993] [4.3 regression] ICE with template class in variadic template class

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-10-19 20:07 --- This isn't a regression. The error is reported with a compiler from 20070210, the day after support for variadic templates was added. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31993

[Bug tree-optimization/33434] [4.3 Regression] -fipa-cp miscompilation

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-10-19 19:52 --- A regression hunt on powerpc-linux identified this patch: http://gcc.gnu.org/viewcvs?view=revrev=124353 r124353 | pinskia | 2007-05-02 17:47:06 + (Wed, 02 May 2007) -- http://gcc.gnu.org/bugzilla

[Bug middle-end/32135] [4.3 Regression] bogus array-ref fold triggering array overflow warning

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-10-19 23:00 --- The failure also shows up on powerpc-linux, where a regression hunt identified: http://gcc.gnu.org/viewcvs?view=revrev=124403 r124403 | hubicka | 2007-05-04 00:40:20 + (Fri, 04 May 2007) -- janis

[Bug middle-end/33589] [4.3 regression] ICE on valid code at -O2: verify_flow_info failed

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-10-19 16:36 --- The testcase also fails on powerpc-linux, where a regression hunt identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=128701 r128701 | aaw | 2007-09-23 20:05:40 + (Sun, 23 Sep 2007

[Bug middle-end/32546] [4.3 Regression] 'warning: array subscript is above/below array bounds' on delete[]

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-10-19 17:48 --- I can reproduce this on powerpc64-linux with a compiler from 20070630 but not with anything after 30070731; can anyone else still reproduce the failure, or has it been fixed? -- http://gcc.gnu.org/bugzilla

[Bug tree-optimization/33458] [4.3 regression] ICE PHI def is not a GIMPLE value

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2007-10-19 16:42 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=126198 r126198 | rguenth | 2007-07-02 11:53:08 + (Mon, 02 Jul 2007) This results in the ICE

[Bug middle-end/33737] [4.3 Regression] verify_flow_info failed: Wrong probability of edge 94-1 -6651

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2007-10-19 16:34 --- A regression hunt using the testcase added for comment #2 on powerpc-linux with -O2 -fstack-protector identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=121780 r121780 | hubicka | 2007-02

[Bug middle-end/33779] [4.3 Regression] folds unsigned multiplication == 0 to true

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2007-10-19 16:31 --- A regression hunt for the first testcase on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=120649 r120649 | ian | 2007-01-10 21:07:38 + (Wed, 10 Jan 2007

[Bug c++/33620] [4.3 regression] internal compiler error: canonical types differ for identical types const QListQStringList and const QListQStringList

2007-10-19 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-10-19 16:39 --- The error also occurs on powerpc64-linux with -m64, where a regression hunt identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=128488 r128488 | jason | 2007-09-14 06:07:25 + (Fri, 14

[Bug target/33168] [4.3 Regression] GCC Boot failure, building libstc++

2007-10-16 Thread janis at gcc dot gnu dot org
--- Comment #12 from janis at gcc dot gnu dot org 2007-10-16 18:24 --- Segher has a patch for related PR 31490 that fixed the original 32-bit bootstrap problem. Yesterday I confirmed that it also fixes the 64-bit powerpc64-linux bootstrap for all languages but Ada. The only test

[Bug middle-end/33670] New: cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf

2007-10-05 Thread janis at gcc dot gnu dot org
gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc*-*-*, ia64 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33670

[Bug rtl-optimization/33648] [4.3 Regression] ICE in verify_flow_info for -fmodulo-sched -freorder-blocks-and-partition

2007-10-05 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-10-06 00:11 --- In response to comment #1, the GCC Manual doesn't say anything about -freorder-blocks-and-partition needing profile feedback although it does say that for -freorder-functions. -- http://gcc.gnu.org/bugzilla

[Bug tree-optimization/33673] New: ICE in verify_flow_info, missing barrier, when multiple tree opts disabled

2007-10-05 Thread janis at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http://gcc.gnu.org/bugzilla

[Bug tree-optimization/33673] ICE in verify_flow_info, missing barrier, when multiple tree opts disabled

2007-10-05 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-10-06 01:23 --- Created an attachment (id=14309) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14309action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33673

[Bug tree-optimization/33658] New: ICE in verify_ssa for -fipa-pta

2007-10-04 Thread janis at gcc dot gnu dot org
Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33658

[Bug middle-end/33641] New: perlbmk gets type mismatch in pointer plus expression

2007-10-03 Thread janis at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33641

[Bug rtl-optimization/33642] New: unrecognizable insn for -frtl-abstract-sequences

2007-10-03 Thread janis at gcc dot gnu dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http://gcc.gnu.org/bugzilla

[Bug middle-end/33644] New: ICE in local_cprop_pass with -ftrapv for crafty

2007-10-03 Thread janis at gcc dot gnu dot org
: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33644

[Bug middle-end/33644] ICE in local_cprop_pass with -ftrapv for crafty

2007-10-03 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-10-03 18:08 --- A regression hunt identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=125624 r125624 | dberlin | 2007-06-11 18:02:15 + (Mon, 11 Jun 2007) This is the merge of the dataflow branch

[Bug tree-optimization/33645] New: undefined static variable in vortex for -fno-unit-at-a-time

2007-10-03 Thread janis at gcc dot gnu dot org
-at-a- time Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot

[Bug tree-optimization/33648] New: ICE in verify_flow_info for -fmodulo-sched -freorder-blocks-and-partition

2007-10-03 Thread janis at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc64-unknown-linux-gnu http://gcc.gnu.org/bugzilla

[Bug tree-optimization/33649] New: cc1 segfaults when multiple tree opts disabled

2007-10-03 Thread janis at gcc dot gnu dot org
: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33649

[Bug tree-optimization/33650] New: ICE in verify_curr_properties for -O2 -fno-tree-salias

2007-10-03 Thread janis at gcc dot gnu dot org
ReportedBy: janis at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33650

[Bug c++/28743] [4.1/4.2/4.3 regression] ICE with invalid specialization

2007-09-27 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2007-09-27 22:11 --- A regression hunt on mainline using the submitter's testcase identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=114023 r114023 | mmitchel | 2006-05-23 20:45:44 + (Tue, 23 May 2006

[Bug c++/33459] [4.2/4.3 regression] ICE on reference member in union

2007-09-19 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-09-19 14:15 --- A regression hunt on powerpc-linux using the submitter's test case identified the following patch where the test starts failing: http://gcc.gnu.org/viewcvs?view=revrev=126399 r126399 | mmitchel | 2007-07-06

[Bug c++/31446] [4.2/4.3 regression] ICE with invalid template parameter

2007-09-19 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-09-19 23:20 --- A regression hunt on powerpc-linux using the submitter's test case identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=115800 r115800 | lmillward | 2006-07-28 17:01:19 + (Fri, 28 Jul

[Bug c/30013] Multiple flaws in decimal floating-point arithmetic conversions fixed

2007-09-10 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2007-09-11 01:11 --- Subject: Bug 30013 Author: janis Date: Tue Sep 11 01:11:16 2007 New Revision: 128361 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128361 Log: gcc/ PR c/30013 * config/dfp-bit.c: Don't skip

[Bug middle-end/31490] Compile error section type conflict

2007-08-28 Thread janis at gcc dot gnu dot org
--- Comment #14 from janis at gcc dot gnu dot org 2007-08-28 18:15 --- The patch that I tried is the one attached for comment #10, not the one in comment #9. With that patch a bootstrap of all languages but Ada succeeded. The test results look reasonable, although I don't have results

[Bug middle-end/31490] Compile error section type conflict

2007-08-27 Thread janis at gcc dot gnu dot org
--- Comment #12 from janis at gcc dot gnu dot org 2007-08-27 21:54 --- Trunk currently fails on powerpc64-linux building libstdc++-v3/src/system_error.cc. Hacking libtool a bit allows seeing the message std::system_category causes a section type conflict. The file is compiled with -O2

[Bug target/31385] gcc fails to find spill register for decimal arithmetic

2007-08-17 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-08-17 18:21 --- Current mainline (revision 127590) still gets this ICE for i686-pc-linux-gnu with either bid or dpd decimal float support. The current line number for the ICE is reload1.c:2001. -- http://gcc.gnu.org/bugzilla

[Bug c/30013] Multiple flaws in decimal floating-point arithmetic conversions fixed

2007-08-17 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2007-08-17 20:44 --- Why use %.9e, %.17e, and %.36Le to write the binary float values to a string, instead of using lengths of FLT_DIG, DBL_DIG, and LDBL_DIG? For i686-linux those are 6, 15, and 18. -- http://gcc.gnu.org/bugzilla

[Bug c/30013] Multiple flaws in decimal floating-point arithmetic conversions fixed

2007-08-16 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2007-08-17 00:40 --- Ben just mentioned this PR to me, I hadn't seen it before. I'm working on a patch to support TFmode for powerpc*-linux, and I'll talk to HJ about proper support for XFmode. Initially we didn't support long double

[Bug c++/32970] [4.3 Regression] C++ frontend can not handle vector pointer constant parameter

2007-08-07 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-08-07 23:17 --- It compiles quickly for me with GCC 4.1.1 for powerpc64-linux and with a 4.1.1 cross compiler for i686-linux. Is your 4.1.1 compiler from FSF sources, or might it have additional backports? -- http://gcc.gnu.org

[Bug c++/32970] [4.3 Regression] C++ frontend can not handle vector pointer constant parameter

2007-08-06 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-08-06 23:15 --- A regression hunt of mainline on powerpc-linux identified the following patch, where the compiler went from compiling in a reasonable time to taking more than three seconds for the submitter's testcase: r117696

[Bug tree-optimization/32435] New: ICE in build2_stat for -O2 -ftree-vectorize -maltivec

2007-06-20 Thread janis at gcc dot gnu dot org
Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC build triplet: powerpc-unknown-linux-gnu http://gcc.gnu.org/bugzilla

[Bug target/32347] ICE on gcc/testsuite/gcc-dg/vmx/ops.c

2007-06-15 Thread janis at gcc dot gnu dot org
--- Comment #9 from janis at gcc dot gnu dot org 2007-06-15 23:40 --- This makes no sense to me, but I'll report it in case it does to someone else. With compilers for powerpc64-linux, the test compiled with -c -O2 -mcpu=7450 (or -Os instead of -O2) passes with GCC 4.0 and fails

[Bug target/32347] ICE on gcc/testsuite/gcc-dg/vmx/ops.c

2007-06-15 Thread janis at gcc dot gnu dot org
--- Comment #10 from janis at gcc dot gnu dot org 2007-06-15 23:42 --- Created an attachment (id=13711) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13711action=view) smaller testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32347

[Bug middle-end/32349] New: ICE in df_refs_verify with -O2 -fmodulo-sched for spec tests

2007-06-14 Thread janis at gcc dot gnu dot org
Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc

[Bug target/32347] ICE on gcc/testsuite/gcc-dg/vmx/ops.c

2007-06-14 Thread janis at gcc dot gnu dot org
--- Comment #8 from janis at gcc dot gnu dot org 2007-06-14 22:10 --- I get the same failure with my nightly build compiler for powerpc64-linux with -m32 -Os -mcpu=7450. I'll minimize the testcase and perhaps that nice young man Andrew Pinski will fix the bug for us. -- http

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

2007-05-23 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-05-23 19:39 --- A regression hunt on powerpc-linux using the submitter's test case identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=120835 r120835 | hubicka | 2007-01-16 21:30:54 + (Tue, 16 Jan

[Bug middle-end/31685] [4.3 regression] ICE in set_mem_attributes

2007-05-23 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2007-05-23 21:26 --- A regression hunt on powerpc-linux using the test case from comment #1 identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=120835 r120835 | hubicka | 2007-01-16 21:30:54 + (Tue, 16 Jan

[Bug c/31924] gcc accepts invalid suffixes for decimal float constants

2007-05-21 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2007-05-21 22:17 --- Subject: Bug 31924 Author: janis Date: Mon May 21 21:17:23 2007 New Revision: 124913 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=124913 Log: libcpp/ PR c/31924 * expr.c

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-05-15 Thread janis at gcc dot gnu dot org
--- Comment #48 from janis at gcc dot gnu dot org 2007-05-15 19:29 --- Created an attachment (id=13561) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13561action=view) patch for testsuite infrastructure This patch overrides dg-error and dg-warning if gcc_error_prefix

[Bug c/31924] New: gcc accepts invalid suffixes for decimal float constants

2007-05-14 Thread janis at gcc dot gnu dot org
: accepts-invalid Severity: normal Priority: P3 Component: c AssignedTo: janis at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31924

[Bug c/31924] gcc accepts invalid suffixes for decimal float constants

2007-05-14 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2007-05-15 00:43 --- Subject: Bug 31924 Author: janis Date: Mon May 14 23:43:07 2007 New Revision: 124730 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=124730 Log: libcpp/ PR c/31924 * expr.c

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-05-14 Thread janis at gcc dot gnu dot org
--- Comment #46 from janis at gcc dot gnu dot org 2007-05-15 01:35 --- I've been looking at this again recently. I have a patch that changes dg-error and dg-warning only for languages that define gcc_error_prefix and gcc_warning_prefix. I have tested it with C and ensured that tests

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

2007-05-10 Thread janis at gcc dot gnu dot org
--- Comment #8 from janis at gcc dot gnu dot org 2007-05-11 00:51 --- I had forgotten all about this. Today I checked to see how older versions of DejaGnu and GCC tests handled xfail for dg-do keywords other than run. I only went back as far as GCC 3.0.4 and DejaGnu 1.4, but they also

[Bug middle-end/31095] [4.3 Regression] ICE in expand_expr_real_1, at expr.c:8786

2007-04-30 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2007-04-30 19:33 --- The same failure occurs on powerpc-linux, where a regression hunt identified this patch: http://gcc.gnu.org/viewcvs?view=revrev=119535 r119535 | hubicka | 2006-12-05 10:15:28 + (Tue, 05 Dec 2006

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