public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/19158] New: GNAT Bug Box compiling makegpr.adb of the GNAT tools
@ 2004-12-26 15:17 awreynolds at mac dot com
  2004-12-26 15:20 ` [Bug tree-optimization/19158] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: awreynolds at mac dot com @ 2004-12-26 15:17 UTC (permalink / raw)
  To: gcc-bugs

During the build of the GNAT tools the following bug box is encountered:

../../xgcc -c -I./ -I../rts -I. -I/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada -B../../ -O2 -g 
-O2 -gnatpg -gnata -I- /Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/makegpr.adb
+===========================GNAT BUG 
DETECTED==============================+
| 4.0.0 20041226 (experimental) (powerpc-apple-darwin7.7.0) GCC error:     |
| tree check: expected ssa_name, have var_decl in verify_ssa, at           |
|    tree-ssa.c:645                                                        |
| Error detected at makegpr.adb:4166:23                                    |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==============================================================
============+

Please include these source files with error report
Note that list may not be accurate in some cases, 
so please double check that the problem can still 
be reproduced with the set of files listed.

/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/makegpr.adb
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/makegpr.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/csets.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/gnatvsn.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/makeutl.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/osint.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/types.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/prj.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/casing.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/scans.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/uintp.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/alloc.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/table.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/urealp.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/mlib.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/mlib-tgt.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/namet.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/output.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/opt.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/hostparm.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/prj-com.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/prj-pars.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/prj-util.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/snames.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/table.adb
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/debug.ads
/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/tree_io.ads


raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:376
gnatmake: "/Users/drew/Developer/Compiler/fsf-gcc-head/gcc/ada/makegpr.adb" compilation error
make[4]: *** [../../gprmake] Error 4
make[3]: *** [gnattools2] Error 2
make[2]: *** [gnattools-native] Error 2
make[1]: *** [all-target-libada] Error 2
make: *** [bootstrap] Error 2

-- 
           Summary: GNAT Bug Box compiling makegpr.adb of the GNAT tools
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: awreynolds at mac dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.7.0
  GCC host triplet: powerpc-apple-darwin7.7.0
GCC target triplet: powerpc-apple-darwin7.7.0


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


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

* [Bug tree-optimization/19158] [4.0 Regression] GNAT Bug Box compiling makegpr.adb of the GNAT tools
  2004-12-26 15:17 [Bug ada/19158] New: GNAT Bug Box compiling makegpr.adb of the GNAT tools awreynolds at mac dot com
@ 2004-12-26 15:20 ` pinskia at gcc dot gnu dot org
  2005-01-04 23:54 ` pinskia at gcc dot gnu dot org
  2005-01-04 23:54 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-26 15:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-26 15:19 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01757.html>.


Mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
          Component|ada                         |tree-optimization
     Ever Confirmed|                            |1
           Keywords|                            |build, ice-on-valid-code,
                   |                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-26 15:19:55
               date|                            |
            Summary|GNAT Bug Box compiling      |[4.0 Regression] GNAT Bug
                   |makegpr.adb of the GNAT     |Box compiling makegpr.adb of
                   |tools                       |the GNAT tools
   Target Milestone|---                         |4.0.0


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


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

* [Bug tree-optimization/19158] [4.0 Regression] GNAT Bug Box compiling makegpr.adb of the GNAT tools
  2004-12-26 15:17 [Bug ada/19158] New: GNAT Bug Box compiling makegpr.adb of the GNAT tools awreynolds at mac dot com
  2004-12-26 15:20 ` [Bug tree-optimization/19158] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2005-01-04 23:54 ` pinskia at gcc dot gnu dot org
  2005-01-04 23:54 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-04 23:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-04 23:54 -------
Fixed.

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


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


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

* [Bug tree-optimization/19158] [4.0 Regression] GNAT Bug Box compiling makegpr.adb of the GNAT tools
  2004-12-26 15:17 [Bug ada/19158] New: GNAT Bug Box compiling makegpr.adb of the GNAT tools awreynolds at mac dot com
  2004-12-26 15:20 ` [Bug tree-optimization/19158] [4.0 Regression] " pinskia at gcc dot gnu dot org
  2005-01-04 23:54 ` pinskia at gcc dot gnu dot org
@ 2005-01-04 23:54 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-04 23:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-04 23:54 -------
Subject: Bug 19158

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2005-01-04 23:54:27

Modified files:
	gcc            : ChangeLog tree-sra.c 

Log message:
	2005-01-04 Richard Henderson  <rth@redhat.com>
	
	PR tree-opt/19158
	* tree-sra.c (generate_one_element_init): Just
	call gimplify_and_add.
	(generate_element_init): Record the
	new referenced variables and mark them for renaming
	and split out to ...
	(generate_element_init_1): This.
	(scalarize_init): Don't call push_gimplify_context/
	pop_gimplify_context.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7025&r2=2.7026
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-sra.c.diff?cvsroot=gcc&r1=2.49&r2=2.50



-- 


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


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

end of thread, other threads:[~2005-01-04 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-26 15:17 [Bug ada/19158] New: GNAT Bug Box compiling makegpr.adb of the GNAT tools awreynolds at mac dot com
2004-12-26 15:20 ` [Bug tree-optimization/19158] [4.0 Regression] " pinskia at gcc dot gnu dot org
2005-01-04 23:54 ` pinskia at gcc dot gnu dot org
2005-01-04 23:54 ` cvs-commit 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).