--- Comment #1 from burnus at gcc dot gnu dot org 2008-07-04 08:44 ---
Index: gcc/fortran/io.c
===
--- gcc/fortran/io.c(Revision 137451)
+++ gcc/fortran/io.c(Arbeitskopie)
@@ -694,9 +694,15 @@ data_desc:
Fails with:
4.4.0 20080704 (experimental) [trunk revision 137451]
4.4.0 20080628 (experimental) [trunk revision 137216]
Works with:
4.4.0 20080627 (experimental) [trunk revision 137189]
$ gfortran -c -fopenmp test.f90
test.f90: In function 'double_grid_apply_non_local':
te
--- Comment #1 from burnus at gcc dot gnu dot org 2008-07-04 09:18 ---
Created an attachment (id=15851)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15851&action=view)
Test file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36726
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36726
At revision 137455 bootstrap fails with:
...
/opt/gcc/i686-darwin/./gcc/xgcc -B/opt/gcc/i686-darwin/./gcc/
-B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/
-B/opt/gcc/gcc4.4w/i686-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.4w/i686-apple-darwin9/include -isystem
/opt/gcc/gcc4.4w/i686-apple-darwin9/sys-inc
gdb doesn't work with stack alignment.
--
Summary: [stack]: gdb doesn't work with stack alignment
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
AssignedTo: xuepeng
--- Comment #1 from hjl dot tools at gmail dot com 2008-07-04 13:17 ---
Created an attachment (id=15852)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15852&action=view)
A testcase with drap
[EMAIL PROTECTED] stack-10]$
/export/build/gnu/gcc-stack-internal/build-x86_64-linux/gcc/
--- Comment #22 from pmaydell at chiark dot greenend dot org dot uk
2008-07-04 13:18 ---
I notice that the latest patch attached to this bug report doesn't quite match
up with what was committed as per comment #15: this bit in
gcc/config/arm/linux-elf.h wasn't changed:
#undef MULTILI
--- Comment #2 from hjl dot tools at gmail dot com 2008-07-04 13:19 ---
Created an attachment (id=15853)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15853&action=view)
A testcase without drap
[EMAIL PROTECTED] stack-10]$
/export/build/gnu/gcc-stack-internal/build-x86_64-linux/g
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-07-04 13:46 ---
Great. That IMHO blocks the merge of the stack-branch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36728
--- Comment #1 from ubizjak at gmail dot com 2008-07-04 14:13 ---
The patch that causes the regression was reverted in [1] and [2].
[1] http://gcc.gnu.org/ml/gcc-cvs/2008-07/msg00163.html
[2] http://gcc.gnu.org/ml/gcc-cvs/2008-07/msg00164.html
--
ubizjak at gmail dot com changed:
--- Comment #4 from hjl at gcc dot gnu dot org 2008-07-04 14:18 ---
Subject: Bug 36728
Author: hjl
Date: Fri Jul 4 14:17:18 2008
New Revision: 137460
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137460
Log:
2008-07-04 Xuepeng Guo <[EMAIL PROTECTED]>
PR debug/36728
(sorry, I'm new new gcc bug reports so I have no clue which triplets shall I
report)
cat shuffe_bug.cpp
#include
#include
#include
#include
int main() {
std::vector v(100,1);
std::partial_sum(v.begin(),v.end(),v.begin());
std::random_shuffle(v.begin(),v.end());
for (std::vector::con
--
singler at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |singler at gcc dot gnu dot
|dot org
--- Comment #5 from hjl dot tools at gmail dot com 2008-07-04 14:40 ---
Xuepeng, revision 137460 fixes both local variables
and incoming arguments on 32bit. But it still fails
incoming arguments on 64bit:
bash-3.2$ ./xgcc -B./ -g /tmp/foo.c
bash-3.2$ gdb foo
GNU gdb Fedora (6.8-10.fc9
--- Comment #6 from hjl dot tools at gmail dot com 2008-07-04 15:04 ---
The code in question is
movq%r10, %rax #, tmp73
movl%edi, -52(%rbp) # dummy1, dummy1
movl%esi, -56(%rbp) # dummy2, dummy2
movl%edx, -60(%rbp) # dummy3, dummy3
--- Comment #58 from jsm28 at gcc dot gnu dot org 2008-07-04 15:05 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #19 from rguenth at gcc dot gnu dot org 2008-07-04 15:06
---
Created an attachment (id=15854)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15854&action=view)
patch
I found some more latent bugs. Can you try the attached patch?
--
http://gcc.gnu.org/bugzilla/sho
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-07-04 15:07 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36713
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:07 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-04 15:08 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #16 from jsm28 at gcc dot gnu dot org 2008-07-04 15:09 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:10 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 15:11 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-07-04 15:12 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-07-04 15:16 ---
Closing 4.1 branch. The log suggests this was only ever a problem on the
branch, not trunk; if it's actually present with more recent versions, please
reopen and mark accordingly.
--
jsm28 at gcc dot gnu dot org
--- Comment #7 from hjl dot tools at gmail dot com 2008-07-04 15:16 ---
Joey, this is caused by ix86_get_drap_rtx:
/* Assign DRAP to vDRAP and returns vDRAP */
unsigned int regno = find_drap_reg ();
rtx drap_vreg;
rtx arg_ptr;
rtx seq;
arg_ptr = gen_
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:16 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:17 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:19 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #8 from hjl dot tools at gmail dot com 2008-07-04 15:21 ---
(In reply to comment #7)
> Joey, this is caused by ix86_get_drap_rtx:
>
> Do we really need vDRAP?
>
Yes, it is needed. Xuepeng, we need to update dwarf2out.c to track
vDRAP.
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:23 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #21 from jsm28 at gcc dot gnu dot org 2008-07-04 15:24 ---
Closing 4.1 branch; logs indicate this was fixed in 4.1.2.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:25 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:26 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-07-04 15:27 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-07-04 15:27 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:28 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:29 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:29 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:30 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:31 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:31 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-07-04 15:32 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:33 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #29 from jsm28 at gcc dot gnu dot org 2008-07-04 15:34 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:35 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:35 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:36 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #17 from jsm28 at gcc dot gnu dot org 2008-07-04 15:36 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:38 ---
Closing 4.1 branch. Not updating known-to-fail since logs suggest it might in
fact be fixed there.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:38 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:39 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:39 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 15:40 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:40 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:41 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #18 from paolo at gcc dot gnu dot org 2008-07-04 15:41 ---
Subject: Bug 36616
Author: paolo
Date: Fri Jul 4 15:40:38 2008
New Revision: 137467
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137467
Log:
2008-07-04 Paolo Carlini <[EMAIL PROTECTED]>
PR libst
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 15:41 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #19 from paolo at gcc dot gnu dot org 2008-07-04 15:41 ---
Subject: Bug 36616
Author: paolo
Date: Fri Jul 4 15:40:52 2008
New Revision: 137468
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137468
Log:
2008-07-04 Paolo Carlini <[EMAIL PROTECTED]>
PR libst
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:42 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:42 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 15:43 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #20 from paolo dot carlini at oracle dot com 2008-07-04 15:43
---
Fixed again.
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
--- Comment #17 from jsm28 at gcc dot gnu dot org 2008-07-04 15:43 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 15:44 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:45 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-04 15:45 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:46 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #20 from rguenth at gcc dot gnu dot org 2008-07-04 15:46
---
Created an attachment (id=15855)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15855&action=view)
more fixes
Some more fixes (includes the first patch)
--
rguenth at gcc dot gnu dot org changed:
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:46 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:47 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:47 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:48 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-07-04 15:49 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-07-04 15:49 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:50 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #51 from jsm28 at gcc dot gnu dot org 2008-07-04 15:50 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 15:51 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 15:52 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 15:52 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #2 from jsm28 at gcc dot gnu dot org 2008-07-04 15:53 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 15:53 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:54 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:54 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #16 from jsm28 at gcc dot gnu dot org 2008-07-04 15:55 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #2 from jsm28 at gcc dot gnu dot org 2008-07-04 15:57 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 15:57 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 15:59 ---
Closing 4.1 branch, but comments suggest present on later branches as well.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 16:00 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 16:01 ---
Closing 4.1 branch, please reopen and mark accordingly if still present with
later versions.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 16:01 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 16:02 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 16:03 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #3 from jsm28 at gcc dot gnu dot org 2008-07-04 16:03 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #9 from hjl dot tools at gmail dot com 2008-07-04 16:04 ---
We can start with
Index: config/i386/i386.c
===
--- config/i386/i386.c (revision 137474)
+++ config/i386/i386.c (working copy)
@@ -6628,7 +6628,7 @@
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 16:04 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 16:04 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #3 from jsm28 at gcc dot gnu dot org 2008-07-04 16:05 ---
Closing 4.1 branch.
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
Status|
1 - 100 of 460 matches
Mail list logo