public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite
@ 2012-03-20  0:01 matt at use dot net
  2012-03-20  0:02 ` [Bug middle-end/52630] " matt at use dot net
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: matt at use dot net @ 2012-03-20  0:01 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52630
           Summary: [4.7 regression] ICE when compiling ppl-0.12 testsuite
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: matt@use.net


While PPL 0.12 itself built okay, it's "make check" target did not. I bootstrap
all required GCC libraries with a given GCC release, and run all their
testsuites. It usually weeds out subtle wrong-code issues and ICEs. GMP, MPC,
CLOOG-ISL, and MPFR were all fine.

g++ -DHAVE_CONFIG_H -I. -I../..  -DANALYZER_FP_FORMAT=float
-DANALYZED_FP_FORMAT=IEEE754_SINGLE   -I../../src -I../../src -I../../tests
-I../../utils -I/opt/gcc-4.7.0/include -DNDEBUG=1   -g -O3 -frounding-math 
-mcpu=v8 -W -Wall -MT digitalfilters1.o -MD -MP -MF .deps/digitalfilters1.Tpo
-c -o digitalfilters1.o digitalfilters1.cc
In file included from ../../src/Box.defs.hh:2260:0,
                 from ../../src/Linear_Form.templates.hh:29,
                 from ../../src/ppl_include_files.hh:8,
                 from ../../src/ppl_header.hh:38,
                 from ../../tests/ppl_test.hh:27,
                 from digitalfilters1.cc:24:
../../src/Box.templates.hh: In constructor
‘Parma_Polyhedra_Library::Box<Interval>::Box(const
Parma_Polyhedra_Library::Generator_System&) [with ITV =
Parma_Polyhedra_Library::Interval<float,
Parma_Polyhedra_Library::Interval_Info_Bitset<unsigned int,
Parma_Polyhedra_Library::Test::Floating_Real_Open_Interval_Info_Policy> >]’:
../../src/Box.templates.hh:222:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [digitalfilters1.o] Error 1
make[3]: Leaving directory `/root/src/ppl-0.12/tests/Concrete_Expression'

Pre-processed sources are attached. ICE still happens with -O2, but does not
happen with -O1:
g++ -g -O2 -frounding-math  -mcpu=v8 -W -Wall -c digitalfilters1.cc.i          
                                                                               
                         In file included from
../../src/Octagonal_Shape.defs.hh:2316:0,
                 from ../../src/BD_Shape.inlines.hh:31,
                 from ../../src/BD_Shape.defs.hh:2361,
                 from ../../src/Box.templates.hh:38,
                 from ../../src/Box.defs.hh:2260,
                 from ../../src/Linear_Form.templates.hh:29,
                 from ../../src/ppl_include_files.hh:8,
                 from ../../src/ppl_header.hh:38,
                 from ../../tests/ppl_test.hh:27,
                 from digitalfilters1.cc:24:
../../src/Octagonal_Shape.templates.hh: In member function ‘void
Parma_Polyhedra_Library::Octagonal_Shape<T>::refine_with_linear_form_inequality(const
Parma_Polyhedra_Library::Linear_Form<Parma_Polyhedra_Library::Interval<T,
Interval_Info> >&, const
Parma_Polyhedra_Library::Linear_Form<Parma_Polyhedra_Library::Interval<T,
Interval_Info> >&) [with Interval_Info =
Parma_Polyhedra_Library::Interval_Info_Bitset<unsigned int,
Parma_Polyhedra_Library::Test::Floating_Real_Open_Interval_Info_Policy>; T =
float]’:
../../src/Octagonal_Shape.templates.hh:874:1: internal compiler error:
Segmentation fault


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

