public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
@ 2011-08-16 13:18 enrico.scholz at informatik dot tu-chemnitz.de
  2011-08-16 14:00 ` [Bug target/50099] " mikpe at it dot uu.se
                   ` (40 more replies)
  0 siblings, 41 replies; 42+ messages in thread
From: enrico.scholz at informatik dot tu-chemnitz.de @ 2011-08-16 13:18 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50099
           Summary: ICE: internal compiler error: in extract_insn, at
                    recog.c:2113 while building lttng-ust
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: enrico.scholz@informatik.tu-chemnitz.de


Created attachment 25022
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25022
preprocessed sources (ust-0.15/snprintf/vfprintf.c)

$ arm-linux-gnueabi-gcc -march=armv7-a /tmp/x2.c -c -O1
/tmp/x2.c: In function ‘ust_safe_vfprintf’:
/tmp/x2.c:4533:1: error: unrecognizable insn:
(insn 3114 3113 3115 139 (set (subreg:SI (reg/v:DI 153 [ _umax ]) 0)
        (sign_extend:SI (mem:QI (plus:SI (mult:SI (reg/v:SI 159 [ nextarg ])
                        (const_int 8 [0x8]))
                    (reg/f:SI 347 [ argtable.7 ])) [0 *D.5277_569+0 S1 A32])))
/tmp/x2.c:4325 -1
     (nil))
/tmp/x2.c:4533:1: internal compiler error: in extract_insn, at recog.c:2113
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


$ arm-linux-gnueabi-gcc -v
Using built-in specs.
COLLECT_GCC=arm-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=$P/sysroots/x86_64-oe-linux/usr/libexec/armv5te-linux-gnueabi/gcc/arm-linux-gnueabi/4.6.1/lto-wrapper
Target: arm-linux-gnueabi
Configured with: $P/work-shared/gcc-4.6.1+svnr175454/gcc-4_6-branch/configure
--build=x86_64-oe-linux --host=x86_64-oe-linux --target=arm-linux-gnueabi
--prefix=$P/sysroots/x86_64-oe-linux/usr
--exec_prefix=$P/sysroots/x86_64-oe-linux/usr
--bindir=$P/sysroots/x86_64-oe-linux/usr/bin/armv5te-linux-gnueabi
--sbindir=$P/sysroots/x86_64-oe-linux/usr/bin/armv5te-linux-gnueabi
--libexecdir=$P/sysroots/x86_64-oe-linux/usr/libexec/armv5te-linux-gnueabi
--datadir=$P/sysroots/x86_64-oe-linux/usr/share
--sysconfdir=$P/sysroots/x86_64-oe-linux/etc
--sharedstatedir=$P/sysroots/x86_64-oe-linux/com
--localstatedir=$P/sysroots/x86_64-oe-linux/var
--libdir=$P/sysroots/x86_64-oe-linux/usr/lib/armv5te-linux-gnueabi
--includedir=$P/sysroots/x86_64-oe-linux/usr/include
--oldincludedir=$P/sysroots/x86_64-oe-linux/usr/include
--infodir=$P/sysroots/x86_64-oe-linux/usr/share/info
--mandir=$P/sysroots/x86_64-oe-linux/usr/share/man --disable-silent-rules
--with-libtool-sysroot=$P/sysroots/x86_64-oe-linux --with-gnu-ld
--enable-shared --enable-languages=c,c++ --enable-threads=posix
--disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu
--enable-libstdcxx-pch --program-prefix=arm-linux-gnueabi-
--enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap
--disable-libgomp --disable-libmudflap --enable-cheaders=c_global
--with-abi=aapcs-linux --with-float=soft
--with-local-prefix=$P/sysroots/toradex-colibri320/usr
--with-gxx-include-dir=/usr/include/c++
--with-sysroot=$P/sysroots/toradex-colibri320
--with-build-sysroot=$P/sysroots/toradex-colibri320
--enable-poison-system-directories
--with-headers=$P/sysroots/toradex-colibri320/usr/include
--disable-libunwind-exceptions --with-mpfr=$P/sysroots/x86_64-oe-linux/usr
--with-system-zlib --enable-nls --enable-__cxa_atexit --enable-__cxa_atexit
Thread model: posix
gcc version 4.6.1 20110627 (prerelease) (GCC) 


