public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/13723] New: [ICE] tree-ssa does not build POOMA application
@ 2004-01-17 23:08 rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-17 23:13 ` [Bug optimization/13723] [tree-ssa] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2004-01-17 23:08 UTC (permalink / raw)
  To: gcc-bugs

The testcase at

http://www.tat.physik.uni-tuebingen.de/~rguenth/gcc/tramp3d.cpp.gz

does not build with g++ (GCC) 3.5-tree-ssa 20040108 (merged 20040102)
> g++-ssa -o tramp3d tramp3d.cpp -fno-exceptions -O2 -w
tramp3d.cpp:56909: error: Missing callgraph edge for call expr:
 <call_expr 0x48e94948
    type <void_type 0x40163e0c void type_6 VOID
        align 8 symtab 0 alias set -1
        pointer_to_this <pointer_type 0x40163e80>>
    side-effects
    arg 0 <addr_expr 0x48ea3240
        type <pointer_type 0x48e9d414 type <method_type 0x43eb132c>
            unsigned SI
            size <integer_cst 0x4001cb58 constant invariant 32>
            unit size <integer_cst 0x4001cbb8 constant invariant 4>
            align 32 symtab 0 alias set -1>
        constant invariant
...etc...

builds with -O0 and -O1.

-- 
           Summary: [ICE] tree-ssa does not build POOMA application
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at tat dot physik dot uni-tuebingen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug optimization/13723] [tree-ssa] tree-ssa does not build POOMA application
  2004-01-17 23:08 [Bug optimization/13723] New: [ICE] tree-ssa does not build POOMA application rguenth at tat dot physik dot uni-tuebingen dot de
@ 2004-01-17 23:13 ` pinskia at gcc dot gnu dot org
  2004-01-18 14:54 ` rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-17 23:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|[ICE] tree-ssa does not     |[tree-ssa] tree-ssa does not
                   |build POOMA application     |build POOMA application
   Target Milestone|---                         |tree-ssa


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


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

* [Bug optimization/13723] [tree-ssa] tree-ssa does not build POOMA application
  2004-01-17 23:08 [Bug optimization/13723] New: [ICE] tree-ssa does not build POOMA application rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-17 23:13 ` [Bug optimization/13723] [tree-ssa] " pinskia at gcc dot gnu dot org
@ 2004-01-18 14:54 ` rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-18 17:04 ` [Bug optimization/13723] [tree-ssa] Missing callgraph edge for call expr while build a POOMA program pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2004-01-18 14:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-01-18 14:54 -------
Subject: Re:  [tree-ssa] tree-ssa does not build
 POOMA application

Still the same with g++-ssa (GCC) 3.5-tree-ssa 20040118 (merged 20040102).


-- 


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


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

* [Bug optimization/13723] [tree-ssa] Missing callgraph edge for call expr while build a POOMA program
  2004-01-17 23:08 [Bug optimization/13723] New: [ICE] tree-ssa does not build POOMA application rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-17 23:13 ` [Bug optimization/13723] [tree-ssa] " pinskia at gcc dot gnu dot org
  2004-01-18 14:54 ` rguenth at tat dot physik dot uni-tuebingen dot de
@ 2004-01-18 17:04 ` pinskia at gcc dot gnu dot org
  2004-01-20 16:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-18 17:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-18 17:04 -------
Related to bug 13729 (I cannot confirm this on powerpc-apple-darwin because of a bug in 
Darwin's math.h header).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[tree-ssa] tree-ssa does not|[tree-ssa] Missing callgraph
                   |build POOMA application     |edge for call expr while
                   |                            |build a POOMA program


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


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

* [Bug optimization/13723] [tree-ssa] Missing callgraph edge for call expr while build a POOMA program
  2004-01-17 23:08 [Bug optimization/13723] New: [ICE] tree-ssa does not build POOMA application rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (2 preceding siblings ...)
  2004-01-18 17:04 ` [Bug optimization/13723] [tree-ssa] Missing callgraph edge for call expr while build a POOMA program pinskia at gcc dot gnu dot org
@ 2004-01-20 16:02 ` pinskia at gcc dot gnu dot org
  2004-01-20 18:44 ` rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-20 18:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-20 16:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-20 16:02 -------
PR 13729 is now fixed, this bug also fixed?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug optimization/13723] [tree-ssa] Missing callgraph edge for call expr while build a POOMA program
  2004-01-17 23:08 [Bug optimization/13723] New: [ICE] tree-ssa does not build POOMA application rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (3 preceding siblings ...)
  2004-01-20 16:02 ` pinskia at gcc dot gnu dot org
@ 2004-01-20 18:44 ` rguenth at tat dot physik dot uni-tuebingen dot de
  2004-01-20 18:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at tat dot physik dot uni-tuebingen dot de @ 2004-01-20 18:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-01-20 18:44 -------
Subject: Re:  [tree-ssa] Missing callgraph edge for
 call expr while build a POOMA program

On Tue, 20 Jan 2004, pinskia at gcc dot gnu dot org wrote:

>
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-20 16:02 -------
> PR 13729 is now fixed, this bug also fixed?

Yes.


-- 


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


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

* [Bug optimization/13723] [tree-ssa] Missing callgraph edge for call expr while build a POOMA program
  2004-01-17 23:08 [Bug optimization/13723] New: [ICE] tree-ssa does not build POOMA application rguenth at tat dot physik dot uni-tuebingen dot de
                   ` (4 preceding siblings ...)
  2004-01-20 18:44 ` rguenth at tat dot physik dot uni-tuebingen dot de
@ 2004-01-20 18:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-20 18:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-20 18:46 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-01-20 18:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-17 23:08 [Bug optimization/13723] New: [ICE] tree-ssa does not build POOMA application rguenth at tat dot physik dot uni-tuebingen dot de
2004-01-17 23:13 ` [Bug optimization/13723] [tree-ssa] " pinskia at gcc dot gnu dot org
2004-01-18 14:54 ` rguenth at tat dot physik dot uni-tuebingen dot de
2004-01-18 17:04 ` [Bug optimization/13723] [tree-ssa] Missing callgraph edge for call expr while build a POOMA program pinskia at gcc dot gnu dot org
2004-01-20 16:02 ` pinskia at gcc dot gnu dot org
2004-01-20 18:44 ` rguenth at tat dot physik dot uni-tuebingen dot de
2004-01-20 18:46 ` pinskia at gcc dot gnu dot 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).