Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-05 Thread Nobuhiro Iwamatsu
Hi, Thank you for comments. 2010/1/6 Arthur Loiret : > The mapping is missing in gcc/multiarch.h (see > debian/patches/gcc-multiarch.inc). What is the corresponding GNU > triplet to m4-nofpu (it seems to be sh4-linux-gnu for m4)? > Triplet of m4-nofpu is sh4_nofpu-linux-gnu. What should I set in

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-05 Thread hjl at gcc dot gnu dot org
--- Comment #14 from hjl at gcc dot gnu dot org 2010-01-05 23:53 --- Subject: Bug 42542 Author: hjl Date: Tue Jan 5 23:53:29 2010 New Revision: 155666 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155666 Log: Add smaxv2di3, umaxv2di3, sminv2di3 and uminv2di3 gcc/ 2010-01-05

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #12 from ebotcazou at gcc dot gnu dot org 2010-01-05 22:43 --- On all active branches. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2010-01-05 22:34 --- Subject: Bug 42564 Author: ebotcazou Date: Tue Jan 5 22:34:01 2010 New Revision: 155664 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155664 Log: PR target/42564 * config/sparc/sparc.h

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2010-01-05 22:32 --- Subject: Bug 42564 Author: ebotcazou Date: Tue Jan 5 22:32:25 2010 New Revision: 155663 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155663 Log: PR target/42564 * config/sparc/sparc.h

[Bug target/42564] unrecognizable insn with -O -fPIC

