public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/26032]  New: [gomp-branch] ICE in copy_body_r
@ 2006-01-30 13:16 martin at mpa-garching dot mpg dot de
  2006-01-30 13:17 ` [Bug c++/26032] " martin at mpa-garching dot mpg dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2006-01-30 13:16 UTC (permalink / raw)
  To: gcc-bugs

This is a follow-up to PR/25874, with the identical test case.
The compilation now causes another ICE:

/scratch>g++ -v -O -fopenmp -c bug.ii
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /scratch/gompcc/configure --quiet --prefix=/scratch/ugccgomp
--enable-languages=c++,fortran --with-gmp=/usr/local/appl/gmp-4.1.4
--enable-checking=release
Thread model: posix
gcc version 4.2.0-gomp-20050608-branch 20060126 (experimental) (merged
20060126)

/scratch/ugccgomp/libexec/gcc/i686-pc-linux-gnu/4.2.0-gomp-20050608-branch/cc1plus
-fpreprocessed bug.ii -quiet -dumpbase bug.ii -mtune=generic -auxbase bug -O
-version -fopenmp -o /tmp/cchqvFNL.s
GNU C++ version 4.2.0-gomp-20050608-branch 20060126 (experimental) (merged
20060126) (i686-pc-linux-gnu)
        compiled by GNU C version 4.2.0-gomp-20050608-branch 20060126
(experimental) (merged 20060126).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: ddc6509291ab6cf0d07599318fa2caeb
Healpix_cxx/alm_powspec_tools.cc: In function 'void rotate_alm(Alm<xcomplex<T>
>&, Alm<xcomplex<T> >&, Alm<xcomplex<T> >&, double, double, double) [with T =
double]':
Healpix_cxx/alm_powspec_tools.cc:476: internal compiler error: in copy_body_r,
at tree-inline.c:630
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


Unfortunately, I probably won't be able to reduce the test case until the
weekend at least.


-- 
           Summary: [gomp-branch] ICE in copy_body_r
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: martin at mpa-garching dot mpg dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/26032] [gomp-branch] ICE in copy_body_r
  2006-01-30 13:16 [Bug c++/26032] New: [gomp-branch] ICE in copy_body_r martin at mpa-garching dot mpg dot de
@ 2006-01-30 13:17 ` martin at mpa-garching dot mpg dot de
  2006-02-01 12:34 ` reichelt at gcc dot gnu dot org
  2006-02-02 14:53 ` dnovillo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2006-01-30 13:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from martin at mpa-garching dot mpg dot de  2006-01-30 13:17 -------
Created an attachment (id=10762)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10762&action=view)
unreduced testcase


-- 


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


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

* [Bug c++/26032] [gomp-branch] ICE in copy_body_r
  2006-01-30 13:16 [Bug c++/26032] New: [gomp-branch] ICE in copy_body_r martin at mpa-garching dot mpg dot de
  2006-01-30 13:17 ` [Bug c++/26032] " martin at mpa-garching dot mpg dot de
@ 2006-02-01 12:34 ` reichelt at gcc dot gnu dot org
  2006-02-02 14:53 ` dnovillo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-02-01 12:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from reichelt at gcc dot gnu dot org  2006-02-01 12:34 -------
This looks like a duplicate of PR 25990 to me since I can trigger
the bug also at -O0 with appropriate "--param ggc-min-expand" settings.
If I change the parameter the ICE happens at different places.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


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


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

* [Bug c++/26032] [gomp-branch] ICE in copy_body_r
  2006-01-30 13:16 [Bug c++/26032] New: [gomp-branch] ICE in copy_body_r martin at mpa-garching dot mpg dot de
  2006-01-30 13:17 ` [Bug c++/26032] " martin at mpa-garching dot mpg dot de
  2006-02-01 12:34 ` reichelt at gcc dot gnu dot org
@ 2006-02-02 14:53 ` dnovillo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2006-02-02 14:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dnovillo at gcc dot gnu dot org  2006-02-02 14:53 -------

Should be fixed with the patch for PR 25990.


-- 

dnovillo at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-02-02 14:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-30 13:16 [Bug c++/26032] New: [gomp-branch] ICE in copy_body_r martin at mpa-garching dot mpg dot de
2006-01-30 13:17 ` [Bug c++/26032] " martin at mpa-garching dot mpg dot de
2006-02-01 12:34 ` reichelt at gcc dot gnu dot org
2006-02-02 14:53 ` dnovillo 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).