public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
@ 2011-03-29 22:35 pcpa at mandriva dot com.br
  2011-03-30  9:02 ` [Bug debug/48343] [4.6/4.7 Regression] " rguenth at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pcpa at mandriva dot com.br @ 2011-03-29 22:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

           Summary: ICE compiling i586
                    linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in
                    form_sum, at reload.c:5338
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pcpa@mandriva.com.br


Created attachment 23806
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23806
sample test case: "gcc -O1 -g test.c" to reproduce the problem

The problem happens at -O1 or larger, and only if adding -g to command line.
The problem happened after over 15k lines of kernel compile log.

$ gcc -v -O3 -g test.c
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-mandriva-linux-gnu/4.6.0/lto-wrapper
Target: i586-mandriva-linux-gnu
Configured with: ./configure --build=i586-mandriva-linux-gnu --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
--libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include
--x-libraries=/usr/lib --disable-libjava-multilib
--with-java-home=/usr/lib/jvm/java-rpmbuild
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-java-awt=qt,gtk
--enable-gtk-cairo --disable-libssp --disable-libunwind-exceptions
--disable-werror --enable-__cxa_atexit --enable-bootstrap
--enable-checking=release --enable-gnu-unique-object
--enable-languages=c,ada,c++,fortran,go,java,lto,objc,obj-c++
--enable-linker-build-id --enable-plugin --enable-shared --enable-threads=posix
--with-system-zlib --with-bugurl=https://qa.mandriva.com/ --with-tune=generic
--with-arch=i686 --host=i586-mandriva-linux-gnu
--target=i586-mandriva-linux-gnu
Thread model: posix
gcc version 4.6.0 (GCC) 
COLLECT_GCC_OPTIONS='-v' '-O3' '-g' '-mtune=generic' '-march=i686'
 /usr/lib/gcc/i586-mandriva-linux-gnu/4.6.0/cc1 -quiet -v test.c -quiet
-dumpbase test.c -mtune=generic -march=i686 -auxbase test -g -O3 -version -o
/tmp//ccxHrbNH.s
GNU C (GCC) version 4.6.0 (i586-mandriva-linux-gnu)
        compiled by GNU C version 4.6.0, GMP version 5.0.1, MPFR version
3.0.0-p3, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory
"/usr/lib/gcc/i586-mandriva-linux-gnu/4.6.0/include-fixed"
ignoring nonexistent directory
"/usr/lib/gcc/i586-mandriva-linux-gnu/4.6.0/../../../../i586-mandriva-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i586-mandriva-linux-gnu/4.6.0/include
 /usr/local/include
 /usr/include
End of search list.
GNU C (GCC) version 4.6.0 (i586-mandriva-linux-gnu)
        compiled by GNU C version 4.6.0, GMP version 5.0.1, MPFR version
3.0.0-p3, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: bca5a43bb43969b075940469833a33fd
test.c: In function 'test':
test.c:147:1: internal compiler error: in form_sum, at reload.c:5338
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://qa.mandriva.com/> for instructions.

  This is from an experimental gcc 4.6.0 package for Mandriva. I am already
using a x86_64 kernel in my computer, compiled with gcc 4.6.0.

  Attached is hopefully a small enough cut&paste with minimal changes, that
still reproduces the problem.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
@ 2011-03-30  9:02 ` rguenth at gcc dot gnu.org
  2011-03-30  9:49 ` rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-30  9:02 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      Known to work|                            |4.5.2
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|                            |2011.03.30 08:54:12
          Component|target                      |debug
     Ever Confirmed|0                           |1
            Summary|ICE compiling i586          |[4.6/4.7 Regression] ICE
                   |linux-2.6.38/drivers/stagin |compiling i586
                   |g/wlan-ng/p80211wep.c: in   |linux-2.6.38/drivers/stagin
                   |form_sum, at reload.c:5338  |g/wlan-ng/p80211wep.c: in
                   |                            |form_sum, at reload.c:5338
   Target Milestone|---                         |4.6.1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-30 08:54:12 UTC ---
Confirmed.  Reduced testcase:

#define swap(a, b) \
        do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
struct dev {
      int       keylens[4];
};
void test(struct dev *dev, int keynum, unsigned char *iv)
{
  unsigned int i, j, keylen;
  unsigned char s[256], key[64];
  keylen = dev->keylens[keynum];
  key[0] = iv[0];
  for (i = 0; i < 256; i++) 
    {
      j = (j + s[i] + key[i % keylen]) & 0xff;
      swap(i, j);
    }
}

also fails on x86_64-*-* with -O3 -g -m32.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
  2011-03-30  9:02 ` [Bug debug/48343] [4.6/4.7 Regression] " rguenth at gcc dot gnu.org
