public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17138] New: [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854
@ 2004-08-22 20:42 stefaandr at hotmail dot com
  2004-08-22 20:47 ` [Bug tree-optimization/17138] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: stefaandr at hotmail dot com @ 2004-08-22 20:42 UTC (permalink / raw)
  To: gcc-bugs

#include <complex>
bool complexEigenvalues(const double a[][3]) { return true; }
void printEigenvalues(const double a[][3]) {
    if (complexEigenvalues(a)) {};
    std::complex<double> e[3];
}


Configured with: /esat/alexandria1/stefaan/src/lno/gcc/configure
--prefix=/esat/olympia/install --program-suffix=-lno --enable-languages=c,c++
Thread model: posix
gcc version 3.5-tree-ssa-lno 20040822 (merged 20040718)
 /esat/olympia/install/libexec/gcc/i686-pc-linux-gnu/3.5-tree-ssa-lno/cc1plus
-quiet -v -D_GNU_SOURCE matrix3x3.cpp -quiet -dumpbase matrix3x3.cpp
-mtune=pentiumpro -auxbase-strip test.o -O1 -version -o /tmp/ccsidh43.s
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/esat/olympia/install/lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa-lno/../../../../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /esat/olympia/install/lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa-lno/../../../../include/c++/3.5-tree-ssa-lno
 /esat/olympia/install/lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa-lno/../../../../include/c++/3.5-tree-ssa-lno/i686-pc-linux-gnu
 /esat/olympia/install/lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa-lno/../../../../include/c++/3.5-tree-ssa-lno/backward
 /esat/olympia/install/include
 /esat/olympia/install/lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa-lno/include
 /usr/include
End of search list.
GNU C++ version 3.5-tree-ssa-lno 20040822 (merged 20040718) (i686-pc-linux-gnu)
        compiled by GNU C version 3.4.1 20040803 (Gentoo Linux 3.4.1-r2,
ssp-3.4-2, pie-8.7.6.5).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
matrix3x3.cpp: In function `void printEigenvalues(const double (*)[3])':
matrix3x3.cpp:3: internal compiler error: in peel_address, at
tree-ssa-loop-ivopts.c:2854
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [lno] ICE in peel_address, at tree-ssa-loop-
                    ivopts.c:2854
           Product: gcc
           Version: lno
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: stefaandr at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug tree-optimization/17138] [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854
  2004-08-22 20:42 [Bug c++/17138] New: [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854 stefaandr at hotmail dot com
@ 2004-08-22 20:47 ` pinskia at gcc dot gnu dot org
  2004-08-22 22:49 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-22 20:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
          Component|c++                         |tree-optimization
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |lno


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


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

* [Bug tree-optimization/17138] [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854
  2004-08-22 20:42 [Bug c++/17138] New: [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854 stefaandr at hotmail dot com
  2004-08-22 20:47 ` [Bug tree-optimization/17138] " pinskia at gcc dot gnu dot org
@ 2004-08-22 22:49 ` pinskia at gcc dot gnu dot org
  2004-08-23  0:44 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-22 22:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-22 22:49 -------
Confirmed, testing a patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-22 22:49:29
               date|                            |


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


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

* [Bug tree-optimization/17138] [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854
  2004-08-22 20:42 [Bug c++/17138] New: [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854 stefaandr at hotmail dot com
  2004-08-22 20:47 ` [Bug tree-optimization/17138] " pinskia at gcc dot gnu dot org
  2004-08-22 22:49 ` pinskia at gcc dot gnu dot org
@ 2004-08-23  0:44 ` cvs-commit at gcc dot gnu dot org
  2004-08-23  0:52 ` cvs-commit at gcc dot gnu dot org
  2004-08-23  0:52 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-23  0:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-23 00:44 -------
Subject: Bug 17138

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	lno-branch
Changes by:	pinskia@gcc.gnu.org	2004-08-23 00:44:54

Modified files:
	gcc            : ChangeLog.lno tree-ssa-loop-ivopts.c 

Log message:
	2004-08-22  Andrew Pinski  <apinski@apple.com>
	
	PR tree-opt/17138
	* tree-ssa-loop-ivopts.c (peel_address): Handle REALPART_EXPR
	and IMAGPART_EXPR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.lno.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.254&r2=1.1.2.255
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivopts.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.50&r2=1.1.2.51



-- 


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


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

* [Bug tree-optimization/17138] [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854
  2004-08-22 20:42 [Bug c++/17138] New: [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854 stefaandr at hotmail dot com
                   ` (3 preceding siblings ...)
  2004-08-23  0:52 ` cvs-commit at gcc dot gnu dot org
@ 2004-08-23  0:52 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-23  0:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-23 00:52 -------
Fixed, thanks for your report.

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


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


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

* [Bug tree-optimization/17138] [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854
  2004-08-22 20:42 [Bug c++/17138] New: [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854 stefaandr at hotmail dot com
                   ` (2 preceding siblings ...)
  2004-08-23  0:44 ` cvs-commit at gcc dot gnu dot org
@ 2004-08-23  0:52 ` cvs-commit at gcc dot gnu dot org
  2004-08-23  0:52 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-23  0:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-23 00:52 -------
Subject: Bug 17138

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-ppc-branch
Changes by:	pinskia@gcc.gnu.org	2004-08-23 00:52:04

Modified files:
	gcc            : ChangeLog.apple-ppc tree-ssa-loop-ivopts.c 

Log message:
	2004-08-22  Andrew Pinski  <apinski@apple.com>
	
	PR tree-opt/17138
	* tree-ssa-loop-ivopts.c (peel_address): Handle REALPART_EXPR
	and IMAGPART_EXPR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.128&r2=1.1.2.129
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivopts.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.6&r2=1.1.4.7



-- 


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


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

end of thread, other threads:[~2004-08-23  0:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-22 20:42 [Bug c++/17138] New: [lno] ICE in peel_address, at tree-ssa-loop-ivopts.c:2854 stefaandr at hotmail dot com
2004-08-22 20:47 ` [Bug tree-optimization/17138] " pinskia at gcc dot gnu dot org
2004-08-22 22:49 ` pinskia at gcc dot gnu dot org
2004-08-23  0:44 ` cvs-commit at gcc dot gnu dot org
2004-08-23  0:52 ` cvs-commit at gcc dot gnu dot org
2004-08-23  0:52 ` 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).