public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error)
@ 2011-11-21  2:54 danglin at gcc dot gnu.org
  2011-11-27 20:55 ` [Bug target/51252] " danglin at gcc dot gnu.org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-11-21  2:54 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51252
           Summary: FAIL: c-c++-common/tm/freq.c (internal compiler error)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/c-c++-common/tm/freq.c    -fgnu-tm -O -S  -o
freq.s    (timeout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/c-c++-common/tm/freq.c:14:1: internal compiler
e
rror: in default_no_named_section, at varasm.c:6295Please submit a full bug
report,with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.compiler exited with status
1
output is:
/test/gnu/gcc/gcc/gcc/testsuite/c-c++-common/tm/freq.c:14:1: internal compiler
e
rror: in default_no_named_section, at varasm.c:6295
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
FAIL: c-c++-common/tm/freq.c (internal compiler error)
FAIL: c-c++-common/tm/freq.c (test for excess errors)

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu/bin/as
--enable-shared --with-local-prefix=/opt/gnu --prefix=/opt/gnu/gcc/gcc-4.7
--with-gmp=/opt/gnu/gcc/gmp --enable-threads=posix --enable-debug=no
--disable-nls --disable-lto --without-cloog --without-ppl
--enable-languages=c,c++,objc,fortran,java,ada,obj-c++
Thread model: posix
gcc version 4.7.0 20111116 (experimental) [trunk revision 181404] (GCC) 

Target doesn't support named sections.


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

* [Bug target/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
@ 2011-11-27 20:55 ` danglin at gcc dot gnu.org
  2011-12-16 17:51 ` [Bug middle-end/51252] " ro at gcc dot gnu.org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-11-27 20:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2011-11-27 19:24:34 UTC ---
Similar fails:

FAIL: c-c++-common/tm/inline-asm-2.c (internal compiler error)
FAIL: c-c++-common/tm/inline-asm-2.c (test for excess errors)
FAIL: c-c++-common/tm/memcpy-1.c (internal compiler error)
FAIL: c-c++-common/tm/memcpy-1.c (test for excess errors)
FAIL: gcc.dg/tm/20100519.c (internal compiler error)
FAIL: gcc.dg/tm/20100519.c (test for excess errors)
FAIL: gcc.dg/tm/20100524-2.c (internal compiler error)
FAIL: gcc.dg/tm/20100524-2.c (test for excess errors)
FAIL: gcc.dg/tm/20100603.c (internal compiler error)
FAIL: gcc.dg/tm/20100603.c (test for excess errors)
FAIL: gcc.dg/tm/20100610.c (internal compiler error)
FAIL: gcc.dg/tm/20100610.c (test for excess errors)
FAIL: gcc.dg/tm/20100615-2.c (internal compiler error)
FAIL: gcc.dg/tm/20100615-2.c (test for excess errors)
FAIL: gcc.dg/tm/20110216.c (internal compiler error)
FAIL: gcc.dg/tm/20110216.c (test for excess errors)
FAIL: gcc.dg/tm/debug-1.c (internal compiler error)
FAIL: gcc.dg/tm/debug-1.c (test for excess errors)
FAIL: gcc.dg/tm/ipa-3.c (internal compiler error)
FAIL: gcc.dg/tm/ipa-3.c (test for excess errors)
FAIL: gcc.dg/tm/irrevocable-7.c (internal compiler error)
FAIL: gcc.dg/tm/irrevocable-7.c (test for excess errors)
FAIL: gcc.dg/tm/memset.c (internal compiler error)
FAIL: gcc.dg/tm/memset.c (test for excess errors)
FAIL: gcc.dg/tm/nested-2.c (internal compiler error)
FAIL: gcc.dg/tm/nested-2.c (test for excess errors)
FAIL: gcc.dg/tm/pr46567-2.c (internal compiler error)
FAIL: gcc.dg/tm/pr46567-2.c (test for excess errors)
FAIL: gcc.dg/tm/pr47520.c (internal compiler error)
FAIL: gcc.dg/tm/pr47520.c (test for excess errors)
FAIL: gcc.dg/tm/props-4.c (internal compiler error)
FAIL: gcc.dg/tm/props-4.c (test for excess errors)
FAIL: gcc.dg/tm/unused.c (internal compiler error)
FAIL: gcc.dg/tm/unused.c (test for excess errors)
FAIL: gcc.dg/tm/vector-1.c (internal compiler error)
FAIL: gcc.dg/tm/vector-1.c (test for excess errors)

I'm going to disable -fgnu-tm on PA for now.


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
  2011-11-27 20:55 ` [Bug target/51252] " danglin at gcc dot gnu.org