@ 2011-03-30  9:49 ` rguenth at gcc dot gnu.org
  2011-03-30 14:24 ` jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-30  9:49 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |molitor@microbiology-bonn.d
                   |                            |e

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-30 09:27:54 UTC ---
*** Bug 48356 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
  2011-03-30  9:02 ` [Bug debug/48343] [4.6/4.7 Regression] " rguenth at gcc dot gnu.org
  2011-03-30  9:49 ` rguenth at gcc dot gnu.org
@ 2011-03-30 14:24 ` jakub at gcc dot gnu.org
  2011-03-30 14:25 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-30 14:24 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-30 13:46:26 UTC ---
Slightly more reduced testcase (and without uninitialized vars):
void foo (unsigned char *, unsigned char *);

void
test (unsigned int x, int y)
{
  unsigned int i, j = 0, k;
  unsigned char s[256], t[64];
  foo (s, t);
  t[0] = y;
  for (i = 0; i < 256; i++)
    {
      j = (j + s[i] + t[i % x]) & 0xff;
      k = i; i = j; j = k;
    }
}

again, ICEs with -O3 -m32 -g, doesn't with -O3 -m32 -g
-fno-var-tracking-assignments.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (2 preceding siblings ...)
  2011-03-30 14:24 ` jakub at gcc dot gnu.org
@ 2011-03-30 14:25 ` jakub at gcc dot gnu.org
  2011-03-30 15:37 ` jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-30 14:25 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-30 14:11:13 UTC ---
Seems to be a combiner VTA bug.
try_combine decides to SUBST_MODE, because it has a single (non-debug) use and
single set, changes a pseudo from SImode to QImode, which magically changes the
mode also in the debug insn which also uses it and nothing afterwards fixes up
the debug_insn.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (3 preceding siblings ...)
  2011-03-30 14:25 ` jakub at gcc dot gnu.org
@ 2011-03-30 15:37 ` jakub at gcc dot gnu.org
  2011-03-30 15:56 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-30 15:37 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-30 15:16:55 UTC ---
So, before combiner we have:
(insn 23 22 24 3 (parallel [
            (set (reg:SI 98)
                (plus:SI (reg:SI 97 [ prephitmp.9 ])
                    (reg/v:SI 64 [ j ])))
            (clobber (reg:CC 17 flags))
        ]) pr48343.c:12 252 {*addsi_1}
     (expr_list:REG_DEAD (reg:SI 97 [ prephitmp.9 ])
        (expr_list:REG_DEAD (reg/v:SI 64 [ j ])
            (expr_list:REG_UNUSED (reg:CC 17 flags)
                (nil)))))

(insn 24 23 25 3 (parallel [
            (set (reg:SI 99)
                (zero_extend:SI (mem/s/j:QI (plus:SI (plus:SI (reg/f:SI 20
frame)
                                (reg/v:SI 71 [ i ]))
                            (const_int -320 [0xfffffffffffffec0])) [0 s S1
A8])))
            (clobber (reg:CC 17 flags))
        ]) pr48343.c:12 123 {*zero_extendqisi2_movzbl_and}
     (expr_list:REG_UNUSED (reg:CC 17 flags)
        (nil)))

(insn 25 24 27 3 (parallel [
            (set (reg:SI 66 [ D.1999 ])
                (plus:SI (reg:SI 98)
                    (reg:SI 99)))
            (clobber (reg:CC 17 flags))
        ]) pr48343.c:12 252 {*addsi_1}
     (expr_list:REG_DEAD (reg:SI 99)
        (expr_list:REG_DEAD (reg:SI 98)
            (expr_list:REG_UNUSED (reg:CC 17 flags)
                (nil)))))

(debug_insn 27 25 28 3 (var_location:SI k (reg/v:SI 71 [ i ])) pr48343.c:13 -1
     (nil))

(debug_insn 28 27 29 3 (var_location:SI i (and:SI (reg:SI 66 [ D.1999 ])
        (const_int 255 [0xff]))) pr48343.c:13 -1
     (nil))

and SUBST_MODE is applied to pseudo 98 when i2 is insn 23 and i3 is insn 25,
after a previous propagate_for_debug set of changes which were with i3 insn 30.

So, IMHO we don't want to stop at i3 for propagate_for_debug if we are retrying
(goto retry in combine_instructions), instead we want to stop at the last i3
we've been processing in the current BB.

I'll try to write a patch.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (4 preceding siblings ...)
  2011-03-30 15:37 ` jakub at gcc dot gnu.org
@ 2011-03-30 15:56 ` jakub at gcc dot gnu.org
  2011-03-30 17:43 ` molitor@microbiology-bonn.de
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-30 15:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |jakub at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-30 15:51:30 UTC ---
Created attachment 23821
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23821
gcc46-pr48343.patch

Untested fix.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (5 preceding siblings ...)
  2011-03-30 15:56 ` jakub at gcc dot gnu.org
@ 2011-03-30 17:43 ` molitor@microbiology-bonn.de
  2011-03-31 18:44 ` pcpa at mandriva dot com.br
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: molitor@microbiology-bonn.de @ 2011-03-30 17:43 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

