--- Comment #2 from simartin at gcc dot gnu dot org 2008-06-14 00:20
---
Subject: Bug 35317
Author: simartin
Date: Sat Jun 14 00:19:25 2008
New Revision: 136774
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136774
Log:
gcc/cp/
2008-06-14 Simon Martin <[EMAIL PROTECTED]>
--
Summary: make broken if path to build directory has spaces
Product: gcc
Version: 4.3.1
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
--
Summary: make broken if path to build directory has spaces
Product: gcc
Version: 4.3.1
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
The following testcase illustrates the issue.
Reported here:
http://gcc.gnu.org/ml/fortran/2008-06/msg00149.html
program check1
real x
namelist/casein/x
read(1,casein)
print*,x
end
fort.1 contains:
&CASEIN
x=1.
/
Two tabs precede x.
--
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-06-14 03:28
---
I will work this.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
Assi
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-06-14 03:53
---
The following patch fixes this:
Index: list_read.c
===
--- list_read.c (revision 136763)
+++ list_read.c (working copy)
@@ -2922,6 +2922,8 @@ find_n
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-06-14 04:31
---
Subject: Bug 36538
Author: jvdelisle
Date: Sat Jun 14 04:30:48 2008
New Revision: 136776
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136776
Log:
2008-06-13 Jerry DeLisle <[EMAIL PROTECTED]>
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-06-14 04:39
---
Subject: Bug 36538
Author: jvdelisle
Date: Sat Jun 14 04:39:11 2008
New Revision: 136777
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136777
Log:
2008-06-14 Jerry DeLisle <[EMAIL PROTECTED]>
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-06-14 04:40
---
That was quick.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
St
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-06-14 05:14
---
*** Bug 36535 has been marked as a duplicate of this bug. ***
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-06-14 05:14
---
*** This bug has been marked as a duplicate of 36534 ***
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #2 from simartin at gcc dot gnu dot org 2008-06-14 05:22
---
Subject: Bug 35320
Author: simartin
Date: Sat Jun 14 05:21:30 2008
New Revision: 136778
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136778
Log:
gcc/cp/
2008-06-14 Simon Martin <[EMAIL PROTECTED]>
--- Comment #9 from ian at airs dot com 2008-06-14 05:59 ---
There aren't any obvious instructions on how to reproduce this bug. Andrew,
which file(s) in libgcj do you see problems with?
Adding Diego to CC since VRP is his baby.
--
ian at airs dot com changed:
What|
--- Comment #10 from aph at gcc dot gnu dot org 2008-06-14 06:27 ---
The only way I can find out which file in libgcj causes the stack overflow is
to try to build it again with an unoptimized gcc. I can do so next week.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36218
Using today's IRA branch (r136683), on the attached file.
> gcc -O3 -fno-pic -fomit-frame-pointer -m64 -S cabac-ret.i -fira
_get_cabac:
LFB2:
pushq %rbx
LCFI0:
movl(%rdi), %eax
movl4(%rdi), %r8d
# 16 "cabac-ret.i" 1
#%ebx %r8d %ax 24(%rdi) %rsi
# 0 "" 2
--- Comment #1 from astrange at ithinksw dot com 2008-06-14 06:48 ---
Created an attachment (id=15771)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15771&action=view)
testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36539
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-06-14 06:52 ---
IRA has not been committed to the trunk yet so it is not a regression (yet).
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
101 - 117 of 117 matches
Mail list logo