--- Comment #15 from danglin at gcc dot gnu dot org 2010-09-21 00:44
---
Similar errors on hppa2.0w-hp-hpux11.11. Excess errors are:
cc1: error: LTO support has not been enabled in this configuration
cc1: error: LTO support has not been enabled in this configuration
--
danglin at
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa*-*-* (32-bit)
GCC host triplet: hppa*-*-* (32-bit)
GCC target triplet: hppa*-*-* (32-bit)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45722
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status|WAITING |NEW
Component|testsuite |tree
--- Comment #2 from danglin at gcc dot gnu dot org 2010-09-15 22:49 ---
Bug returns in build with revision 164294.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from danglin at gcc dot gnu dot org 2010-09-12 13:28 ---
This bug was introduced in 163808. It no longer occurs on trunk,
probably because of the subsequent changes to tree-ssa-ccp.c
(fold_const_aggregate_ref).
--
danglin at gcc dot gnu dot org changed
--- Comment #5 from danglin at gcc dot gnu dot org 2010-09-12 13:06 ---
*** Bug 45639 has been marked as a duplicate of this bug. ***
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from danglin at gcc dot gnu dot org 2010-09-12 13:06 ---
Caused by same change as on SPARC.
*** This bug has been marked as a duplicate of 45612 ***
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
t of
range for short load or store
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dang
--- Comment #9 from danglin at gcc dot gnu dot org 2010-09-08 23:32 ---
Subject: Bug 45250
Author: danglin
Date: Wed Sep 8 23:32:06 2010
New Revision: 164036
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164036
Log:
PR target/45250
* config/
--- Comment #9 from danglin at gcc dot gnu dot org 2010-09-08 00:24 ---
Subject: Bug 43959
Author: danglin
Date: Wed Sep 8 00:24:44 2010
New Revision: 163985
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163985
Log:
Revert
PR testsuite/43959
--- Comment #6 from danglin at gcc dot gnu dot org 2010-09-07 23:23 ---
Subject: Bug 43959
Author: danglin
Date: Tue Sep 7 23:23:30 2010
New Revision: 163979
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163979
Log:
PR testsuite/43959
* gcc.dg/torture
r44391.c: unrecognized command
line option '-m32'
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
Reporte
bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa-unknown-linux-gnu
GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45568
--- Comment #1 from danglin at gcc dot gnu dot org 2010-09-06 00:46 ---
These failures were introduced in revision 162943:
Author: rguenth
Date: Fri Aug 6 11:47:31 2010
New Revision: 162943
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162943
Log:
2010-08-06 Richard
--- Comment #5 from danglin at gcc dot gnu dot org 2010-09-04 19:46 ---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status|WAITING
--- Comment #4 from danglin at gcc dot gnu dot org 2010-09-04 19:40 ---
Subject: Bug 43957
Author: danglin
Date: Sat Sep 4 19:40:07 2010
New Revision: 163867
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163867
Log:
PR testsuite/43957
* gcc.dg/const-
RMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hp-hpux11.11
GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45491
--- Comment #3 from danglin at gcc dot gnu dot org 2010-08-27 12:50 ---
Introduced in revision 162337:
2010-07-20 Jakub Jelinek
* var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
depth to 8 from 5.
--
danglin at gcc dot gnu dot org changed
--- Comment #1 from danglin at gcc dot gnu dot org 2010-08-23 20:58 ---
Constructor is no longer global:
.PARAM _GLOBAL__I__ZN2c12f6Ev,PRIV_LEV=3
L$FB0035:
_GLOBAL__I__ZN2c12f6Ev:
As a result, collect2 does not find the constructor.
--
http://gcc.gnu.org/bugzilla
dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hpux11.11
GCC host triplet: hppa2.0w-hpux11.11
GCC target triplet: hppa2.0w-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45388
--- Comment #22 from danglin at gcc dot gnu dot org 2010-08-22 16:23
---
Subject: Bug 34544
Author: danglin
Date: Sun Aug 22 16:23:38 2010
New Revision: 163461
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163461
Log:
PR boehm-gc/34544
* gthr
--- Comment #6 from danglin at gcc dot gnu dot org 2010-08-22 01:26 ---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #2 from danglin at gcc dot gnu dot org 2010-08-19 18:33 ---
(In reply to comment #1)
> Introduced by following change:
> 2010-07-22 Martin Jambor
> PR tree-optimization/44891
> * tree-sra.c: Include gimple-pr
--- Comment #1 from danglin at gcc dot gnu dot org 2010-08-19 18:26 ---
Introduced by following change:
2010-07-22 Martin Jambor
PR tree-optimization/44891
* tree-sra.c: Include gimple-pretty-print.h.
(replace_uses_with_default_def_ssa_name): Renamed to
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa64-hp-hpux11.11
GCC host triplet
--- Comment #1 from danglin at gcc dot gnu dot org 2010-08-18 14:32 ---
Similar fails:
FAIL: gfortran.dg/gomp/appendix-a/a.35.4.f90 -O (test for warnings, line 11)
FAIL: gfortran.dg/gomp/appendix-a/a.35.4.f90 -O (test for excess errors)
Excess errors:
/mnt/gnu/gcc/gcc/gcc/testsuite
3
Component: preprocessor
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hp-hpux11.11
GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45319
--- Comment #22 from danglin at gcc dot gnu dot org 2010-08-16 20:27
---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #21 from danglin at gcc dot gnu dot org 2010-08-16 20:25
---
Subject: Bug 44632
Author: danglin
Date: Mon Aug 16 20:24:54 2010
New Revision: 163285
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163285
Log:
Backport from mainline:
20
--- Comment #20 from danglin at gcc dot gnu dot org 2010-08-16 20:18
---
Subject: Bug 44632
Author: danglin
Date: Mon Aug 16 20:18:08 2010
New Revision: 163284
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163284
Log:
Backport from mainline:
20
--- Comment #20 from danglin at gcc dot gnu dot org 2010-08-14 14:45
---
Subject: Bug 34544
Author: danglin
Date: Sat Aug 14 14:45:20 2010
New Revision: 163244
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163244
Log:
Revert:
2010-08-08 John Davi
--- Comment #19 from danglin at gcc dot gnu dot org 2010-08-14 14:43
---
Subject: Bug 34544
Author: danglin
Date: Sat Aug 14 14:42:43 2010
New Revision: 163243
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163243
Log:
Revert:
2010-08-08 John Davi
--- Comment #18 from danglin at gcc dot gnu dot org 2010-08-14 14:37
---
Subject: Bug 34544
Author: danglin
Date: Sat Aug 14 14:36:47 2010
New Revision: 163242
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163242
Log:
Revert:
2010-08-10 John Davi
everity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa-unknown-linux-gnu
GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-l
rical_facilities/special_functions/01_assoc_la
guerre/check_nan.cc
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
--- Comment #20 from danglin at gcc dot gnu dot org 2010-08-10 22:13
---
Test still fails on hppa-linux.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from danglin at gcc dot gnu dot org 2010-08-10 15:24 ---
Subject: Bug 34544
Author: danglin
Date: Tue Aug 10 15:23:07 2010
New Revision: 163071
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163071
Log:
PR boehm-gc/34544
* gthr
--- Comment #3 from danglin at gcc dot gnu dot org 2010-08-10 14:56 ---
Reverting 162842 restores full bootstrap.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #17 from danglin at gcc dot gnu dot org 2010-08-09 00:19
---
The match string doesn't work on hppa-linux:
FAIL: g++.dg/debug/dwarf2/lineno-simple1.C scan-assembler
_ZN1CC[12]Ev:[^\\t]*(\
\t.(frame|mask|file)[^\\t]*)*\\t[^:]+:4\\n
FAIL: g++.dg/debug/dwarf2/lineno-simp
--- Comment #6 from danglin at gcc dot gnu dot org 2010-08-08 19:57 ---
Subject: Bug 44805
Author: danglin
Date: Sun Aug 8 19:57:46 2010
New Revision: 163018
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163018
Log:
Backport from mainline.
2010-07-
--- Comment #5 from danglin at gcc dot gnu dot org 2010-08-08 19:55 ---
Subject: Bug 44805
Author: danglin
Date: Sun Aug 8 19:55:40 2010
New Revision: 163017
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163017
Log:
Backport from mainline.
2010-07-
--- Comment #6 from danglin at gcc dot gnu dot org 2010-08-08 15:17 ---
Fixed on trunk, 4.5 and 4.4.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from danglin at gcc dot gnu dot org 2010-08-08 15:11 ---
Subject: Bug 34544
Author: danglin
Date: Sun Aug 8 15:11:20 2010
New Revision: 163005
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163005
Log:
PR boehm-gc/34544
* gthr
--- Comment #4 from danglin at gcc dot gnu dot org 2010-08-08 15:08 ---
Subject: Bug 34544
Author: danglin
Date: Sun Aug 8 15:07:53 2010
New Revision: 163004
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163004
Log:
PR boehm-gc/34544
* gthr
--- Comment #3 from danglin at gcc dot gnu dot org 2010-08-08 15:04 ---
Subject: Bug 34544
Author: danglin
Date: Sun Aug 8 15:04:38 2010
New Revision: 163003
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163003
Log:
PR boehm-gc/34544
* gthr
--- Comment #2 from danglin at gcc dot gnu dot org 2010-08-08 01:00 ---
Introduced in revision 162842.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from danglin at gcc dot gnu dot org 2010-08-07 22:04 ---
Appears to be fixed on trunk.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44581
--- Comment #19 from danglin at gcc dot gnu dot org 2010-08-07 20:26
---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #3 from danglin at gcc dot gnu dot org 2010-08-07 19:58 ---
Richard do you know what's wrong? I think the issue is the return slot
optimization.
--
danglin at gcc dot gnu dot org changed:
What|Removed |
--- Comment #2 from danglin at gcc dot gnu dot org 2010-08-07 19:52 ---
With slightly modified test,
#include
#include
void g(std::complex x)
{
std::cout << x << std::endl;
}
void f(std::complex x)
{
g (x);
x = 1.0 / x;
g (x);
}
int main()
{
f
--- Comment #1 from danglin at gcc dot gnu dot org 2010-08-07 19:32 ---
Starting program: /home/dave/gnu/gcc-4.6/objdir/gcc/testsuite/g++/test
(2,0)
Breakpoint 2, 0x000109f8 in f (x=...) at test.cxx:12
12 x = 1.0 / x;
(gdb) step
std::operator/ (_...@0xc0246388, __y
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last
--- Comment #3 from danglin at gcc dot gnu dot org 2010-08-07 17:42 ---
I have been unable to duplicate in several subsequent builds.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hp-hpux11.11
GCC host triplet: hppa
--- Comment #4 from danglin at gcc dot gnu dot org 2010-08-05 15:43 ---
Also seen on darwin9.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from danglin at gcc dot gnu dot org 2010-08-04 16:38 ---
The patch fixes the darwin comparison failure.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from danglin at gcc dot gnu dot org 2010-08-04 15:00 ---
I back-ported r162697 to r162678 and see comparison fail at r162678.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: i686-apple-darwin9
GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45118
--- Comment #13 from danglin at gcc dot gnu dot org 2010-07-28 20:21
---
RTL seems to go wrong in ira. We have after sched1:
(insn 1311 1308 1312 134 (set (reg/f:SI 926 [ const_int_rtx+256 ])
(mem/s/f:SI (plus:SI (reg/f:SI 1207)(const_int 256 [0x100])) [3
--- Comment #7 from danglin at gcc dot gnu dot org 2010-07-28 15:33 ---
0x00317ea8 : ldw -cc(sp),r19
0x00317eac : copy ret0,r23
0x00317eb0 : stw r19,-34(sp)
0x00317eb4 : copy r5,r24
0x00317eb8 : ldi 50,r26
0x00317ebc : b,l 0x30d394,rp
0x00317ec0 : ldi 7,r25
--- Comment #6 from danglin at gcc dot gnu dot org 2010-07-28 15:15 ---
2609 assumption = simplify_gen_relational (NE, SImode, mode, tmp,
const0_rtx);
For some reason, 0 is being passed instead of const0_rtx.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45063
--- Comment #5 from danglin at gcc dot gnu dot org 2010-07-28 15:00 ---
(In reply to comment #4)
> While the ICE nominally results from a hash lookup failure, replacing
> libiberty.a with the stage1 version makes no difference. Thus, it
> doesn't appear that the probl
--- Comment #4 from danglin at gcc dot gnu dot org 2010-07-27 23:19 ---
Introduced in revision 162418. Don't see any difference in gcc (C)
testresults for 162417 (full bootstrap) and 162418 (--disable-bootstrap).
While the ICE nominally results from a hash lookup failure, repl
--- Comment #2 from danglin at gcc dot gnu dot org 2010-07-27 21:56 ---
pthread_default_stacksize_np fails with error EPERM.
[New process 12140, lwp 4032369]
[process 12140, lwp 4032369 exited]
Breakpoint 1, main () at ../../../gcc/boehm-gc/tests/test.c:1797
I think this is caused by
NCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa-unknown-linu-gnu
GCC host triplet: hppa-unknown-linu-gnu
GCC target triplet: hppa-unknow
--- Comment #8 from danglin at gcc dot gnu dot org 2010-07-23 13:17 ---
Test fails on hppa64-hp-hpux11.11.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #17 from danglin at gcc dot gnu dot org 2010-07-18 15:20
---
And on hppa64-hp-hpux11.11 gcc-4.6 162277 in stage2:
/test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B/opt/gnu64/gcc/g
cc-4.6.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.6.0/hppa64-hp
--- Comment #4 from danglin at gcc dot gnu dot org 2010-07-17 23:00 ---
Fixed on trunk.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #3 from danglin at gcc dot gnu dot org 2010-07-17 22:51 ---
Subject: Bug 44805
Author: danglin
Date: Sat Jul 17 22:51:34 2010
New Revision: 162278
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162278
Log:
PR target/44805
* config
--- Comment #4 from danglin at gcc dot gnu dot org 2010-07-16 01:01 ---
Also in hppa64-hp-hpux11.11.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #15 from danglin at gcc dot gnu dot org 2010-07-14 00:18
---
We get a segv here:
Program received signal SIGSEGV, Segmentation fault.
0x0017686c in emit_block_move_hints (x=0x7afb3610, y=0x7afb36f0,
size=0x7af312d8, method=1074100336, expected_align=0, expected_size
--- Comment #8 from danglin at gcc dot gnu dot org 2010-07-11 16:33 ---
With 4.5, the block move was emitted as follows:
Breakpoint 2, emit_block_move_hints (x=0x7afcb550, y=0x7afcb630,
size=0x7af312d8, method=BLOCK_OP_NORMAL, expected_align=64,
expected_size=-1) at ../../gcc
--- Comment #1 from danglin at gcc dot gnu dot org 2010-07-10 19:46 ---
Introduced in revision 161655.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa*-*-hpux*
GCC host triplet: hpp
--- Comment #2 from danglin at gcc dot gnu dot org 2010-07-09 22:32 ---
Patch:
http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01915.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43441
--- Comment #3 from danglin at gcc dot gnu dot org 2010-07-04 19:12 ---
I see the following similar fails on hppa64-hp-hpux11.11:
FAIL: 27_io/basic_stringbuf/sputbackc/char/1.cc (test for excess errors)
FAIL: 27_io/basic_stringbuf/sputbackc/wchar_t/1.cc (test for excess errors)
FAIL
--- Comment #2 from danglin at gcc dot gnu dot org 2010-07-04 14:34 ---
Also seen on hppa64-hp-hpux11.11.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
omponent: inline-asm
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa64-hp-hpux11.11
GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44810
--- Comment #2 from danglin at gcc dot gnu dot org 2010-07-03 23:39 ---
Breakpoint 1, simplify_subreg (outermode=DFmode, op=0x40167760,
innermode=DFmode, byte=80) at ../../gcc/gcc/simplify-rtx.c:5120
5120 gcc_assert (byte < GET_MODE_SIZE (innermode));
(gdb) p byte
$3 = 80
(
--- Comment #8 from danglin at gcc dot gnu dot org 2010-07-03 23:04 ---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #7 from danglin at gcc dot gnu dot org 2010-07-03 22:53 ---
Subject: Bug 44597
Author: danglin
Date: Sat Jul 3 22:53:25 2010
New Revision: 161791
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161791
Log:
PR target/44597
* config/pa/predi
--- Comment #6 from danglin at gcc dot gnu dot org 2010-07-03 22:50 ---
Subject: Bug 44597
Author: danglin
Date: Sat Jul 3 22:50:37 2010
New Revision: 161790
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161790
Log:
PR target/44597
* config/pa/predi
--- Comment #5 from danglin at gcc dot gnu dot org 2010-07-03 22:47 ---
Subject: Bug 44597
Author: danglin
Date: Sat Jul 3 22:46:51 2010
New Revision: 161788
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161788
Log:
PR target/44597
* config/pa/predi
--- Comment #4 from danglin at gcc dot gnu dot org 2010-07-03 22:44 ---
Subject: Bug 44597
Author: danglin
Date: Sat Jul 3 22:43:47 2010
New Revision: 161786
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161786
Log:
PR target/44597
* config/pa/predi
--- Comment #2 from danglin at gcc dot gnu dot org 2010-07-03 20:59 ---
It looks like the define for CONSTANT_ALIGNMENT needs a tweak.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from danglin at gcc dot gnu dot org 2010-07-03 20:43 ---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #5 from danglin at gcc dot gnu dot org 2010-07-03 20:42 ---
Subject: Bug 44705
Author: danglin
Date: Sat Jul 3 20:42:43 2010
New Revision: 161784
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161784
Log:
PR target/44705
* config
--- Comment #4 from danglin at gcc dot gnu dot org 2010-07-03 20:40 ---
Subject: Bug 44705
Author: danglin
Date: Sat Jul 3 20:40:30 2010
New Revision: 161783
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161783
Log:
PR target/44705
* config
--- Comment #3 from danglin at gcc dot gnu dot org 2010-07-03 20:38 ---
Subject: Bug 44705
Author: danglin
Date: Sat Jul 3 20:38:04 2010
New Revision: 161782
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161782
Log:
PR target/44705
* config
--- Comment #2 from danglin at gcc dot gnu dot org 2010-07-03 20:28 ---
Subject: Bug 44705
Author: danglin
Date: Sat Jul 3 20:28:44 2010
New Revision: 161781
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161781
Log:
PR target/44705
* config
--- Comment #1 from danglin at gcc dot gnu dot org 2010-07-03 15:20 ---
.section.rodata
.align 4
L$C:
.stringz"abcdefghijklmnop"
.align 4
L$C0001:
.stringz"ABCDEFG"
On hppa, .align 4 advances the lo
ure/execute/builtins/strpcpy-2.c execution, at -O1
and above
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
Reported
--- Comment #15 from danglin at gcc dot gnu dot org 2010-07-02 20:58
---
Fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #14 from danglin at gcc dot gnu dot org 2010-07-02 20:52
---
Subject: Bug 43958
Author: danglin
Date: Fri Jul 2 20:51:58 2010
New Revision: 161746
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161746
Log:
PR target/43958
* config
--- Comment #14 from danglin at gcc dot gnu dot org 2010-07-02 00:12
---
gfortran.dg/nan_6.f90 fails on hppa2.0w-hp-hpux11:
Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B
/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
/test/gnu/gcc/gcc/gcc/testsui
--- Comment #8 from danglin at gcc dot gnu dot org 2010-07-01 17:14 ---
c-c++-common/uninit-17.c fails on hppa2.0w-hp-hpux11.11:
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/c-c++-common/uninit-17.c -Wc++-compat -O2
--- Comment #7 from danglin at gcc dot gnu dot org 2010-06-30 00:24 ---
The re-alignment is necessary, so this is a testsuite issue. The comment
needs adjustment.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43958
dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hp-hpux11.11
GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44705
--- Comment #14 from danglin at gcc dot gnu dot org 2010-06-28 19:31
---
I still see it as of 161474 (both head and 4.5).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42169
--- Comment #5 from danglin at gcc dot gnu dot org 2010-06-21 23:54 ---
Subject: Bug 39690
Author: danglin
Date: Mon Jun 21 23:54:25 2010
New Revision: 161124
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161124
Log:
PR target/39690
config
1 - 100 of 1850 matches
Mail list logo