--- Comment #7 from Ernst Molitor <molitor@microbiology-bonn.de> 2011-03-30 17:02:26 UTC ---
With the patch gcc46-pr48343.patch applied to the gcc-4.6.0 sources and after a
"make bootstrap; make install", I have arrived at a version of gcc-4.6.0 that
both compiles the testcase kindly provided by Jakub Jelinek and the current
(git commit 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d) Linux kernel (Linux
2.6.39-rc1) flawlessly. Very impressive!!


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (6 preceding siblings ...)
  2011-03-30 17:43 ` molitor@microbiology-bonn.de
@ 2011-03-31 18:44 ` pcpa at mandriva dot com.br
  2011-04-07 17:57 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pcpa at mandriva dot com.br @ 2011-03-31 18:44 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

--- Comment #8 from Paulo César Pereira de Andrade <pcpa at mandriva dot com.br> 2011-03-31 18:06:05 UTC ---
(In reply to comment #6)
> Created attachment 23821 [details]
> gcc46-pr48343.patch
> 
> Untested fix.

  I also confirm gcc built with this patch compiles the i586
kernel, and after installing the generated kernel, and running
several lmbench tests I see no problems.

  Feel free to close the bug report if appropriate.

Thanks.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (7 preceding siblings ...)
  2011-03-31 18:44 ` pcpa at mandriva dot com.br
@ 2011-04-07 17:57 ` jakub at gcc dot gnu.org
  2011-04-07 17:58 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-07 17:57 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-07 17:57:29 UTC ---
Author: jakub
Date: Thu Apr  7 17:57:26 2011
New Revision: 172108

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172108
Log:
    PR debug/48343
    * combine.c (combine_instructions): Add last_combined_insn,
    update it if insn is after it, pass it to all try_combine
    calls.
    (try_combine): Add last_combined_insn parameter, pass it instead of
    i3 to propagate_for_debug.

    * gcc.dg/torture/pr48343.c: New test.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/combine.c
    trunk/gcc/testsuite/ChangeLog


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (8 preceding siblings ...)
  2011-04-07 17:57 ` jakub at gcc dot gnu.org
@ 2011-04-07 17:58 ` jakub at gcc dot gnu.org
  2011-04-07 18:05 ` jakub at gcc dot gnu.org
  2011-04-07 18:07 ` jakub at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-07 17:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-07 17:58:07 UTC ---
Author: jakub
Date: Thu Apr  7 17:58:05 2011
New Revision: 172109

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172109
Log:
    PR debug/48343
    * combine.c (combine_instructions): Add last_combined_insn,
    update it if insn is after it, pass it to all try_combine
    calls.
    (try_combine): Add last_combined_insn parameter, pass it instead of
    i3 to propagate_for_debug.

    * gcc.dg/torture/pr48343.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr48343.c


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (9 preceding siblings ...)
  2011-04-07 17:58 ` jakub at gcc dot gnu.org
@ 2011-04-07 18:05 ` jakub at gcc dot gnu.org
  2011-04-07 18:07 ` jakub at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-07 18:05 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-07 18:05:11 UTC ---
Author: jakub
Date: Thu Apr  7 18:05:08 2011
New Revision: 172110

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172110
Log:
    PR debug/48343
    * combine.c (combine_instructions): Add last_combined_insn,
    update it if insn is after it, pass it to all try_combine
    calls.
    (try_combine): Add last_combined_insn parameter, pass it instead of
    i3 to propagate_for_debug.

    * gcc.dg/torture/pr48343.c: New test.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr48343.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/combine.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug debug/48343] [4.6/4.7 Regression] ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338
  2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
                   ` (10 preceding siblings ...)
  2011-04-07 18:05 ` jakub at gcc dot gnu.org
@ 2011-04-07 18:07 ` jakub at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-07 18:07 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48343

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-07 18:06:50 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-04-07 18:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-29 22:35 [Bug c/48343] New: ICE compiling i586 linux-2.6.38/drivers/staging/wlan-ng/p80211wep.c: in form_sum, at reload.c:5338 pcpa at mandriva dot com.br
2011-03-30  9:02 ` [Bug debug/48343] [4.6/4.7 Regression] " rguenth at gcc dot gnu.org
2011-03-30  9:49 ` rguenth at gcc dot gnu.org
2011-03-30 14:24 ` jakub at gcc dot gnu.org
2011-03-30 14:25 ` jakub at gcc dot gnu.org
2011-03-30 15:37 ` jakub at gcc dot gnu.org
2011-03-30 15:56 ` jakub at gcc dot gnu.org
2011-03-30 17:43 ` molitor@microbiology-bonn.de
2011-03-31 18:44 ` pcpa at mandriva dot com.br
2011-04-07 17:57 ` jakub at gcc dot gnu.org
2011-04-07 17:58 ` jakub at gcc dot gnu.org
2011-04-07 18:05 ` jakub at gcc dot gnu.org
2011-04-07 18:07 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).