* [Bug middle-end/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite
  2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
@ 2012-03-20  0:02 ` matt at use dot net
  2012-03-20  1:04 ` [Bug target/52630] " pinskia at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: matt at use dot net @ 2012-03-20  0:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Matt Hargett <matt at use dot net> 2012-03-20 00:00:46 UTC ---
Created attachment 26926
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26926
pre-processed sources that exhibit the ICE


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

* [Bug target/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite
  2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
  2012-03-20  0:02 ` [Bug middle-end/52630] " matt at use dot net
@ 2012-03-20  1:04 ` pinskia at gcc dot gnu.org
  2012-03-20 11:21 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-03-20  1:04 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |sparc
          Component|middle-end                  |target
           Severity|major                       |normal


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

* [Bug target/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite
  2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
  2012-03-20  0:02 ` [Bug middle-end/52630] " matt at use dot net
  2012-03-20  1:04 ` [Bug target/52630] " pinskia at gcc dot gnu.org
@ 2012-03-20 11:21 ` rguenth at gcc dot gnu.org
  2012-03-21 16:32 ` ebotcazou at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-20 11:21 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-20 11:19:24 UTC ---
Works on x86_64.


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

* [Bug target/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite
  2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
                   ` (2 preceding siblings ...)
  2012-03-20 11:21 ` rguenth at gcc dot gnu.org
@ 2012-03-21 16:32 ` ebotcazou at gcc dot gnu.org
  2012-04-08  9:51 ` ebotcazou at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2012-03-21 16:32 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-03-21
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
         AssignedTo|unassigned at gcc dot       |ebotcazou at gcc dot
                   |gnu.org                     |gnu.org
     Ever Confirmed|0                           |1


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

* [Bug target/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite
  2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
                   ` (3 preceding siblings ...)
  2012-03-21 16:32 ` ebotcazou at gcc dot gnu.org
@ 2012-04-08  9:51 ` ebotcazou at gcc dot gnu.org
  2012-06-14  8:43 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2012-04-08  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-04-08 09:50:55 UTC ---
I cannot reproduce.  Please post the output of 'gcc -v' and a backtrace.


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

* [Bug target/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite
  2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
                   ` (4 preceding siblings ...)
  2012-04-08  9:51 ` ebotcazou at gcc dot gnu.org
@ 2012-06-14  8:43 ` rguenth at gcc dot gnu.org
  2012-09-20 10:25 ` jakub at gcc dot gnu.org
  2012-12-03 15:22 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-06-14  8:43 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.1                       |4.7.2

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-06-14 08:42:44 UTC ---
GCC 4.7.1 is being released, adjusting target milestone.


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

* [Bug target/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite
  2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
                   ` (5 preceding siblings ...)
  2012-06-14  8:43 ` rguenth at gcc dot gnu.org
@ 2012-09-20 10:25 ` jakub at gcc dot gnu.org
  2012-12-03 15:22 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-09-20 10:25 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.2                       |4.7.3

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-20 10:20:34 UTC ---
GCC 4.7.2 has been released.


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

* [Bug target/52630] [4.7 regression] ICE when compiling ppl-0.12 testsuite
  2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
                   ` (6 preceding siblings ...)
  2012-09-20 10:25 ` jakub at gcc dot gnu.org
@ 2012-12-03 15:22 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-12-03 15:22 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> 2012-12-03 15:22:03 UTC ---
No response from reporter.


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

end of thread, other threads:[~2012-12-03 15:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-20  0:01 [Bug middle-end/52630] New: [4.7 regression] ICE when compiling ppl-0.12 testsuite matt at use dot net
2012-03-20  0:02 ` [Bug middle-end/52630] " matt at use dot net
2012-03-20  1:04 ` [Bug target/52630] " pinskia at gcc dot gnu.org
2012-03-20 11:21 ` rguenth at gcc dot gnu.org
2012-03-21 16:32 ` ebotcazou at gcc dot gnu.org
2012-04-08  9:51 ` ebotcazou at gcc dot gnu.org
2012-06-14  8:43 ` rguenth at gcc dot gnu.org
2012-09-20 10:25 ` jakub at gcc dot gnu.org
2012-12-03 15:22 ` rguenth at gcc dot gnu.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).