public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/36129]  New: ICE with -fprofile-use
@ 2008-05-05 10:31 jv244 at cam dot ac dot uk
  2008-05-05 12:29 ` [Bug middle-end/36129] " jv244 at cam dot ac dot uk
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-05-05 10:31 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1506 bytes --]

current CP2K CVS fails to compile with [trunk revision 134945]

/data03/vondele/clean/cp2k/src/../src/atomic_kind_types.F: In function
‘read_atomic_kind’:
/data03/vondele/clean/cp2k/src/../src/atomic_kind_types.F:1158: error: Dead
histogram
IOR value ior:0.
__builtin_memset (&element_symbol[2]{lb: 1 sz: 1}, 32, 1);

/data03/vondele/clean/cp2k/src/../src/atomic_kind_types.F:1158: internal
compiler error: verify_h                                         istograms
failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

when compiled with command line:

gfortran -c -fprofile-use -O3 -ffast-math -funroll-loops -ftree-vectorize
-march=native -ffree-form -D__GFORTRAN -D__FFTSG 
-D__COMPILE_ARCH="\"Linux-x86-64-gfortran\"" -D__COMPILE_DATE="\"Mon May  5
12:27:17 CEST 2008\"" -D__COMPILE_HOST="\"pcihopt3\""
-D__COMPILE_LASTCVS="\"/qs_integrate_potential.F/1.136/Fri May  2 13:45:49
2008//\"" /data03/vondele/clean/cp2k/src/../src/atomic_kind_types.F

what is the best way to get this to a reasonable testcase?


-- 
           Summary: ICE with -fprofile-use
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
OtherBugsDependingO 29975
             nThis:


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


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

* [Bug middle-end/36129] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
@ 2008-05-05 12:29 ` jv244 at cam dot ac dot uk
  2008-05-05 13:12 ` jv244 at cam dot ac dot uk
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-05-05 12:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jv244 at cam dot ac dot uk  2008-05-05 12:29 -------
at least a back trace, but I guess that is not very useful:

#0  internal_error (gmsgid=0xc34369 "verify_histograms failed") at
/data03/vondele/gcc_trunk/gcc/gcc/diagnostic.c:594
#1  0x00000000008c949d in verify_histograms () at
/data03/vondele/gcc_trunk/gcc/gcc/value-prof.c:393
#2  0x0000000000701aab in verify_stmts () at
/data03/vondele/gcc_trunk/gcc/gcc/tree-cfg.c:4411
#3  0x00000000008531a9 in verify_ssa (check_modified_stmt=1 '\001') at
/data03/vondele/gcc_trunk/gcc/gcc/tree-ssa.c:732
#4  0x000000000067886d in execute_function_todo (data=<value optimized out>) at
/data03/vondele/gcc_trunk/gcc/gcc/passes.c:970
#5  0x0000000000678a4f in execute_todo (flags=3919132792) at
/data03/vondele/gcc_trunk/gcc/gcc/passes.c:996
#6  0x0000000000678de1 in execute_one_pass (pass=0xf09780) at
/data03/vondele/gcc_trunk/gcc/gcc/passes.c:1276
#7  0x0000000000678fc5 in execute_pass_list (pass=0xf09780) at
/data03/vondele/gcc_trunk/gcc/gcc/passes.c:1304
#8  0x0000000000678fdd in execute_pass_list (pass=0xf090c0) at
/data03/vondele/gcc_trunk/gcc/gcc/passes.c:1305
#9  0x0000000000763d26 in tree_rest_of_compilation (fndecl=0x2b40e9c56c30) at
/data03/vondele/gcc_trunk/gcc/gcc/tree-optimize.c:420
#10 0x0000000000916f82 in cgraph_expand_function (node=0x2b40e9d83000) at
/data03/vondele/gcc_trunk/gcc/gcc/cgraphunit.c:1157
#11 0x0000000000919934 in cgraph_optimize () at
/data03/vondele/gcc_trunk/gcc/gcc/cgraphunit.c:1220
#12 0x0000000000483855 in gfc_be_parse_file (set_yydebug=<value optimized out>)
at /data03/vondele/gcc_trunk/gcc/gcc/fortran/f95-lang.c:262


-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh at suse dot cz


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


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

* [Bug middle-end/36129] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
  2008-05-05 12:29 ` [Bug middle-end/36129] " jv244 at cam dot ac dot uk