@ 2011-12-16 17:51 ` ro at gcc dot gnu.org
  2011-12-16 17:56 ` ro at gcc dot gnu.org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2011-12-16 17:51 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |alpha-dec-osf5.1b
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-12-16
          Component|target                      |middle-end
                 CC|                            |aldyh at gcc dot gnu.org,
                   |                            |ro at gcc dot gnu.org, rth
                   |                            |at gcc dot gnu.org
               Host|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |alpha-dec-osf5.1b
     Ever Confirmed|0                           |1
   Target Milestone|---                         |4.7.0
              Build|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11,
                   |                            |alpha-dec-osf5.1b

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2011-12-16 17:48:00 UTC ---
I'm seeing the same problems on Tru64 UNIX.  I've used the attached patch to
avoid the ICE and provide a sane default in default_clone_table_section.

  Rainer


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
  2011-11-27 20:55 ` [Bug target/51252] " danglin at gcc dot gnu.org
  2011-12-16 17:51 ` [Bug middle-end/51252] " ro at gcc dot gnu.org
@ 2011-12-16 17:56 ` ro at gcc dot gnu.org
  2011-12-16 18:05 ` rth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2011-12-16 17:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> 2011-12-16 17:50:33 UTC ---
Created attachment 26114
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26114
proposed minimal patch

With this patch, the only remaining TM failure on Tru64 UNIX is 

FAIL: libitm.c/clone-1.c execution test

as expected.


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-12-16 17:56 ` ro at gcc dot gnu.org
@ 2011-12-16 18:05 ` rth at gcc dot gnu.org
  2011-12-16 18:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rth at gcc dot gnu.org @ 2011-12-16 18:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Richard Henderson <rth at gcc dot gnu.org> 2011-12-16 18:00:43 UTC ---
While that might solve the ICE, the clone table doesn't actually
get registered, which is why that clone-1 test case still fails.

You'll need to play with collect2 and all its magic symbols to
get that to work.


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-12-16 18:05 ` rth at gcc dot gnu.org
@ 2011-12-16 18:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2011-12-17  1:18 ` dave.anglin at bell dot net
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2011-12-16 18:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-12-16 18:04:23 UTC ---
> --- Comment #4 from Richard Henderson <rth at gcc dot gnu.org> 2011-12-16 18:00:43 UTC ---
> While that might solve the ICE, the clone table doesn't actually
> get registered, which is why that clone-1 test case still fails.
>
> You'll need to play with collect2 and all its magic symbols to
> get that to work.

Of course, you mentioned that already.  Unfortunately, I didn't have
much time for gcc work lately and don't know when I get around to it.
The hack I posted is certainly better than tons of ICEs when trying to
keep track of testsuite failures.

    Rainer


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-12-16 18:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2011-12-17  1:18 ` dave.anglin at bell dot net
  2011-12-19  0:10 ` dave.anglin at bell dot net
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dave.anglin at bell dot net @ 2011-12-17  1:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from dave.anglin at bell dot net 2011-12-17 00:17:44 UTC ---
On 16-Dec-11, at 1:04 PM, ro at CeBiTec dot Uni-Bielefeld.DE wrote:

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