2010-01-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2010-01-05 22:29 --- Subject: Bug 42564 Author: ebotcazou Date: Tue Jan 5 22:29:18 2010 New Revision: 155662 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155662 Log: PR target/42564 * config/sparc/sparc.h (

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread ubizjak at gmail dot com
--- Comment #13 from ubizjak at gmail dot com 2010-01-05 21:15 --- (In reply to comment #12) > I will restart bootstrap now. Bootstraps OK for --enable-languages=c. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42511 --- You are receiving this mail because: --- You repor

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-05 Thread Arthur Loiret
The mapping is missing in gcc/multiarch.h (see debian/patches/gcc-multiarch.inc). What is the corresponding GNU triplet to m4-nofpu (it seems to be sh4-linux-gnu for m4)? Arthur. 2010/1/5, Nobuhiro Iwamatsu : > reopen 546443 > thanks > > Hi, > > This bug is not yet revised. > sh4 becomes the buil

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread ubizjak at gmail dot com
--- Comment #12 from ubizjak at gmail dot com 2010-01-05 20:47 --- Got the problem. stage1 compiler miscompiles determine_max_movement() from tree-ssa-loop-im.c. Following patch fixes the testcase from comment #5: Index: tree-ssa-loop-im.c ==

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-05 Thread Nobuhiro Iwamatsu
reopen 546443 thanks Hi, This bug is not yet revised. sh4 becomes the build error only by having applied a patch of multi-arch. http://buildd.debian-ports.org/fetch.php?pkg=gcc-4.4&arch=sh4&ver=4.4.2-8&stamp=1262100902&file=log&as=raw sh4 sets multilib which supported m4 and m4-nofpu for a ker

Processed: Re: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reopen 546443 Bug #546443 {Done: Matthias Klose } [gcc-4.3] sh4: please add "/usr/include/sh4-linux-gnu" to include search path. 'reopen' may be inappropriate when a bug has been closed with a version; you may need to use 'found' to remove fixed

[Bug target/42542] Vectorizer produces incorrect results on max/min of unsigned intergers

2010-01-05 Thread hjl at gcc dot gnu dot org
--- Comment #13 from hjl at gcc dot gnu dot org 2010-01-05 20:44 --- Subject: Bug 42542 Author: hjl Date: Tue Jan 5 20:44:14 2010 New Revision: 155660 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155660 Log: Properly convert GTU to GT for V4SI and V2DI gcc/ 2010-01-05 Paol

gcc-4.4 4.4.2-8 MIGRATED to testing

2010-01-05 Thread Debian testing watch
FYI: The status of the gcc-4.4 source package in Debian's testing distribution has changed. Previous version: 4.4.2-3 Current version: 4.4.2-8 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread ubizjak at gmail dot com
--- Comment #11 from ubizjak at gmail dot com 2010-01-05 16:24 --- (In reply to comment #10) > Well, I can't see how this wouldn't be a problem on other targets thus I > re-iterate: which stages do show this behavior? Does the stage1 cc1 > reproduce it? No. -- http://gcc.gnu.org/b

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-01-05 15:36 --- Well, I can't see how this wouldn't be a problem on other targets thus I re-iterate: which stages do show this behavior? Does the stage1 cc1 reproduce it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42511

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread ubizjak at gmail dot com
--- Comment #9 from ubizjak at gmail dot com 2010-01-05 14:27 --- (In reply to comment #7) > setting BOOT_CFLAGS to -g -O1 lets the build succeed. the testcase from > comment > #5 doesn't ice. It will ICE with default build, with checkings enabled. -- http://gcc.gnu.org/bugzilla/

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread ubizjak at gmail dot com
--- Comment #8 from ubizjak at gmail dot com 2010-01-05 14:21 --- It looks that tree loop IM FUBARs the compilation. All testcases compile OK with -O2 -fno-tree-loop-im. The dump for _.c.099t.lim1 looks quite strange (it resembles _.c.024t.ssa): --cut here-- ;; Function alpha_fallback

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-01-05 13:53 --- So, which stages do ICE on the testcase? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42511 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UN

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2010-01-05 13:52 --- Minimized testcase (from other bootstrap failure): --cut here-- typedef struct { struct { int how; } reg[64 + 1]; } _Unwind_FrameState; alpha_fallback_frame_state (_Unwind_FrameState * fs) { long i; for (i

Results for 4.5.0 20100104 (experimental) [trunk revision 155612] (Debian 4.5-20100104-1) testsuite on alpha-unknown-linux-gnu

2010-01-05 Thread Matthias Klose
LAST_UPDATED: Mon Jan 4 10:17:31 UTC 2010 (revision 155612) Native configuration is alpha-unknown-linux-gnu === libffi tests === Running target unix === libffi Summary === # of expected passes1624 # of expected failures 10 # of unsupported

Bug#490644: marked as done (gcc: -finline-small-functions is overzealous)

2010-01-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Jan 2010 14:05:03 +0100 with message-id <4b4338ff.8010...@debian.org> and subject line Re: Bug#490644: gcc: -finline-small-functions is overzealous has caused the Debian Bug report #490644, regarding gcc: -finline-small-functions is overzealous to be marked as done. This

Bug#490644: gcc: -finline-small-functions is overzealous

2010-01-05 Thread Herbert Xu
On Mon, Jan 04, 2010 at 02:47:18PM +0100, Matthias Klose wrote: > tags 490644 + moreinfo > tags 490644 + upstream > thanks > > please could you recheck with GCC-4.4 and GCC-4.5 (experimental) or > gcc-snapshot (unstable)? would it be possible to forwarded and track this > report upstream yourself

[Bug bootstrap/42511] bootstrap error in stage3 on alpha-linux-gnu

2010-01-05 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2010-01-05 12:29 --- I got different error in the same place when configured with: Target: alpha-linux-gnu Configured with: ../gcc-svn/trunk/configure --host=alpha-linux-gnu --build=alpha-linux-gnu --target=alpha-linux-gnu --enable-languages=

[Bug other/42611] ICE in tree_low_cst, at tree.c:5014

2010-01-05 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2010-01-05 08:57 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug other/42611] ICE in tree_low_cst, at tree.c:5014

2010-01-05 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2010-01-05 08:56 --- Subject: Bug 42611 Author: jakub Date: Tue Jan 5 08:56:30 2010 New Revision: 155642 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155642 Log: PR other/42611 * cfgexpand.c (expand_one_var): Di

[Bug other/42611] ICE in tree_low_cst, at tree.c:5014

2010-01-05 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2010-01-05 08:43 --- Subject: Bug 42611 Author: jakub Date: Tue Jan 5 08:42:53 2010 New Revision: 155641 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155641 Log: PR other/42611 * cfgexpand.c (expand_one_var): Di