public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations
@ 2003-09-03 18:48 bangerth at dealii dot org
  2003-09-03 18:49 ` [Bug c++/12157] " bangerth at dealii dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2003-09-03 18:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.4 regression] tree-checking ICE in
                    eq_local_specializations
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at dealii dot org
                CC: gcc-bugs at gcc dot gnu dot org

Attached is a piece of code that for me generates this: 
 
>>  c++ -c fe_system.ii -funroll-loops -O2 
fe_system.ii: In member function `void FESystem<dim>::initialize() [with int dim = 1]': 
fe_system.ii:50211:   instantiated from here 
fe_system.ii:49542: internal compiler error: tree check: expected tree_list, have goto_stmt in 
eq_local_specializations, at cp/pt.c:1017 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
It doesn't ICE with different compile flags, and it stops ICEing when I go to another  
machine :-( I don't have the time to track this down today, maybe someone else wants 
to look at this.  
 
W.


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
@ 2003-09-03 18:49 ` bangerth at dealii dot org
  2003-09-03 18:52 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2003-09-03 18:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth at dealii dot org  2003-09-03 18:49 -------
Created an attachment (id=4694)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4694&action=view)
Preprocessed sources, not reduced


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
  2003-09-03 18:49 ` [Bug c++/12157] " bangerth at dealii dot org
@ 2003-09-03 18:52 ` pinskia at gcc dot gnu dot org
  2003-09-03 19:14 ` bangerth at dealii dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-03 18:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-03 18:52 -------
This is a GC problem and it is related to bug 12126, I want to say they are the same bug.


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
  2003-09-03 18:49 ` [Bug c++/12157] " bangerth at dealii dot org
  2003-09-03 18:52 ` pinskia at gcc dot gnu dot org
@ 2003-09-03 19:14 ` bangerth at dealii dot org
  2003-09-03 19:19 ` bangerth at dealii dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2003-09-03 19:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth at dealii dot org  2003-09-03 19:14 -------
I thought about that, but had no way to verify it. Thanks, Andrew. 
Let's keep it open then until we're sure it's fixed. 
 
W.


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
                   ` (2 preceding siblings ...)
  2003-09-03 19:14 ` bangerth at dealii dot org
@ 2003-09-03 19:19 ` bangerth at dealii dot org
  2003-09-03 22:53 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2003-09-03 19:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth at dealii dot org  2003-09-03 19:19 -------
If this is a GC problem, I should post the output of gcc -v: 
 
deal.II/deal.II> ../../../gcc-install/bin/c++ -c -O2 -funroll-loops fe_system.ii -v 
Reading specs from 
/homes/csm2/bangerth/tmp/build-gcc/gcc-install/bin/../lib/gcc/i686-pc-linux-gnu/3.4/specs 
Configured with: '../gcc/configure' '--enable-languages=c,c++ 
'--prefix=/ticam/bangerth/tmp/build-gcc/gcc-install '--enable-checking 
Thread model: posix 
gcc version 3.4 20030903 (experimental) 
 
/homes/csm2/bangerth/tmp/build-gcc/gcc-install/bin/../libexec/gcc/i686-pc-linux-gnu/3.4/cc1plus 
-fpreprocessed fe_system.ii -quiet -dumpbase fe_system.ii -mtune=pentiumpro -auxbase 
fe_system -O2 -version -funroll-loops -o /tmp/ccYCJrld.s 
GNU C++ version 3.4 20030903 (experimental) (i686-pc-linux-gnu) 
        compiled by GNU C version 3.4 20030903 (experimental). 
GGC heuristics: --param ggc-min-expand=55 --param ggc-min-heapsize=48139 
 
And sure enough, on that other machine the ggc parameters are different. If I set them 
to the same values, I can reproduce the crash there, too. 
 
W.


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
                   ` (3 preceding siblings ...)
  2003-09-03 19:19 ` bangerth at dealii dot org
@ 2003-09-03 22:53 ` pinskia at gcc dot gnu dot org
  2003-09-03 22:54 ` bangerth at dealii dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-03 22:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-03 22:53 -------
I think this has been fixed by recently by Richard's patch for GC fix, can you try again?


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
                   ` (4 preceding siblings ...)
  2003-09-03 22:53 ` pinskia at gcc dot gnu dot org
@ 2003-09-03 22:54 ` bangerth at dealii dot org
  2003-09-04 16:16 ` bangerth at dealii dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2003-09-03 22:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth at dealii dot org  2003-09-03 22:54 -------
I'll report back tomorrow after my next nightly build. 
W.


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
                   ` (5 preceding siblings ...)
  2003-09-03 22:54 ` bangerth at dealii dot org
@ 2003-09-04 16:16 ` bangerth at dealii dot org
  2003-09-05 15:14 ` bangerth at dealii dot org
  2003-10-17 17:48 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2003-09-04 16:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-04 16:16:27
               date|                            |


------- Additional Comments From bangerth at dealii dot org  2003-09-04 16:16 -------
It isn't fixed with tonight's build. 
W.


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
                   ` (6 preceding siblings ...)
  2003-09-04 16:16 ` bangerth at dealii dot org
@ 2003-09-05 15:14 ` bangerth at dealii dot org
  2003-10-17 17:48 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2003-09-05 15:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth at dealii dot org changed:

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


------- Additional Comments From bangerth at dealii dot org  2003-09-05 15:14 -------
It _is_ fixed today, though.
W.


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

* [Bug c++/12157] [3.4 regression] tree-checking ICE in eq_local_specializations
  2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
                   ` (7 preceding siblings ...)
  2003-09-05 15:14 ` bangerth at dealii dot org
@ 2003-10-17 17:48 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 17:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-10-17 17:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-03 18:48 [Bug c++/12157] New: [3.4 regression] tree-checking ICE in eq_local_specializations bangerth at dealii dot org
2003-09-03 18:49 ` [Bug c++/12157] " bangerth at dealii dot org
2003-09-03 18:52 ` pinskia at gcc dot gnu dot org
2003-09-03 19:14 ` bangerth at dealii dot org
2003-09-03 19:19 ` bangerth at dealii dot org
2003-09-03 22:53 ` pinskia at gcc dot gnu dot org
2003-09-03 22:54 ` bangerth at dealii dot org
2003-09-04 16:16 ` bangerth at dealii dot org
2003-09-05 15:14 ` bangerth at dealii dot org
2003-10-17 17:48 ` 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).