Processed: gcc: submitted Debian report #284777 to gcc-gnats as PR 19004
Processing commands for [EMAIL PROTECTED]: > # submitted Debian report #284777 to gcc-gnats as PR 19004 > # http://gcc.gnu.org/PR19004 > forwarded 284777 http://gcc.gnu.org/PR19004 Bug#284777: g++-3.4: internal compiler error: in uses_template_parms at cp/pt.c:4860 Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR19004. > retitle 284777 [PR 19004] [3.4 / 4.0 regression] ICE in uses_template_parms > at cp/pt.c:4860 Bug#284777: g++-3.4: internal compiler error: in uses_template_parms at cp/pt.c:4860 Changed Bug title. > tags 284777 + upstream Bug#284777: [PR 19004] [3.4 / 4.0 regression] ICE in uses_template_parms at cp/pt.c:4860 There were no tags set. Tags added: upstream > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Processed: gcc: submitted Debian report #284777 to gcc-gnats as PR 19005
Processing commands for [EMAIL PROTECTED]: > # submitted Debian report #284777 to gcc-gnats as PR 19005 > # http://gcc.gnu.org/PR19005 > forwarded 284777 http://gcc.gnu.org/PR19005 Bug#284777: [PR 19004] [3.4 / 4.0 regression] ICE in uses_template_parms at cp/pt.c:4860 Forwarded-to-address changed from http://gcc.gnu.org/PR19004 to http://gcc.gnu.org/PR19005. > retitle 284777 [PR 19005] [3.4 regression] Error: bad register name `%sil' Bug#284777: [PR 19004] [3.4 / 4.0 regression] ICE in uses_template_parms at cp/pt.c:4860 Changed Bug title. > tags 284777 + upstream Bug#284777: [PR 19005] [3.4 regression] Error: bad register name `%sil' Tags were: upstream Tags added: upstream > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Processed: gcc: submitted Debian report #285692 to gcc-gnats as PR 19006
Processing commands for [EMAIL PROTECTED]: > # submitted Debian report #285692 to gcc-gnats as PR 19006 > # http://gcc.gnu.org/PR19006 > forwarded 285692 http://gcc.gnu.org/PR19006 Bug#285692: internal compiler error: in tree_low_cst, at tree.c:3255 Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR19006. > retitle 285692 [PR 19006] [3.3 / 3.4 / 4.0 regression] ICE in tree_low_cst, > at tree.c:3255 Bug#285692: internal compiler error: in tree_low_cst, at tree.c:3255 Changed Bug title. > tags 285692 + upstream Bug#285692: [PR 19006] [3.3 / 3.4 / 4.0 regression] ICE in tree_low_cst, at tree.c:3255 There were no tags set. Tags added: upstream > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Processed: gcc: submitted Debian report #285238 to gcc-gnats as PR 19008
Processing commands for [EMAIL PROTECTED]: > # submitted Debian report #285238 to gcc-gnats as PR 19008 > # http://gcc.gnu.org/PR19008 > forwarded 285238 http://gcc.gnu.org/PR19008 Bug#285238: [ARM] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR19008. > retitle 285238 [PR 19008] [3.3 regression] [arm] gcc-3.3 -O3 -fPIC produce > wrong code via auto inlining Bug#285238: [ARM] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining Changed Bug title. > tags 285238 + upstream Bug#285238: [PR 19008] [3.3 regression] [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining There were no tags set. Tags added: upstream > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Processed: gcc: submitted Debian report #285695 to gcc-gnats as PR 19005
Processing commands for [EMAIL PROTECTED]: > # submitted Debian report #285695 to gcc-gnats as PR 19005 > # http://gcc.gnu.org/PR19005 > forwarded 285695 http://gcc.gnu.org/PR19005 Bug#285695: gcc-3.4: gcc ICE Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR19005. > retitle 285695 [PR 19005] [3.4 regression] Error: bad register name `%sil' Bug#285695: gcc-3.4: gcc ICE Changed Bug title. > tags 285695 + upstream Bug#285695: [PR 19005] [3.4 regression] Error: bad register name `%sil' There were no tags set. Tags added: upstream > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#285364: g++: hangs compiling k3d on amd64
Please recheck with g++-3.4 and g++-4.0 (from experimental).
[Bug target/19008] [3.3 regression] [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining
--- Additional Comments From rearnsha at gcc dot gnu dot org 2004-12-15 11:59 --- use_maximal_pivot() is casting longs to pointers and vice-versa. I strongly suspect this code is violating C's aliasing rules. The inlining of the function then opens up more chances for the scheduler to move things out of order. Does the program run correctly if you use -fno-strict-alias? -- What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19008 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug c++/19004] [3.4/4.0 regression] ICE in uses_template_parms at cp/pt.c:4860
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2004-12-15 12:04:50 date|| Summary|[3.4 / 4.0 regression] ICE |[3.4/4.0 regression] ICE in |in uses_template_parms at |uses_template_parms at |cp/pt.c:4860|cp/pt.c:4860 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19004 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug c/19006] [3.3 / 3.4 / 4.0 regression] ICE in tree_low_cst, at tree.c:3255
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-15 12:05 --- An ice-on-invalid is never critical. -- What|Removed |Added Severity|critical|normal Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2004-12-15 12:05:30 date|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19006 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
Incomplete upload found in Debian upload queue
Probably you are the uploader of the following file(s) in the Debian upload queue directory: gcc-3.4_3.4.3-5.diff.gz gcc-3.4_3.4.3-5.dsc gcc-3.4_3.4.3-5_i386.deb This looks like an upload, but a .changes file is missing, so the job cannot be processed. If no .changes file arrives within 23:24:10, the files will be deleted. If you didn't upload those files, please just ignore this message. Greetings, Your Debian queue daemon
[Bug c/19006] [3.3 / 3.4 / 4.0 regression] ICE in tree_low_cst, at tree.c:3255
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-15 13:35 --- Actually we have declared this as valid code see PR 18384 which this is a dup of. *** This bug has been marked as a duplicate of 18384 *** -- What|Removed |Added Status|NEW |RESOLVED Resolution||DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19006 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug c++/18384] [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer...
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-15 13:36 --- *** Bug 19006 has been marked as a duplicate of this bug. *** -- What|Removed |Added CC||debian-gcc at lists dot ||debian dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18384 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is.
Processing of gcc-3.4_3.4.3-5_i386.changes
gcc-3.4_3.4.3-5_i386.changes uploaded successfully to localhost along with the files: gcc-3.4_3.4.3-5.dsc gcc-3.4_3.4.3-5.diff.gz cpp-3.4-doc_3.4.3-5_all.deb libgcj5-common_3.4.3-5_all.deb libstdc++6-doc_3.4.3-5_all.deb g77-3.4-doc_3.4.3-5_all.deb gnat-3.4-doc_3.4.3-5_all.deb gpc-2.1-3.4-doc_3.4.3-5_all.deb gcc-3.4-doc_3.4.3-5_all.deb gcc-3.4-base_3.4.3-5_i386.deb libgcc1_3.4.3-5_i386.deb lib64gcc1_3.4.3-5_i386.deb cpp-3.4_3.4.3-5_i386.deb gobjc-3.4_3.4.3-5_i386.deb gij-3.4_3.4.3-5_i386.deb libgcj5_3.4.3-5_i386.deb libgcj5-awt_3.4.3-5_i386.deb gcj-3.4_3.4.3-5_i386.deb libgcj5-dev_3.4.3-5_i386.deb fastjar_3.4.3-5_i386.deb libffi3_3.4.3-5_i386.deb libffi3-dev_3.4.3-5_i386.deb g++-3.4_3.4.3-5_i386.deb lib64stdc++6_3.4.3-5_i386.deb libstdc++6_3.4.3-5_i386.deb libstdc++6-dev_3.4.3-5_i386.deb libstdc++6-pic_3.4.3-5_i386.deb libstdc++6-dbg_3.4.3-5_i386.deb g77-3.4_3.4.3-5_i386.deb libgnat-3.4_3.4.3-5_i386.deb gnat-3.4_3.4.3-5_i386.deb treelang-3.4_3.4.3-5_i386.deb gpc-2.1-3.4_3.4.3-5_i386.deb gcc-3.4_3.4.3-5_i386.deb Greetings, Your Debian queue daemon
[Bug c++/19006] [3.3 / 3.4 / 4.0 regression] ICE in tree_low_cst, at tree.c:3255
-- What|Removed |Added Component|c |c++ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19006 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug c++/19004] [3.4/4.0 regression] ICE in uses_template_parms at cp/pt.c:4860
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-15 13:45 --- : Search converges between 2003-07-15-trunk (#295) and 2003-07-16-trunk (#296). -- What|Removed |Added Keywords||ice-on-valid-code Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19004 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
gcc-3.4 override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): fastjar_3.4.3-5_i386.deb: package says priority is optional, override says extra. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please reply to this mail and explain why. [NB: this is an automatically generated mail; if you replied to one like it before and have not received a response yet, please ignore this mail. Your reply needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED])
gcc-3.4_3.4.3-5_i386.changes ACCEPTED
Accepted: cpp-3.4-doc_3.4.3-5_all.deb to pool/main/g/gcc-3.4/cpp-3.4-doc_3.4.3-5_all.deb cpp-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/cpp-3.4_3.4.3-5_i386.deb fastjar_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/fastjar_3.4.3-5_i386.deb g++-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/g++-3.4_3.4.3-5_i386.deb g77-3.4-doc_3.4.3-5_all.deb to pool/main/g/gcc-3.4/g77-3.4-doc_3.4.3-5_all.deb g77-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/g77-3.4_3.4.3-5_i386.deb gcc-3.4-base_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.3-5_i386.deb gcc-3.4-doc_3.4.3-5_all.deb to pool/main/g/gcc-3.4/gcc-3.4-doc_3.4.3-5_all.deb gcc-3.4_3.4.3-5.diff.gz to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-5.diff.gz gcc-3.4_3.4.3-5.dsc to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-5.dsc gcc-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/gcc-3.4_3.4.3-5_i386.deb gcj-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/gcj-3.4_3.4.3-5_i386.deb gij-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/gij-3.4_3.4.3-5_i386.deb gnat-3.4-doc_3.4.3-5_all.deb to pool/main/g/gcc-3.4/gnat-3.4-doc_3.4.3-5_all.deb gnat-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/gnat-3.4_3.4.3-5_i386.deb gobjc-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/gobjc-3.4_3.4.3-5_i386.deb gpc-2.1-3.4-doc_3.4.3-5_all.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4-doc_3.4.3-5_all.deb gpc-2.1-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4_3.4.3-5_i386.deb lib64gcc1_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/lib64gcc1_3.4.3-5_i386.deb lib64stdc++6_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/lib64stdc++6_3.4.3-5_i386.deb libffi3-dev_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libffi3-dev_3.4.3-5_i386.deb libffi3_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libffi3_3.4.3-5_i386.deb libgcc1_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libgcc1_3.4.3-5_i386.deb libgcj5-awt_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libgcj5-awt_3.4.3-5_i386.deb libgcj5-common_3.4.3-5_all.deb to pool/main/g/gcc-3.4/libgcj5-common_3.4.3-5_all.deb libgcj5-dev_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libgcj5-dev_3.4.3-5_i386.deb libgcj5_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libgcj5_3.4.3-5_i386.deb libgnat-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libgnat-3.4_3.4.3-5_i386.deb libstdc++6-dbg_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libstdc++6-dbg_3.4.3-5_i386.deb libstdc++6-dev_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libstdc++6-dev_3.4.3-5_i386.deb libstdc++6-doc_3.4.3-5_all.deb to pool/main/g/gcc-3.4/libstdc++6-doc_3.4.3-5_all.deb libstdc++6-pic_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libstdc++6-pic_3.4.3-5_i386.deb libstdc++6_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/libstdc++6_3.4.3-5_i386.deb treelang-3.4_3.4.3-5_i386.deb to pool/main/g/gcc-3.4/treelang-3.4_3.4.3-5_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
[Bug rtl-optimization/19005] [3.4 regression] Error: bad register name `%sil'
--- Additional Comments From bangerth at dealii dot org 2004-12-15 14:10 --- I can't reproduce this. Can you post the exact output of gcc -v? Thanks Wolfgang -- What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
Bug#285238: [ARM] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining
On Wed, Dec 15, 2004 at 01:30:05PM +0100, Matthias Klose wrote: > Bill Allombert writes: > > On Sun, Dec 12, 2004 at 05:11:15PM +0100, Matthias Klose wrote: > > > Bill Allombert writes: > > > > If you want, I might dig farther into the problem at a later date. > > > > OK, I checked with gcc-3.4, and it works fine. I didn't check gcc-4.0 > > since bug #280972 would cause it to fails anyway. > > > > > please attach the preprocessed source to the report and recheck with > > > gcc-3.4 and gcc-4.0 / gcc-snapshot. > > ok, forwarded upstream. Please could you directly reply to the > upstream report? See http://gcc.gnu.org/PR19008 How can I do that ? There is no email adress and the webform is subscriber-only. I tried to post the following: I suppose you mean -fno-strict-aliasing, since -fno-strict-alias does not exist. In this case that does not fix the problem. This code work correctly when build with the same compiler on 10 other platforms and AFAIK, casting long* to long does not break strict aliasing rules. but it didn't go through, AFAICS. > thanks, I think I just meant to always check newer gcc versions to > look for fixes. I usually do that, but only gcc-3.3 was installed on debussy. Then I remembered about the dpkg-deb trick. (By the way, thanks to have made the gcc packages easily relocatable!) Cheers, Bill.
[Bug c++/19004] [3.4/4.0 regression] ICE in uses_template_parms at cp/pt.c:4860
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-15 15:30 --- Looking at it. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lerdsuwa at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19004 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/19008] [3.3 regression] [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining
--- Additional Comments From rearnsha at gcc dot gnu dot org 2004-12-15 17:17 --- Compiling the testcase with '-O3 -fPIC' using stock gcc-3.3.2 and gcc-3.3.5 configured for arm-linux produces identical assembly code for gauss_pivot_ker(). So I don't see what the bug can be. -- What|Removed |Added Status|NEW |RESOLVED Resolution||WORKSFORME http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19008 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
Processing of gcc-3.3_3.3.5-4_i386.changes
gcc-3.3_3.3.5-4_i386.changes uploaded successfully to localhost along with the files: gcc-3.3_3.3.5-4.dsc gcc-3.3_3.3.5-4.diff.gz cpp-3.3-doc_3.3.5-4_all.deb libgcj4-common_3.3.5-4_all.deb libgcj-common_3.3.5-4_all.deb libstdc++5-3.3-doc_3.3.5-4_all.deb g77-3.3-doc_3.3.5-4_all.deb gnat-3.3-doc_3.3.5-4_all.deb gpc-2.1-3.3-doc_3.3.5.20040516-4_all.deb gcc-3.3-doc_3.3.5-4_all.deb gcc-3.3-base_3.3.5-4_i386.deb cpp-3.3_3.3.5-4_i386.deb protoize_3.3.5-4_i386.deb fixincludes_3.3.5-4_i386.deb gobjc-3.3_3.3.5-4_i386.deb libobjc1_3.3.5-4_i386.deb gij-3.3_3.3.5-4_i386.deb libgcj4_3.3.5-4_i386.deb libgcj4-awt_3.3.5-4_i386.deb gcj-3.3_3.3.5-4_i386.deb libgcj4-dev_3.3.5-4_i386.deb libffi2_3.3.5-4_i386.deb libffi2-dev_3.3.5-4_i386.deb g++-3.3_3.3.5-4_i386.deb libstdc++5_3.3.5-4_i386.deb libstdc++5-3.3-dev_3.3.5-4_i386.deb libstdc++5-3.3-pic_3.3.5-4_i386.deb libstdc++5-3.3-dbg_3.3.5-4_i386.deb libg2c0_3.3.5-4_i386.deb g77-3.3_3.3.5-4_i386.deb libg2c0-dev_3.3.5-4_i386.deb gnat-3.3_3.3.5-4_i386.deb treelang-3.3_3.3.5-4_i386.deb gpc-2.1-3.3_3.3.5.20040516-4_i386.deb gcc-3.3_3.3.5-4_i386.deb Greetings, Your Debian queue daemon
gcc-3.3_3.3.5-4_i386.changes ACCEPTED
Accepted: cpp-3.3-doc_3.3.5-4_all.deb to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.5-4_all.deb cpp-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.5-4_i386.deb fixincludes_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/fixincludes_3.3.5-4_i386.deb g++-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/g++-3.3_3.3.5-4_i386.deb g77-3.3-doc_3.3.5-4_all.deb to pool/main/g/gcc-3.3/g77-3.3-doc_3.3.5-4_all.deb g77-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/g77-3.3_3.3.5-4_i386.deb gcc-3.3-base_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.5-4_i386.deb gcc-3.3-doc_3.3.5-4_all.deb to pool/main/g/gcc-3.3/gcc-3.3-doc_3.3.5-4_all.deb gcc-3.3_3.3.5-4.diff.gz to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-4.diff.gz gcc-3.3_3.3.5-4.dsc to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-4.dsc gcc-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-4_i386.deb gcj-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/gcj-3.3_3.3.5-4_i386.deb gij-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/gij-3.3_3.3.5-4_i386.deb gnat-3.3-doc_3.3.5-4_all.deb to pool/main/g/gcc-3.3/gnat-3.3-doc_3.3.5-4_all.deb gnat-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/gnat-3.3_3.3.5-4_i386.deb gobjc-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/gobjc-3.3_3.3.5-4_i386.deb gpc-2.1-3.3-doc_3.3.5.20040516-4_all.deb to pool/main/g/gcc-3.3/gpc-2.1-3.3-doc_3.3.5.20040516-4_all.deb gpc-2.1-3.3_3.3.5.20040516-4_i386.deb to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.5.20040516-4_i386.deb libffi2-dev_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libffi2-dev_3.3.5-4_i386.deb libffi2_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libffi2_3.3.5-4_i386.deb libg2c0-dev_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libg2c0-dev_3.3.5-4_i386.deb libg2c0_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libg2c0_3.3.5-4_i386.deb libgcj-common_3.3.5-4_all.deb to pool/main/g/gcc-3.3/libgcj-common_3.3.5-4_all.deb libgcj4-awt_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libgcj4-awt_3.3.5-4_i386.deb libgcj4-common_3.3.5-4_all.deb to pool/main/g/gcc-3.3/libgcj4-common_3.3.5-4_all.deb libgcj4-dev_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libgcj4-dev_3.3.5-4_i386.deb libgcj4_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libgcj4_3.3.5-4_i386.deb libobjc1_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libobjc1_3.3.5-4_i386.deb libstdc++5-3.3-dbg_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.5-4_i386.deb libstdc++5-3.3-dev_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.5-4_i386.deb libstdc++5-3.3-doc_3.3.5-4_all.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-doc_3.3.5-4_all.deb libstdc++5-3.3-pic_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.5-4_i386.deb libstdc++5_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/libstdc++5_3.3.5-4_i386.deb protoize_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/protoize_3.3.5-4_i386.deb treelang-3.3_3.3.5-4_i386.deb to pool/main/g/gcc-3.3/treelang-3.3_3.3.5-4_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
Processing of gcc-3.3_3.3.5-4_ia64.changes
gcc-3.3_3.3.5-4_ia64.changes uploaded successfully to localhost along with the files: gcc-3.3-base_3.3.5-4_ia64.deb cpp-3.3_3.3.5-4_ia64.deb protoize_3.3.5-4_ia64.deb fixincludes_3.3.5-4_ia64.deb gobjc-3.3_3.3.5-4_ia64.deb libobjc1_3.3.5-4_ia64.deb gij-3.3_3.3.5-4_ia64.deb libgcj4_3.3.5-4_ia64.deb libgcj4-awt_3.3.5-4_ia64.deb gcj-3.3_3.3.5-4_ia64.deb libgcj4-dev_3.3.5-4_ia64.deb libffi2_3.3.5-4_ia64.deb libffi2-dev_3.3.5-4_ia64.deb g++-3.3_3.3.5-4_ia64.deb libstdc++5_3.3.5-4_ia64.deb libstdc++5-3.3-dev_3.3.5-4_ia64.deb libstdc++5-3.3-pic_3.3.5-4_ia64.deb libstdc++5-3.3-dbg_3.3.5-4_ia64.deb libg2c0_3.3.5-4_ia64.deb g77-3.3_3.3.5-4_ia64.deb libg2c0-dev_3.3.5-4_ia64.deb gnat-3.3_3.3.5-4_ia64.deb treelang-3.3_3.3.5-4_ia64.deb gpc-2.1-3.3_3.3.5.20040516-4_ia64.deb gcc-3.3_3.3.5-4_ia64.deb Greetings, Your Debian queue daemon
gcc-3.3_3.3.5-4_ia64.changes ACCEPTED
Accepted: cpp-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.5-4_ia64.deb fixincludes_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/fixincludes_3.3.5-4_ia64.deb g++-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/g++-3.3_3.3.5-4_ia64.deb g77-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/g77-3.3_3.3.5-4_ia64.deb gcc-3.3-base_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.5-4_ia64.deb gcc-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/gcc-3.3_3.3.5-4_ia64.deb gcj-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/gcj-3.3_3.3.5-4_ia64.deb gij-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/gij-3.3_3.3.5-4_ia64.deb gnat-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/gnat-3.3_3.3.5-4_ia64.deb gobjc-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/gobjc-3.3_3.3.5-4_ia64.deb gpc-2.1-3.3_3.3.5.20040516-4_ia64.deb to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.5.20040516-4_ia64.deb libffi2-dev_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libffi2-dev_3.3.5-4_ia64.deb libffi2_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libffi2_3.3.5-4_ia64.deb libg2c0-dev_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libg2c0-dev_3.3.5-4_ia64.deb libg2c0_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libg2c0_3.3.5-4_ia64.deb libgcj4-awt_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libgcj4-awt_3.3.5-4_ia64.deb libgcj4-dev_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libgcj4-dev_3.3.5-4_ia64.deb libgcj4_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libgcj4_3.3.5-4_ia64.deb libobjc1_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libobjc1_3.3.5-4_ia64.deb libstdc++5-3.3-dbg_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.5-4_ia64.deb libstdc++5-3.3-dev_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.5-4_ia64.deb libstdc++5-3.3-pic_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.5-4_ia64.deb libstdc++5_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/libstdc++5_3.3.5-4_ia64.deb protoize_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/protoize_3.3.5-4_ia64.deb treelang-3.3_3.3.5-4_ia64.deb to pool/main/g/gcc-3.3/treelang-3.3_3.3.5-4_ia64.deb Thank you for your contribution to Debian.
Re: status of libunwind patches for ia64
> On Tue, 14 Dec 2004 11:58:07 +0100, Matthias Klose <[EMAIL PROTECTED]> > said: Matthias> David Mosberger writes: >> > On Mon, 13 Dec 2004 20:47:41 +0100, Matthias Klose >> <[EMAIL PROTECTED]> said: Matthias> It's currently built by the gcc-3.4 sources and includes Matthias> the libunwind.so.7 shared library. >> The libunwind.so.7 in libgcc1 v3.4.3-2 appears to be built from >> the GCC sources. Is that what you had in mind? Matthias> yes, based on your statement that both versions would Matthias> do. it's possible to include the libunwind source in the Matthias> gcc-3.4 source and build the libunwind7 package from that Matthias> source. Now I'm confused. I thought that after running into the libunwind build-failures, you decided to replace the GCC-based libunwind with the one from the libunwind package. I just checked and with the current packaging, I'm still getting failures during the libunwind build. For example: : gcc -g -O -fexceptions -Wall -Wsign-compare -o .libs/Lperf-simple Lperf-simple.o ../src/.libs/libunwind-ia64.so Gperf-simple.o(.text+0x32): In functionLperf-simple.o(.text+0x32): In function `measure_unwind': ../../libunwind/tests/Gperf-simple.c:64: undefined reference to `_Uia64_getcontext' : Did you fix this issue in some other way? --david
Re: status of libunwind patches for ia64
> On Wed, 15 Dec 2004 13:55:45 -0800, David Mosberger <[EMAIL PROTECTED]> > said: David> I just checked and with the current packaging, I'm still David> getting failures during the libunwind build. After fixing these problems in libunwind, I can successfully run "make check" in libunwind: PASS: test-proc-info PASS: test-static-link PASS: test-strerror PASS: Gtest-bt PASS: Ltest-bt PASS: Gtest-exc PASS: Ltest-exc PASS: Gtest-init PASS: Ltest-init PASS: Gtest-concurrent PASS: Ltest-concurrent PASS: Gtest-resume-sig PASS: Ltest-resume-sig PASS: Gtest-dyn1 PASS: Ltest-dyn1 PASS: test-async-sig PASS: test-flush-cache PASS: test-init-remote PASS: test-mem PASS: test-setjmp PASS: test-ptrace PASS: Gia64-test-stack PASS: Lia64-test-stack PASS: Gia64-test-nat PASS: Lia64-test-nat PASS: Gia64-test-rbs PASS: Lia64-test-rbs PASS: Gia64-test-readonly PASS: Lia64-test-readonly PASS: ia64-test-setjmp PASS: ia64-test-sig PASS: run-check-namespace PASS: run-ptrace-mapper PASS: run-ptrace-misc PASS: run-ia64-test-dyn1 === All 35 tests passed === That's great! First time this happens! So, I think we have two options: (1) leave GCC package as it is and make a libunwind v0.98.4 release which fixes the above-mentioned problems (2) change GCC package to include the libunwind version from the libunwind package I think (1) makes more sense _provided_ that in the not too distant future, we can fix the packaging such that /lib/libunwind.so.7 is provided by the libunwind package. Without that, gdb won't be able to unwind dynamically generated code and, IIRC, there are additional gcj failures, which starts to matter, now that gij is being used for providing Java applet functionality inside ia64 browsers. --david
[Bug middle-end/18590] [3.3/3.4 regression] ICE in add_insn_before, at emit-rtl.c:3599
-- What|Removed |Added CC||bernie at develer dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18590 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
Bug#285364: g++: hangs compiling k3d on amd64
Hi Doko, On Wed, Dec 15, 2004 at 12:32:51PM +0100, Matthias Klose wrote: > Please recheck with g++-3.4 and g++-4.0 (from experimental). For pure64, compilation works with gcc-3.4, but I end up with binaries linked to both libstdc++.so.5 and libstdc++.so.6. The gcc-3.4 archive contains a successfully build k3d package, so I guess there was no problem in the first place. What now? Greetings Frederik Schueler -- ENOSIG pgp36vAxF5uI8.pgp Description: PGP signature
[Bug target/18592] [3.3/3.4 regression] [m68k] ICE in output_operand: invalid expression as operand
--- Additional Comments From bernie at develer dot com 2004-12-15 22:37 --- > Note: PR 18542 also covers avr-* targets. Comment #7 in PR18542 said that separate PR's were going to be filed for avr and h8300. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18592 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/18592] [3.3/3.4 regression] [m68k] ICE in output_operand: invalid expression as operand
-- What|Removed |Added CC||bernie at develer dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18592 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug rtl-optimization/19005] [3.4 regression] Error: bad register name `%sil'
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 00:10 --- *** Bug 19026 has been marked as a duplicate of this bug. *** -- What|Removed |Added CC||k_guillaume at libertysurf ||dot fr http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug rtl-optimization/19005] [3.4 regression] Error: bad register name `%sil'
--- Additional Comments From k_guillaume at libertysurf dot fr 2004-12-16 00:31 --- I could reproduce this bug with : Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) Other people reported (https://linuxfr.org/forums/31/5533.html) they could reproduce with : gcc (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-1mdk) gcc (GCC) 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/19005] [3.4 regression] Error: bad register name `%sil'
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-16 00:46 --- Confirmed. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|WAITING |ASSIGNED Component|rtl-optimization|target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/19005] [3.4 regression] Error: bad register name `%sil'
-- What|Removed |Added Keywords||wrong-code Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/19005] [3.4 regression] Error: bad register name `%sil'
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-16 01:51 --- Subject: Bug 19005 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-12-16 01:51:32 Modified files: gcc: ChangeLog gcc/config/i386: i386.md Log message: PR target/19005 * config/i386/i386.md (swaphi_1): Swap with swaphi_2, allow with optimize_size. (swapqi_1): Rename from swapqi. Enable only for no partial reg stall and optimize_size. (swapqi_2): New. (swaphi_1, swaphi_2, swapqi_1): Add athlon_decode. (swapsi, swaphi_1, swaphi_2, swapqi_1, swapdi): Remove modrm override. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.740&r2=2.2326.2.741 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.502.2.12&r2=1.502.2.13 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/18592] [3.3/3.4 regression] [m68k] ICE in output_operand: invalid expression as operand
--- Additional Comments From corsepiu at gcc dot gnu dot org 2004-12-16 05:33 --- (In reply to comment #11) > Comment #7 in PR18542 said that separate PR's > were going to be filed for avr and h8300. They were (PR18563 and PR18564), but somebody else has closed them as duplicates of PR15542 and merged the avr and h8300 variants of PR18542 back into PR18542. I am going to reopen them and remove the avr/h8300 from PR18542. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18592 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.