(it is the gcc-4.6 from OpenEmbedded Core)


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
@ 2011-08-16 14:00 ` mikpe at it dot uu.se
  2011-08-16 20:52 ` mikpe at it dot uu.se
                   ` (39 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: mikpe at it dot uu.se @ 2011-08-16 14:00 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2011-08-16 13:35:54 UTC ---
I can reproduce the ICE with 4.7-20110813 and 4.6-20110812, but not with
4.5-20110804, 4.4-20110719, or 4.3.5.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
  2011-08-16 14:00 ` [Bug target/50099] " mikpe at it dot uu.se
@ 2011-08-16 20:52 ` mikpe at it dot uu.se
  2011-08-17  8:16 ` rguenth at gcc dot gnu.org
                   ` (38 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: mikpe at it dot uu.se @ 2011-08-16 20:52 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Pettersson <mikpe at it dot uu.se> changed:

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

--- Comment #2 from Mikael Pettersson <mikpe at it dot uu.se> 2011-08-16 20:28:54 UTC ---
It's caused by r163935:

Author: bernds
Date: Mon Sep  6 22:32:26 2010
New Revision: 163935

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163935
Log:
    PR target/43137
    * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
    New define_mode_attrs.
    * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
    arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
    (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
    (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
    Remove pool_range attribute.
    (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
    arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
    pool_range and neg_pool_range attributes.
    * config/arm/thumb2.md (thumb2_zero_extendsidi2,
    thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
    thumb2_extendhidi2, thumb2_extendqidi2): Delete.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
  2011-08-16 14:00 ` [Bug target/50099] " mikpe at it dot uu.se
  2011-08-16 20:52 ` mikpe at it dot uu.se
@ 2011-08-17  8:16 ` rguenth at gcc dot gnu.org
  2011-08-17 13:38 ` mikpe at it dot uu.se
                   ` (37 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-17  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |raj.khem at gmail dot com

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-17 08:12:50 UTC ---
*** Bug 50104 has been marked as a duplicate of this bug. ***


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (2 preceding siblings ...)
  2011-08-17  8:16 ` rguenth at gcc dot gnu.org
@ 2011-08-17 13:38 ` mikpe at it dot uu.se
  2011-08-19 18:05 ` Greta.Yorsh at arm dot com
                   ` (36 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: mikpe at it dot uu.se @ 2011-08-17 13:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Mikael Pettersson <mikpe at it dot uu.se> 2011-08-17 13:35:59 UTC ---
Created attachment 25031
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25031
reduced test case


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (3 preceding siblings ...)
  2011-08-17 13:38 ` mikpe at it dot uu.se
@ 2011-08-19 18:05 ` Greta.Yorsh at arm dot com
  2011-09-04 23:57 ` michael.hope at linaro dot org
                   ` (35 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: Greta.Yorsh at arm dot com @ 2011-08-19 18:05 UTC (permalink / raw)
  To: gcc-bugs

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

Greta Yorsh <Greta.Yorsh at arm dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Greta.Yorsh at arm dot com

--- Comment #5 from Greta Yorsh <Greta.Yorsh at arm dot com> 2011-08-19 18:03:48 UTC ---
I can reproduce it with GCC 4.7 r177601 with -marm but not with -mthumb. 
Here a smaller test case that seems related. 

> cat tst2.c

typedef signed char int8_t ;
typedef signed short int16_t;
typedef signed long int32_t;
typedef signed long long int64_t;

// doesn't ice if arg is unsigned
// doesn't ice if return is int32_t instead of int64_t
int64_t foo(int8_t * arg)
{
  //int64_t temp_1;
  int64_t temp_1;

  temp_1 =  arg[256];   // index must be > 255 to ice!
  return temp_1;
}

> arm-none-eabi-gcc -O1 tst2.c

tst2.c: In function 'foo':
tst2.c:15:1: error: unrecognizable insn:
(insn 22 21 23 2 (set (subreg:SI (reg:DI 138 [ MEM[(int8_t *)arg_1(D) + 256B]
]) 0)
        (sign_extend:SI (mem:QI (plus:SI (reg:SI 0 r0 [ arg ])
                    (const_int 256 [0x100])) [0 MEM[(int8_t *)arg_1(D) +
256B]+0 S1 A8]))) tst2.c:13 -1
     (nil))
tst2.c:15:1: internal compiler error: in extract_insn, at recog.c:2115



-- Greta


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (4 preceding siblings ...)
  2011-08-19 18:05 ` Greta.Yorsh at arm dot com
@ 2011-09-04 23:57 ` michael.hope at linaro dot org
  2011-09-05  0:06 ` michael.hope at linaro dot org
                   ` (34 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: michael.hope at linaro dot org @ 2011-09-04 23:57 UTC (permalink / raw)
  To: gcc-bugs

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

Michael Hope <michael.hope at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.hope at linaro dot
                   |                            |org

--- Comment #6 from Michael Hope <michael.hope at linaro dot org> 2011-09-04 23:55:51 UTC ---
Seen also when building perl with -marm:
 https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/838994

Exists in 4.6.1 and trunk r178025.  Does not exist in 4.5.3.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (5 preceding siblings ...)
  2011-09-04 23:57 ` michael.hope at linaro dot org
@ 2011-09-05  0:06 ` michael.hope at linaro dot org
  2011-09-06 13:12 ` bernds at gcc dot gnu.org
                   ` (33 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: michael.hope at linaro dot org @ 2011-09-05  0:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Michael Hope <michael.hope at linaro dot org> 2011-09-05 00:05:23 UTC ---
arm_legitimate_index_p() seems to be wrong.  Near the end it has:

  /* For ARM v4 we may be doing a sign-extend operation during the
     load.  */
  if (arm_arch4)
    {
      if (mode == HImode
      || mode == HFmode
      || (outer == SIGN_EXTEND && mode == QImode))
    range = 256;
      else
    range = 4096;
    }
  else
    range = (mode == HImode || mode == HFmode) ? 4095 : 4096;

The final 4096 range is incorrect for ARM mode sign extends.  The arm_arch4
path looks good.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (6 preceding siblings ...)
  2011-09-05  0:06 ` michael.hope at linaro dot org
@ 2011-09-06 13:12 ` bernds at gcc dot gnu.org
  2011-09-06 16:38 ` ramana at gcc dot gnu.org
                   ` (32 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bernds at gcc dot gnu.org @ 2011-09-06 13:12 UTC (permalink / raw)
  To: gcc-bugs

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

Bernd Schmidt <bernds at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011-09-06
         AssignedTo|unassigned at gcc dot       |bernds at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #8 from Bernd Schmidt <bernds at gcc dot gnu.org> 2011-09-06 13:11:24 UTC ---
Created attachment 25202
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25202
Candidate patch


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (7 preceding siblings ...)
  2011-09-06 13:12 ` bernds at gcc dot gnu.org
@ 2011-09-06 16:38 ` ramana at gcc dot gnu.org
  2011-09-30  9:43 ` ramana at gcc dot gnu.org
                   ` (31 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: ramana at gcc dot gnu.org @ 2011-09-06 16:38 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

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

--- Comment #9 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-09-06 16:29:15 UTC ---
Oh fun - I posted a patch about 2 hours after you put yours here :) 

Ramana


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (8 preceding siblings ...)
  2011-09-06 16:38 ` ramana at gcc dot gnu.org
@ 2011-09-30  9:43 ` ramana at gcc dot gnu.org
  2012-11-28  3:22 ` ramana at gcc dot gnu.org
                   ` (30 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: ramana at gcc dot gnu.org @ 2011-09-30  9:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-09-30 09:36:47 UTC ---
Author: ramana
Date: Fri Sep 30 09:36:43 2011
New Revision: 179378

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179378
Log:

Fix PR target/50099


Added:
    trunk/gcc/testsuite/gcc.target/arm/pr50099.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.md
    trunk/gcc/config/arm/iterators.md
    trunk/gcc/config/arm/predicates.md
    trunk/gcc/testsuite/ChangeLog


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (9 preceding siblings ...)
  2011-09-30  9:43 ` ramana at gcc dot gnu.org
@ 2012-11-28  3:22 ` ramana at gcc dot gnu.org
  2013-08-05 20:26 ` ramana at gcc dot gnu.org
                   ` (29 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: ramana at gcc dot gnu.org @ 2012-11-28  3:22 UTC (permalink / raw)
  To: gcc-bugs


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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpthompson at gmail dot com

--- Comment #11 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-11-28 03:22:18 UTC ---
*** Bug 52855 has been marked as a duplicate of this bug. ***


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (10 preceding siblings ...)
  2012-11-28  3:22 ` ramana at gcc dot gnu.org
@ 2013-08-05 20:26 ` ramana at gcc dot gnu.org
  2014-02-16 13:17 ` jackie.rosen at hushmail dot com
                   ` (28 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: ramana at gcc dot gnu.org @ 2013-08-05 20:26 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |patenaude at gmail dot com

--- Comment #12 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
*** Bug 54473 has been marked as a duplicate of this bug. ***


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (11 preceding siblings ...)
  2013-08-05 20:26 ` ramana at gcc dot gnu.org
@ 2014-02-16 13:17 ` jackie.rosen at hushmail dot com
  2014-02-16 13:20 ` StaffLeavers at arm dot com
                   ` (27 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #13 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (12 preceding siblings ...)
  2014-02-16 13:17 ` jackie.rosen at hushmail dot com
@ 2014-02-16 13:20 ` StaffLeavers at arm dot com
  2014-02-16 13:23 ` StaffLeavers at arm dot com
                   ` (26 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (13 preceding siblings ...)
  2014-02-16 13:20 ` StaffLeavers at arm dot com
@ 2014-02-16 13:23 ` StaffLeavers at arm dot com
  2014-02-16 13:23 ` StaffLeavers at arm dot com
                   ` (25 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #16 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (14 preceding siblings ...)
  2014-02-16 13:23 ` StaffLeavers at arm dot com
@ 2014-02-16 13:23 ` StaffLeavers at arm dot com
  2014-02-16 13:24 ` StaffLeavers at arm dot com
                   ` (24 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (15 preceding siblings ...)
  2014-02-16 13:23 ` StaffLeavers at arm dot com
@ 2014-02-16 13:24 ` StaffLeavers at arm dot com
  2014-02-16 13:25 ` StaffLeavers at arm dot com
                   ` (23 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #17 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (17 preceding siblings ...)
  2014-02-16 13:25 ` StaffLeavers at arm dot com
@ 2014-02-16 13:25 ` StaffLeavers at arm dot com
  2014-02-16 13:26 ` StaffLeavers at arm dot com
                   ` (21 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #19 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (16 preceding siblings ...)
  2014-02-16 13:24 ` StaffLeavers at arm dot com
@ 2014-02-16 13:25 ` StaffLeavers at arm dot com
  2014-02-16 13:25 ` StaffLeavers at arm dot com
                   ` (22 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #18 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (18 preceding siblings ...)
  2014-02-16 13:25 ` StaffLeavers at arm dot com
@ 2014-02-16 13:26 ` StaffLeavers at arm dot com
  2014-02-16 13:27 ` StaffLeavers at arm dot com
                   ` (20 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #20 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (20 preceding siblings ...)
  2014-02-16 13:27 ` StaffLeavers at arm dot com
@ 2014-02-16 13:27 ` StaffLeavers at arm dot com
  2014-02-16 13:28 ` StaffLeavers at arm dot com
                   ` (18 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #22 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (19 preceding siblings ...)
  2014-02-16 13:26 ` StaffLeavers at arm dot com
@ 2014-02-16 13:27 ` StaffLeavers at arm dot com
  2014-02-16 13:27 ` StaffLeavers at arm dot com
                   ` (19 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #21 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (21 preceding siblings ...)
  2014-02-16 13:27 ` StaffLeavers at arm dot com
@ 2014-02-16 13:28 ` StaffLeavers at arm dot com
  2014-02-16 13:29 ` StaffLeavers at arm dot com
                   ` (17 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #23 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (22 preceding siblings ...)
  2014-02-16 13:28 ` StaffLeavers at arm dot com
@ 2014-02-16 13:29 ` StaffLeavers at arm dot com
  2014-02-16 13:30 ` StaffLeavers at arm dot com
                   ` (16 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #24 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (24 preceding siblings ...)
  2014-02-16 13:30 ` StaffLeavers at arm dot com
@ 2014-02-16 13:30 ` StaffLeavers at arm dot com
  2014-02-16 13:31 ` StaffLeavers at arm dot com
                   ` (14 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #26 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (23 preceding siblings ...)
  2014-02-16 13:29 ` StaffLeavers at arm dot com
@ 2014-02-16 13:30 ` StaffLeavers at arm dot com
  2014-02-16 13:30 ` StaffLeavers at arm dot com
                   ` (15 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #25 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (25 preceding siblings ...)
  2014-02-16 13:30 ` StaffLeavers at arm dot com
@ 2014-02-16 13:31 ` StaffLeavers at arm dot com
  2014-02-16 13:32 ` StaffLeavers at arm dot com
                   ` (13 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #27 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (27 preceding siblings ...)
  2014-02-16 13:32 ` StaffLeavers at arm dot com
@ 2014-02-16 13:32 ` StaffLeavers at arm dot com
  2014-02-16 13:33 ` StaffLeavers at arm dot com
                   ` (11 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #28 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (26 preceding siblings ...)
  2014-02-16 13:31 ` StaffLeavers at arm dot com
@ 2014-02-16 13:32 ` StaffLeavers at arm dot com
  2014-02-16 13:32 ` StaffLeavers at arm dot com
                   ` (12 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #29 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (28 preceding siblings ...)
  2014-02-16 13:32 ` StaffLeavers at arm dot com
@ 2014-02-16 13:33 ` StaffLeavers at arm dot com
  2014-02-16 13:34 ` StaffLeavers at arm dot com
                   ` (10 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #30 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (30 preceding siblings ...)
  2014-02-16 13:34 ` StaffLeavers at arm dot com
@ 2014-02-16 13:34 ` StaffLeavers at arm dot com
  2014-02-16 13:35 ` StaffLeavers at arm dot com
                   ` (8 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #32 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (29 preceding siblings ...)
  2014-02-16 13:33 ` StaffLeavers at arm dot com
@ 2014-02-16 13:34 ` StaffLeavers at arm dot com
  2014-02-16 13:34 ` StaffLeavers at arm dot com
                   ` (9 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #31 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (31 preceding siblings ...)
  2014-02-16 13:34 ` StaffLeavers at arm dot com
@ 2014-02-16 13:35 ` StaffLeavers at arm dot com
  2014-02-16 13:36 ` StaffLeavers at arm dot com
                   ` (7 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #33 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (33 preceding siblings ...)
  2014-02-16 13:36 ` StaffLeavers at arm dot com
@ 2014-02-16 13:36 ` StaffLeavers at arm dot com
  2014-02-16 13:37 ` StaffLeavers at arm dot com
                   ` (5 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #35 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (32 preceding siblings ...)
  2014-02-16 13:35 ` StaffLeavers at arm dot com
@ 2014-02-16 13:36 ` StaffLeavers at arm dot com
  2014-02-16 13:36 ` StaffLeavers at arm dot com
                   ` (6 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #34 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (34 preceding siblings ...)
  2014-02-16 13:36 ` StaffLeavers at arm dot com
@ 2014-02-16 13:37 ` StaffLeavers at arm dot com
  2014-02-16 13:38 ` StaffLeavers at arm dot com
                   ` (4 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #36 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (36 preceding siblings ...)
  2014-02-16 13:38 ` StaffLeavers at arm dot com
@ 2014-02-16 13:38 ` StaffLeavers at arm dot com
  2014-02-16 13:39 ` StaffLeavers at arm dot com
                   ` (2 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #37 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (35 preceding siblings ...)
  2014-02-16 13:37 ` StaffLeavers at arm dot com
@ 2014-02-16 13:38 ` StaffLeavers at arm dot com
  2014-02-16 13:38 ` StaffLeavers at arm dot com
                   ` (3 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #38 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (37 preceding siblings ...)
  2014-02-16 13:38 ` StaffLeavers at arm dot com
@ 2014-02-16 13:39 ` StaffLeavers at arm dot com
  2014-02-16 13:40 ` StaffLeavers at arm dot com
  2014-02-16 13:40 ` StaffLeavers at arm dot com
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #39 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (38 preceding siblings ...)
  2014-02-16 13:39 ` StaffLeavers at arm dot com
@ 2014-02-16 13:40 ` StaffLeavers at arm dot com
  2014-02-16 13:40 ` StaffLeavers at arm dot com
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #41 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
  2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
                   ` (39 preceding siblings ...)
  2014-02-16 13:40 ` StaffLeavers at arm dot com
@ 2014-02-16 13:40 ` StaffLeavers at arm dot com
  40 siblings, 0 replies; 42+ messages in thread
From: StaffLeavers at arm dot com @ 2014-02-16 13:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #40 from StaffLeavers at arm dot com ---
greta.yorsh no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

end of thread, other threads:[~2014-02-16 13:40 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
2011-08-16 14:00 ` [Bug target/50099] " mikpe at it dot uu.se
2011-08-16 20:52 ` mikpe at it dot uu.se
2011-08-17  8:16 ` rguenth at gcc dot gnu.org
2011-08-17 13:38 ` mikpe at it dot uu.se
2011-08-19 18:05 ` Greta.Yorsh at arm dot com
2011-09-04 23:57 ` michael.hope at linaro dot org
2011-09-05  0:06 ` michael.hope at linaro dot org
2011-09-06 13:12 ` bernds at gcc dot gnu.org
2011-09-06 16:38 ` ramana at gcc dot gnu.org
2011-09-30  9:43 ` ramana at gcc dot gnu.org
2012-11-28  3:22 ` ramana at gcc dot gnu.org
2013-08-05 20:26 ` ramana at gcc dot gnu.org
2014-02-16 13:17 ` jackie.rosen at hushmail dot com
2014-02-16 13:20 ` StaffLeavers at arm dot com
2014-02-16 13:23 ` StaffLeavers at arm dot com
2014-02-16 13:23 ` StaffLeavers at arm dot com
2014-02-16 13:24 ` StaffLeavers at arm dot com
2014-02-16 13:25 ` StaffLeavers at arm dot com
2014-02-16 13:25 ` StaffLeavers at arm dot com
2014-02-16 13:26 ` StaffLeavers at arm dot com
2014-02-16 13:27 ` StaffLeavers at arm dot com
2014-02-16 13:27 ` StaffLeavers at arm dot com
2014-02-16 13:28 ` StaffLeavers at arm dot com
2014-02-16 13:29 ` StaffLeavers at arm dot com
2014-02-16 13:30 ` StaffLeavers at arm dot com
2014-02-16 13:30 ` StaffLeavers at arm dot com
2014-02-16 13:31 ` StaffLeavers at arm dot com
2014-02-16 13:32 ` StaffLeavers at arm dot com
2014-02-16 13:32 ` StaffLeavers at arm dot com
2014-02-16 13:33 ` StaffLeavers at arm dot com
2014-02-16 13:34 ` StaffLeavers at arm dot com
2014-02-16 13:34 ` StaffLeavers at arm dot com
2014-02-16 13:35 ` StaffLeavers at arm dot com
2014-02-16 13:36 ` StaffLeavers at arm dot com
2014-02-16 13:36 ` StaffLeavers at arm dot com
2014-02-16 13:37 ` StaffLeavers at arm dot com
2014-02-16 13:38 ` StaffLeavers at arm dot com
2014-02-16 13:38 ` StaffLeavers at arm dot com
2014-02-16 13:39 ` StaffLeavers at arm dot com
2014-02-16 13:40 ` StaffLeavers at arm dot com
2014-02-16 13:40 ` StaffLeavers at arm dot com

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).