@ 2008-05-05 13:12 ` jv244 at cam dot ac dot uk
  2008-05-06  9:30 ` jv244 at cam dot ac dot uk
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-05-05 13:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jv244 at cam dot ac dot uk  2008-05-05 13:11 -------
also happens if profiles are generated/used at -O2 instead of -O3


-- 


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


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

* [Bug middle-end/36129] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
  2008-05-05 12:29 ` [Bug middle-end/36129] " jv244 at cam dot ac dot uk
  2008-05-05 13:12 ` jv244 at cam dot ac dot uk
@ 2008-05-06  9:30 ` jv244 at cam dot ac dot uk
  2008-05-06 12:09 ` [Bug middle-end/36129] [4.4 Regression] " jv244 at cam dot ac dot uk
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-05-06  9:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jv244 at cam dot ac dot uk  2008-05-06 09:29 -------
Created an attachment (id=15585)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15585&action=view)
files (.f .gcda .mod) needed to reproduce the ICE and a README

attached the files needed to trigger the verify_histograms ICE, plus a README
with the exact command used to do so


-- 


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


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

* [Bug middle-end/36129] [4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (2 preceding siblings ...)
  2008-05-06  9:30 ` jv244 at cam dot ac dot uk
@ 2008-05-06 12:09 ` jv244 at cam dot ac dot uk
  2008-05-07  7:46 ` jv244 at cam dot ac dot uk
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-05-06 12:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jv244 at cam dot ac dot uk  2008-05-06 12:08 -------
older gcc versions (tested 4.2.3 and 4.3.0) seem to work fine


-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.2.3 4.3.0
            Summary|ICE with -fprofile-use      |[4.4 Regression] ICE with -
                   |                            |fprofile-use


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


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

* [Bug middle-end/36129] [4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (3 preceding siblings ...)
  2008-05-06 12:09 ` [Bug middle-end/36129] [4.4 Regression] " jv244 at cam dot ac dot uk
@ 2008-05-07  7:46 ` jv244 at cam dot ac dot uk
  2008-05-09  9:13 ` ubizjak at gmail dot com
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-05-07  7:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug middle-end/36129] [4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (4 preceding siblings ...)
  2008-05-07  7:46 ` jv244 at cam dot ac dot uk
@ 2008-05-09  9:13 ` ubizjak at gmail dot com
  2008-05-09 11:13 ` ubizjak at gmail dot com
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-09  9:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ubizjak at gmail dot com  2008-05-09 09:12 -------
Probably duplicate of or at least related to PR35215 ?


-- 


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


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

* [Bug middle-end/36129] [4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (5 preceding siblings ...)
  2008-05-09  9:13 ` ubizjak at gmail dot com
@ 2008-05-09 11:13 ` ubizjak at gmail dot com
  2008-05-09 11:19 ` ubizjak at gmail dot com
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-09 11:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ubizjak at gmail dot com  2008-05-09 11:13 -------
Something interesting:

In atomic_kind_types.F.085t.copyprop3, we have:

<bb 76>:
  D.2711_888 = *atomic_kind_38(D);
  D.2731_889 = &D.2711_888->element_symbol[1]{lb: 1 sz: 1};
  __builtin_memcpy (&element_symbol[1]{lb: 1 sz: 1}, D.2731_889, 1);
  __builtin_memset (&element_symbol[2]{lb: 1 sz: 1}, 32, 1);IOR value ior:0.
Average value sum:0 times:0.

  goto <bb 78>;

and in atomic_kind_types.F.086.fab, we have:

<bb 75>:
  D.2711_885 = *atomic_kind_38(D);
  D.2731_886 = &D.2711_885->element_symbol[1]{lb: 1 sz: 1};
  __builtin_memmove (&element_symbol[1]{lb: 1 sz: 1}, D.2731_886, 2);
  goto <bb 78>;


As can be seen, "__builtin_memset (&element_symbol[2]{lb: 1 sz: 1}, 32, 1)"
expression that troubles us just vanished, apparently leaving dead histogram
behind.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-05-09 11:13:09
               date|                            |


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


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

* [Bug middle-end/36129] [4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (6 preceding siblings ...)
  2008-05-09 11:13 ` ubizjak at gmail dot com
@ 2008-05-09 11:19 ` ubizjak at gmail dot com
  2008-05-09 11:49 ` ubizjak at gmail dot com
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-09 11:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ubizjak at gmail dot com  2008-05-09 11:18 -------
-fdump-tree-fab-details:

;; Function read_atomic_kind (__atomic_kind_types_MOD_read_atomic_kind)

Simplified
  __builtin_memset (&element_symbol[2]{lb: 1 sz: 1}, 32, 1);
to
  (void) 0;


-- 


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


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

* [Bug middle-end/36129] [4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (7 preceding siblings ...)
  2008-05-09 11:19 ` ubizjak at gmail dot com
@ 2008-05-09 11:49 ` ubizjak at gmail dot com
  2008-05-09 11:51 ` ubizjak at gmail dot com
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-09 11:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ubizjak at gmail dot com  2008-05-09 11:48 -------
Patch in testing:

Index: tree-ssa-ccp.c
===================================================================
--- tree-ssa-ccp.c      (revision 135108)
+++ tree-ssa-ccp.c      (working copy)
@@ -2916,6 +2916,9 @@ execute_fold_all_builtins (void)
                continue;
              }

+         if (result)
+           gimple_remove_stmt_histograms (cfun, *stmtp);
+
          if (dump_file && (dump_flags & TDF_DETAILS))
            {
              fprintf (dump_file, "Simplified\n  ");


-- 


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


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

* [Bug middle-end/36129] [4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (8 preceding siblings ...)
  2008-05-09 11:49 ` ubizjak at gmail dot com
@ 2008-05-09 11:51 ` ubizjak at gmail dot com
  2008-05-09 11:55 ` [Bug tree-optimization/36129] [4.3, 4.4 " ubizjak at gmail dot com
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-09 11:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from ubizjak at gmail dot com  2008-05-09 11:50 -------
*** Bug 35215 has been marked as a duplicate of this bug. ***


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |astrange at ithinksw dot com


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


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

* [Bug tree-optimization/36129] [4.3, 4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (9 preceding siblings ...)
  2008-05-09 11:51 ` ubizjak at gmail dot com
@ 2008-05-09 11:55 ` ubizjak at gmail dot com
  2008-05-09 14:18 ` ubizjak at gmail dot com
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-09 11:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from ubizjak at gmail dot com  2008-05-09 11:54 -------
The same problem is on 4.3 branch, as confirmed by the dupe.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |tree-optimization
      Known to work|4.2.3 4.3.0                 |
            Summary|[4.4 Regression] ICE with - |[4.3, 4.4 Regression] ICE
                   |fprofile-use                |with -fprofile-use


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


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

* [Bug tree-optimization/36129] [4.3, 4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (10 preceding siblings ...)
  2008-05-09 11:55 ` [Bug tree-optimization/36129] [4.3, 4.4 " ubizjak at gmail dot com
@ 2008-05-09 14:18 ` ubizjak at gmail dot com
  2008-05-09 18:22 ` uros at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-09 14:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from ubizjak at gmail dot com  2008-05-09 14:17 -------
Patch at http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00562.html.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ubizjak at gmail dot com
                   |dot org                     |
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |05/msg00562.html
             Status|NEW                         |ASSIGNED
           Keywords|                            |patch
   Last reconfirmed|2008-05-09 11:13:09         |2008-05-09 14:17:16
               date|                            |


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


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

* [Bug tree-optimization/36129] [4.3, 4.4 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (11 preceding siblings ...)
  2008-05-09 14:18 ` ubizjak at gmail dot com
@ 2008-05-09 18:22 ` uros at gcc dot gnu dot org
  2008-05-09 18:26 ` [Bug tree-optimization/36129] [4.3 " ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: uros at gcc dot gnu dot org @ 2008-05-09 18:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from uros at gcc dot gnu dot org  2008-05-09 18:21 -------
Subject: Bug 36129

Author: uros
Date: Fri May  9 18:21:05 2008
New Revision: 135123

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135123
Log:
        PR tree-optimization/36129
        * tree-ssa-cpp.c: Include value-prof.h.
        (execute_fold_all_builtins): Call gimple_remove_stmt_histograms if
        built-in function was folded to a constant.
        * Makefile.in (tree-ssa-cpp.c): Depend on value-prof.h


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/tree-ssa-ccp.c


-- 


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


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

* [Bug tree-optimization/36129] [4.3 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (12 preceding siblings ...)
  2008-05-09 18:22 ` uros at gcc dot gnu dot org
@ 2008-05-09 18:26 ` ubizjak at gmail dot com
  2008-05-10  8:47 ` jv244 at cam dot ac dot uk
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-09 18:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from ubizjak at gmail dot com  2008-05-09 18:25 -------
Fixed for 4.4, patch needs to be backported to 4.3 branch.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.3, 4.4 Regression] ICE   |[4.3 Regression] ICE with -
                   |with -fprofile-use          |fprofile-use
   Target Milestone|4.4.0                       |4.3.1


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


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

* [Bug tree-optimization/36129] [4.3 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (13 preceding siblings ...)
  2008-05-09 18:26 ` [Bug tree-optimization/36129] [4.3 " ubizjak at gmail dot com
@ 2008-05-10  8:47 ` jv244 at cam dot ac dot uk
  2008-05-11 18:55 ` uros at gcc dot gnu dot org
  2008-05-11 18:57 ` ubizjak at gmail dot com
  16 siblings, 0 replies; 18+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-05-10  8:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jv244 at cam dot ac dot uk  2008-05-10 08:46 -------
(In reply to comment #13)
> Fixed for 4.4, patch needs to be backported to 4.3 branch.
> 

thanks for the patch, testing it, I ran into another ICE (PR36198) before
reaching the crucial point.


-- 


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


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

* [Bug tree-optimization/36129] [4.3 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (14 preceding siblings ...)
  2008-05-10  8:47 ` jv244 at cam dot ac dot uk
@ 2008-05-11 18:55 ` uros at gcc dot gnu dot org
  2008-05-11 18:57 ` ubizjak at gmail dot com
  16 siblings, 0 replies; 18+ messages in thread
From: uros at gcc dot gnu dot org @ 2008-05-11 18:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from uros at gcc dot gnu dot org  2008-05-11 18:54 -------
Subject: Bug 36129

Author: uros
Date: Sun May 11 18:54:15 2008
New Revision: 135180

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135180
Log:
        Backport from mainline:
        2008-05-09  Uros Bizjak  <ubizjak@gmail.com>

        PR tree-optimization/36129
        * tree-ssa-ccp.c: Include value-prof.h.
        (execute_fold_all_builtins): Call gimple_remove_stmt_histograms if
        built-in function was folded to a constant.
        * Makefile.in (tree-ssa-ccp.c): Depend on value-prof.h


Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/Makefile.in
    branches/gcc-4_3-branch/gcc/tree-ssa-ccp.c


-- 


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


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

* [Bug tree-optimization/36129] [4.3 Regression] ICE with -fprofile-use
  2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
                   ` (15 preceding siblings ...)
  2008-05-11 18:55 ` uros at gcc dot gnu dot org
@ 2008-05-11 18:57 ` ubizjak at gmail dot com
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-05-11 18:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from ubizjak at gmail dot com  2008-05-11 18:56 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

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


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


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

end of thread, other threads:[~2008-05-11 18:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-05 10:31 [Bug middle-end/36129] New: ICE with -fprofile-use jv244 at cam dot ac dot uk
2008-05-05 12:29 ` [Bug middle-end/36129] " jv244 at cam dot ac dot uk
2008-05-05 13:12 ` jv244 at cam dot ac dot uk
2008-05-06  9:30 ` jv244 at cam dot ac dot uk
2008-05-06 12:09 ` [Bug middle-end/36129] [4.4 Regression] " jv244 at cam dot ac dot uk
2008-05-07  7:46 ` jv244 at cam dot ac dot uk
2008-05-09  9:13 ` ubizjak at gmail dot com
2008-05-09 11:13 ` ubizjak at gmail dot com
2008-05-09 11:19 ` ubizjak at gmail dot com
2008-05-09 11:49 ` ubizjak at gmail dot com
2008-05-09 11:51 ` ubizjak at gmail dot com
2008-05-09 11:55 ` [Bug tree-optimization/36129] [4.3, 4.4 " ubizjak at gmail dot com
2008-05-09 14:18 ` ubizjak at gmail dot com
2008-05-09 18:22 ` uros at gcc dot gnu dot org
2008-05-09 18:26 ` [Bug tree-optimization/36129] [4.3 " ubizjak at gmail dot com
2008-05-10  8:47 ` jv244 at cam dot ac dot uk
2008-05-11 18:55 ` uros at gcc dot gnu dot org
2008-05-11 18:57 ` ubizjak at gmail 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).