--- Comment #6 from tbm at cyrius dot com 2007-12-19 02:34 ---
(In reply to comment #4)
> Breakpoint 1, fancy_abort (file=0x803da8 "gcc/reload1.c", line=1086,
> function=0x803be1 "reload") at gcc/diagnostic.c:640
This was with 4.2 (from SVN).
--
http://gcc.gnu.org/bugzilla/show
--- Comment #7 from tbm at cyrius dot com 2007-12-19 02:34 ---
Works with 4.3.0 20071219.
--
tbm at cyrius dot com changed:
What|Removed |Added
Summary|[4.1/4.
--- Comment #5 from tbm at cyrius dot com 2007-12-19 02:33 ---
works with 4.3.0 20071219.
--
tbm at cyrius dot com changed:
What|Removed |Added
Summary|[4.0/4.
--- Comment #6 from tbm at cyrius dot com 2007-12-19 02:07 ---
(gdb) run -O -fPIC -quiet ~/vtk-vtkImageMaskBits.ii
Starting program: /home/tbm/tmp/gcc/gcc-4.2-m68k-20071218-r131051/gcc/cc1plus
-O -fPIC -quiet ~/vtk-vt
kImageMaskBits.ii
/home/tbm/vtk-vtkImageMaskBits.ii: In function รข
--- Comment #4 from tbm at cyrius dot com 2007-12-19 02:04 ---
Breakpoint 1, fancy_abort (file=0x803da8 "gcc/reload1.c", line=1086,
function=0x803be1 "reload") at gcc/diagnostic.c:640
640 {
(gdb) where
#0 fancy_abort (file=0x803da8 "gcc/reload1.c", line=1086,
function=0x803b
LAST_UPDATED: Sun Dec 9 12:12:28 UTC 2007 (revision 130721)
Target: m68k-linux-gnu
gcc version 4.1.3 20071209 (prerelease) (Debian 4.1.2-18)
Native configuration is m68k-unknown-linux-gnu
=== g++ tests ===
Running target unix
WARNING: program timed out.
FAIL: tmpdir-g++.dg-stru
--- Comment #5 from steven at gcc dot gnu dot org 2007-12-18 23:31 ---
xf. http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01789.html
I was wrong to object to this patch -- there really doesn't seem to be any
other way. It's funny, on the one hand we complain about the code quality of
-O0
--- Comment #5 from steven at gcc dot gnu dot org 2007-12-18 20:34 ---
Martin, is this a bug you can still reproduce with the current SVN trunk? If
so, could you provide a backtrace from gdb?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29474
--- You are receiving this mail
--- Comment #3 from steven at gcc dot gnu dot org 2007-12-18 20:33 ---
Martin, is this a bug you can still reproduce with the current SVN trunk? If
so, could you provide a backtrace from gdb?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29472
--- You are receiving this mail
--- Comment #4 from steven at gcc dot gnu dot org 2007-12-18 20:29 ---
See http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg01406.html for recent test
suite results. The first three failures are gone, as observed by Andreas too.
The largefile.c failures still exist. But as Andrew poin
--- Comment #8 from spop at gcc dot gnu dot org 2007-12-18 19:42 ---
Fixed.
--
spop at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #7 from spop at gcc dot gnu dot org 2007-12-18 19:40 ---
Subject: Bug 34123
Author: spop
Date: Tue Dec 18 19:40:35 2007
New Revision: 131040
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131040
Log:
2007-12-18 Sebastian Pop <[EMAIL PROTECTED]>
PR tree-opt
With -O2 it calls bind with 0, without and with -O3 it works fine.
http://downloads.sourceforge.net/asio/asio-0.3.9.tar.bz2?modtime=1197163255&big_mirror=0
#include
class server
{
public:
server(asio::io_service&);
asio::ip::tcp::acceptor acceptor_;
};
server::server(asio::io_s
Package: g++-4.3
Version: 4.3-20071130-1
Severity: normal
Hi,
I've got the following code to constructor an acceptor:
server::server(asio::io_service& io_service, request_handler& req_handler, int
fcgi_port):
acceptor_(io_service, asio::ip::tcp::endpoint(asio::ip::tcp::v4(),
fcgi_port))
On 16/12/07 at 23:53 +0100, Arthur Loiret wrote:
>
> reassign 456596 gcc-defaults 1.61
> thanks
>
>
> Matthias,
>
> Here is the diff against current SVN I already sent you.
Hi,
It would be great to fix this ASAP, as it makes a lot of packages
FTBFS...
--
| Lucas Nussbaum
| [EMAIL PROTECTED]
Package: gnat-4.2
version: 4.2.2-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20071217 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
Relevant part:
> WARNING: removing doc directory libgnatprj-dev
>
16 matches
Mail list logo