I need to determine whether it's possible to support the section changes
needed for itm on 32-bit hppa*-*-hpux*.   Placement is critical (i.e.,  
we
can't support changes to a named section mid function).  I was thinking
of defining pa_no_named_section to do this.  I definitely can't enable
named sections as this would create many other problems.  Effectively,
I need selective support for named sections.

I did disable -fgnu-tm on the above target.  This fixes the ICE but I'm
still left with the testsuite failures.

--
John David Anglin    dave.anglin@bell.net


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2011-12-17  1:18 ` dave.anglin at bell dot net
@ 2011-12-19  0:10 ` dave.anglin at bell dot net
  2011-12-23  2:03 ` danglin at gcc dot gnu.org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dave.anglin at bell dot net @ 2011-12-19  0:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from dave.anglin at bell dot net 2011-12-19 00:08:54 UTC ---
The attached patch seems to fix the tm test failures.  However, it  
needs a bit more testing
and I don't understand the registration magic.

--
John David Anglin    dave.anglin@bell.net


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2011-12-19  0:10 ` dave.anglin at bell dot net
@ 2011-12-23  2:03 ` danglin at gcc dot gnu.org
  2011-12-23  2:11 ` danglin at gcc dot gnu.org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-23  2:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from John David Anglin <danglin at gcc dot gnu.org> 2011-12-23 01:53:20 UTC ---
Author: danglin
Date: Fri Dec 23 01:53:13 2011
New Revision: 182646

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182646
Log:
    PR middle-end/51252
    * config/pa/pa.c (pa_som_tm_clone_table_section): New function.
    (som_tm_clone_table_section): Declare.
    (pa_file_start_space): Create $TM_CLONE_TABLE$ subspace.
    (pa_som_asm_init_sections): Init som_tm_clone_table_section.
    * config/pa/som.h (TARGET_ASM_TM_CLONE_TABLE_SECTION): Define.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/som.h


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2011-12-23  2:03 ` danglin at gcc dot gnu.org
@ 2011-12-23  2:11 ` danglin at gcc dot gnu.org
  2012-01-09 15:56 ` patrick.marlier at gmail dot com
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-23  2:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from John David Anglin <danglin at gcc dot gnu.org> 2011-12-23 02:03:03 UTC ---
Fixed on PA.


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2011-12-23  2:11 ` danglin at gcc dot gnu.org
@ 2012-01-09 15:56 ` patrick.marlier at gmail dot com
  2012-01-09 18:45 ` dave.anglin at bell dot net
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: patrick.marlier at gmail dot com @ 2012-01-09 15:56 UTC (permalink / raw)
  To: gcc-bugs

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

Patrick Marlier <patrick.marlier at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |patrick.marlier at gmail
                   |                            |dot com

--- Comment #10 from Patrick Marlier <patrick.marlier at gmail dot com> 2012-01-09 15:55:52 UTC ---
What's the status of this report?
Do all libitm tests passed on PA? 
Does it still not working on Tru64 UNIX?

Thanks.


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2012-01-09 15:56 ` patrick.marlier at gmail dot com
@ 2012-01-09 18:45 ` dave.anglin at bell dot net
  2012-01-10 18:47 ` ro at gcc dot gnu.org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dave.anglin at bell dot net @ 2012-01-09 18:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from dave.anglin at bell dot net 2012-01-09 18:44:24 UTC ---
On 1/9/2012 10:55 AM, patrick.marlier at gmail dot com wrote:
> Do all libitm tests passed on PA?
All tm tests pass on PA (well, there is one that fails on 32-bit HP-UX 
due to the limited
alignment of common.  -fno-common should fix this).  As of now, I 
haven't had a chance
to try porting libitm to hppa-linux.  I'm not sure it can be ported to 
hppa-hpux.


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2012-01-09 18:45 ` dave.anglin at bell dot net
@ 2012-01-10 18:47 ` ro at gcc dot gnu.org
  2012-03-22  8:59 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2012-01-10 18:47 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

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

--- Comment #12 from Rainer Orth <ro at gcc dot gnu.org> 2012-01-10 18:46:04 UTC ---
libitm.c/clone-1.c still doesn't work on Tru64 UNIX, and cannot as Richard
mentioned on platforms without named section support.  I didn't get around to
investigate the collect2 route yet.

Without my proposed patch (hack, actually), all tm patches ICE on Tru64 UNIX.

  Rainer


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2012-01-10 18:47 ` ro at gcc dot gnu.org
@ 2012-03-22  8:59 ` rguenth at gcc dot gnu.org
  2012-07-02 12:59 ` rguenth at gcc dot gnu.org
  2015-02-13  0:25 ` rth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-22  8:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.0                       |4.7.1

--- Comment #13 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-22 08:26:57 UTC ---
GCC 4.7.0 is being released, adjusting target milestone.


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2012-03-22  8:59 ` rguenth at gcc dot gnu.org
@ 2012-07-02 12:59 ` rguenth at gcc dot gnu.org
  2015-02-13  0:25 ` rth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 12:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.1                       |---


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

* [Bug middle-end/51252] FAIL: c-c++-common/tm/freq.c (internal compiler error)
  2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
                   ` (13 preceding siblings ...)
  2012-07-02 12:59 ` rguenth at gcc dot gnu.org
@ 2015-02-13  0:25 ` rth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rth at gcc dot gnu.org @ 2015-02-13  0:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51252

Richard Henderson <rth at gcc dot gnu.org> changed:

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

--- Comment #14 from Richard Henderson <rth at gcc dot gnu.org> ---
Tru64 has been deprecated.  Since this has been fixed for HPUX,
there are no more live systems with the problem.


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

end of thread, other threads:[~2015-02-13  0:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21  2:54 [Bug target/51252] New: FAIL: c-c++-common/tm/freq.c (internal compiler error) danglin at gcc dot gnu.org
2011-11-27 20:55 ` [Bug target/51252] " danglin at gcc dot gnu.org
2011-12-16 17:51 ` [Bug middle-end/51252] " ro at gcc dot gnu.org
2011-12-16 17:56 ` ro at gcc dot gnu.org
2011-12-16 18:05 ` rth at gcc dot gnu.org
2011-12-16 18:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-12-17  1:18 ` dave.anglin at bell dot net
2011-12-19  0:10 ` dave.anglin at bell dot net
2011-12-23  2:03 ` danglin at gcc dot gnu.org
2011-12-23  2:11 ` danglin at gcc dot gnu.org
2012-01-09 15:56 ` patrick.marlier at gmail dot com
2012-01-09 18:45 ` dave.anglin at bell dot net
2012-01-10 18:47 ` ro at gcc dot gnu.org
2012-03-22  8:59 ` rguenth at gcc dot gnu.org
2012-07-02 12:59 ` rguenth at gcc dot gnu.org
2015-02-13  0:25 ` rth 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).