public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/19374] New: ICE in make_decl_rtl, at varasm.c:867
@ 2005-01-11 14:32 micis at gmx dot de
  2005-01-11 14:33 ` [Bug rtl-optimization/19374] " micis at gmx dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: micis at gmx dot de @ 2005-01-11 14:32 UTC (permalink / raw)
  To: gcc-bugs

When I compile our sources at -O3 with the actual snapshot I get an ICE:

g++ -O3 -c -o ErrValTest.o ErrValTest.ii
ErrValTest.ii: In member function 'ErrVal ErrValTest::recursiveTest(int, int)':
ErrValTest.ii:16115: internal compiler error: in make_decl_rtl, at varasm.c:867
Please submit a full bug report,with preprocessed source if appropriate.

g++ -v
Using built-in specs.
Configured with: ../gcc40/configure --prefix=/usr/local/gcc40f
--program-suffix=40f --with-arch=opteron --enable-languages=c,c++
--enable-checking
Thread model: posix
gcc version 4.0.0 20050109 (experimental)

gcc was build with "make bootstrap" and following CFLAGS
 -pipe -g -O3 -march=opteron -fmessage-length=0 -falign-loops=16 
 -falign-jumps=16 -falign-functions=32 -fstrict-aliasing -fsched-interblock
 -ffast-math -funroll-all-loops -funit-at-a-time -fpeel-loops -ftracer
 -funswitch-loops -floop-optimize2 -fmove-loop-invariants -fgcse-after-reload
 -frename-registers -fmodulo-sched --param max-gcse-passes=5
 --param max-unrolled-insns=600 --param inline-unit-growth=300
 --param large-function-growth=400

Michael Cieslinski

-- 
           Summary: ICE in make_decl_rtl, at varasm.c:867
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: micis at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-redhat-linux
  GCC host triplet: x86_64-redhat-linux
GCC target triplet: x86_64-redhat-linux


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


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

* [Bug rtl-optimization/19374] ICE in make_decl_rtl, at varasm.c:867
  2005-01-11 14:32 [Bug rtl-optimization/19374] New: ICE in make_decl_rtl, at varasm.c:867 micis at gmx dot de
@ 2005-01-11 14:33 ` micis at gmx dot de
  2005-01-11 15:24 ` [Bug tree-optimization/19374] [4.0 Regression] " pinskia at gcc dot gnu dot org
  2005-01-11 15:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: micis at gmx dot de @ 2005-01-11 14:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From micis at gmx dot de  2005-01-11 14:33 -------
Created an attachment (id=7928)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7928&action=view)
preprocessed source


-- 


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


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

* [Bug tree-optimization/19374] [4.0 Regression] ICE in make_decl_rtl, at varasm.c:867
  2005-01-11 14:32 [Bug rtl-optimization/19374] New: ICE in make_decl_rtl, at varasm.c:867 micis at gmx dot de
  2005-01-11 14:33 ` [Bug rtl-optimization/19374] " micis at gmx dot de
@ 2005-01-11 15:24 ` pinskia at gcc dot gnu dot org
  2005-01-11 15:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-11 15:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-11 15:24 -------
I think this is a dup of bug 19241 but I have no prove yet.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |tree-optimization
           Keywords|                            |ice-on-valid-code
            Summary|ICE in make_decl_rtl, at    |[4.0 Regression] ICE in
                   |varasm.c:867                |make_decl_rtl, at
                   |                            |varasm.c:867
   Target Milestone|---                         |4.0.0


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


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

* [Bug tree-optimization/19374] [4.0 Regression] ICE in make_decl_rtl, at varasm.c:867
  2005-01-11 14:32 [Bug rtl-optimization/19374] New: ICE in make_decl_rtl, at varasm.c:867 micis at gmx dot de
  2005-01-11 14:33 ` [Bug rtl-optimization/19374] " micis at gmx dot de
  2005-01-11 15:24 ` [Bug tree-optimization/19374] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2005-01-11 15:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-11 15:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-11 15:28 -------
Ok, I have some more information.
We do:
        [pr19374.1.cc : 15716] D.41402 = <retval>;
        [pr19374.1.cc : 15716] __comp_ctor  (D.41402, &"e%d"[0], level);
        [pr19374.1.cc : 15716] return <retval>;

into
                  [pr19374.1.cc : 15716] D.45362 = &D.45365;
                  [pr19374.1.cc : 15716] __comp_ctor  (D.45362, &"e%d"[0], level);

This just shows the problem and why this is a dup of bug 19241.

*** This bug has been marked as a duplicate of 19241 ***

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


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


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

end of thread, other threads:[~2005-01-11 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-11 14:32 [Bug rtl-optimization/19374] New: ICE in make_decl_rtl, at varasm.c:867 micis at gmx dot de
2005-01-11 14:33 ` [Bug rtl-optimization/19374] " micis at gmx dot de
2005-01-11 15:24 ` [Bug tree-optimization/19374] [4.0 Regression] " pinskia at gcc dot gnu dot org
2005-01-11 15:29 ` 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).