--- Comment #11 from pinskia at gcc dot gnu dot org 2008-03-24 23:06
---
Subject: Bug 26222
Author: pinskia
Date: Mon Mar 24 23:05:31 2008
New Revision: 133493
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133493
Log:
2008-03-24 Andrew Pinski <[EMAIL PROTECTED]>
PR
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-02-14 01:08
---
*** Bug 26273 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-02-13 12:35 ---
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #8 from rakdver at gcc dot gnu dot org 2006-02-13 11:21 ---
Subject: Bug 26222
Author: rakdver
Date: Mon Feb 13 11:21:23 2006
New Revision: 110912
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110912
Log:
PR rtl-optimization/26222
* function.c (assig
--- Comment #7 from rakdver at gcc dot gnu dot org 2006-02-11 18:16 ---
Created an attachment (id=10823)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10823&action=view)
Possible fix
I am testing the attached patch that seems to fix the problem (although I am
not really sure wheth
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-02-11 17:56 ---
The C testcase (compile with -O2 -fno-tree-pre -fno-tree-loop-im):
void putShort (int, int);
int t2;
void f(int t1)
{
int clutOffset = 52 + 256 * 3 * 2;
for (int x = 0; x < 16; x++)
for (int y = 0; y < 16; y
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-11 17:45 ---
The reason why this fails on powerpc-darwin and not powerpc-linux but also on
powerpc64-linux is because the gfxopt option instructions are enabled by
default on powerpc-darwin and on powerpc64-linux.
--
pinskia
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-11 17:01 ---
Also happens on PPC-linux-gnu.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-11 16:59 ---
The problem is that we are splitting up the following RTL:
(insn 94 93 95 12 (parallel [
(set (mem/c/i:SI (plus:SI (reg/f:SI 113 sfp)
(const_int 64 [0x40])) [9 S4 A32])
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-11 16:43 ---
Reduced Java source:
class A
{
{
int clutOffset = 52 + 256 * 3 * 2;
for (int x = 0; x < 16; x++)
for (int y = 0; y < 16; y++)
for (int z = 0; z < 16; z++)
{
int offset =
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-11 11:06 ---
This was caused by:
2006-02-10 Zdenek Dvorak <[EMAIL PROTECTED]>
* doc/invoke.texi (-floop-optimize2): Removed.
* toplev.c (process_options): Remove handling of flag_loop_optimize2.
* loop-i
11 matches
Mail list logo