--- Additional Comments From nickc at redhat dot com 2009-06-09 15:16
---
Hi Tom,
Thanks for reporting this bug and supplying a patch to fix it.
I have checked in your patch along with the changelog entry below.
Cheers
Nick
binutils/ChangeLog
2009-06-09 Tom Bramer
P
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-09
15:14 ---
Subject: Bug 10165
CVSROOT:/cvs/src
Module name:src
Changes by: ni...@sourceware.org2009-06-09 15:14:23
Modified files:
binutils : ChangeLog winduni.c
Log message:
--
What|Removed |Added
AssignedTo|unassigned at sources dot |jakub at redhat dot com
|redhat dot com |
Status|NEW
--- Additional Comments From jakub at redhat dot com 2009-06-09 11:48
---
Small testcase:
.text
.cfi_startproc
.skip 16
.cfi_def_cfa 0, 16
.skip 75031
.cfi_def_cfa 0, 64
.cfi_endproc
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10255
--- You are receiving this mail because
--- Additional Comments From jakub at redhat dot com 2009-06-09 11:43
---
Created an attachment (id=3988)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3988&action=view)
z2.s.bz2
This looks like a gas bug to me. At least from brief look at .cfi_* directives
in the assembly the
as discussed in the gcc bugzilla, linking a recent version of cp2k with trunk
gcc produces an number of unexpected errors:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40332
this happens with older and more recent (2.19.1) ld.
http://www.pci.uzh.ch/vandevondele/tmp/PR40332.tgz
contains the rele