public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* verify_ssa failed on cygwin and in ada
@ 2009-09-04  4:11 Christian Joensson
  2009-09-04 12:53 ` Dave Korn
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Joensson @ 2009-09-04  4:11 UTC (permalink / raw)
  To: GCC Development

Is this a well know problem:

/usr/local/src/trunk/objdir/./gcc/xgcc
-B/usr/local/src/trunk/objdir/./gcc/
-B/usr/local/gnu/i686-pc-cygwin/bin/
-B/usr/local/gnu/i686-pc-cygwin/lib/ -isystem /
usr/local/gnu/i686-pc-cygwin/include -isystem
/usr/local/gnu/i686-pc-cygwin/sys-include    -c -g -O2   -W -Wall
-gnatpg   a-direct.adb -o a-direct.o
a-direct.adb: In function 'Ada.Directories.Start_Search':
a-direct.adb:1178:4: error: expected an SSA_NAME object
a-direct.adb:1178:4: error: in statement
# DEBUG ada__directories__start_search__TTS840bSP1___L => L839b
+===========================GNAT BUG DETECTED==============================+
| 4.5.0 20090904 (experimental) [trunk revision 151408]
(i686-pc-cygwin) GCC error:|
| verify_ssa failed                                                        |
| Error detected around a-direct.adb:1178:4                                |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| 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.
Consider also -gnatd.n switch (see debug.adb).


I'm on this system:

Windows XP Pro/SP3 cygwin Intel Core2 Duo T9600@2.80GHz system with packages:

binutils             2.19.51-1      2.19.51.20090704
bison                2.3-1          2.3
cloog-ppl            0.15.3-1
cygwin               1.7.0-60
dejagnu              20021217-2     1.4.2.x
expect               20030128-1     5.26
gcc-ada              3.4.4-999
gcc-core             3.4.4-999
gcc-g++              3.4.4-999
gmp                  4.3.1-3
libcloog-devel       0.15.3-1
libgmp-devel         4.3.1-3
libmpfr-devel        2.4.1-4
libppl               0.10.2-1
make                 3.81-2
mpfr                 2.4.1-4
ppl                  0.10.2-1
ppl-devel            0.10.2-1
tcltk                20080420-1     8.4
w32api               3.13-1

-- 
Cheers,

/ChJ

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

* Re: verify_ssa failed on cygwin and in ada
  2009-09-04  4:11 verify_ssa failed on cygwin and in ada Christian Joensson
@ 2009-09-04 12:53 ` Dave Korn
  2009-09-04 18:48   ` Alexandre Oliva
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Korn @ 2009-09-04 12:53 UTC (permalink / raw)
  To: Christian Joensson; +Cc: GCC Development

Christian Joensson wrote:
> Is this a well know problem:

  Please file a PR.  It didn't happen a few weeks ago when I last tried
bootstrapping ada on cygwin.

    cheers,
      DaveK

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

* Re: verify_ssa failed on cygwin and in ada
  2009-09-04 12:53 ` Dave Korn
@ 2009-09-04 18:48   ` Alexandre Oliva
  2009-09-05  5:50     ` Christian Joensson
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre Oliva @ 2009-09-04 18:48 UTC (permalink / raw)
  To: Dave Korn; +Cc: Christian Joensson, GCC Development

On Sep  4, 2009, Dave Korn <dave.korn.cygwin@googlemail.com> wrote:

> Christian Joensson wrote:
>> Is this a well know problem:

>   Please file a PR.  It didn't happen a few weeks ago when I last tried
> bootstrapping ada on cygwin.

And please Cc: aoliva@gcc.gnu.org in the bug report.  This is clearly
VTA-related.  It may be that I already have a fix for it, but I'd like
to keep track of the bug report just in case.

Thanks,

-- 
Alexandre Oliva, freedom fighter    http://FSFLA.org/~lxoliva/
You must be the change you wish to see in the world. -- Gandhi
Be Free! -- http://FSFLA.org/   FSF Latin America board member
Free Software Evangelist      Red Hat Brazil Compiler Engineer

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

* Re: verify_ssa failed on cygwin and in ada
  2009-09-04 18:48   ` Alexandre Oliva
@ 2009-09-05  5:50     ` Christian Joensson
  2009-09-07  5:23       ` Christian Joensson
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Joensson @ 2009-09-05  5:50 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: Dave Korn, GCC Development

2009/9/4 Alexandre Oliva <aoliva@redhat.com>:
> On Sep  4, 2009, Dave Korn <dave.korn.cygwin@googlemail.com> wrote:
>
>> Christian Joensson wrote:
>>> Is this a well know problem:
>
>>   Please file a PR.  It didn't happen a few weeks ago when I last tried
>> bootstrapping ada on cygwin.
>
> And please Cc: aoliva@gcc.gnu.org in the bug report.  This is clearly
> VTA-related.  It may be that I already have a fix for it, but I'd like
> to keep track of the bug report just in case.
>

will do, but it'll have to wait 'til Monday... don't have that
computer available right now...

-- 
Cheers,

/ChJ

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

* Re: verify_ssa failed on cygwin and in ada
  2009-09-05  5:50     ` Christian Joensson
@ 2009-09-07  5:23       ` Christian Joensson
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Joensson @ 2009-09-07  5:23 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: Dave Korn, GCC Development

2009/9/5 Christian Joensson <christian.joensson@gmail.com>:
> 2009/9/4 Alexandre Oliva <aoliva@redhat.com>:
>> On Sep  4, 2009, Dave Korn <dave.korn.cygwin@googlemail.com> wrote:
>>
>>> Christian Joensson wrote:
>>>> Is this a well know problem:
>>
>>>   Please file a PR.  It didn't happen a few weeks ago when I last tried
>>> bootstrapping ada on cygwin.
>>
>> And please Cc: aoliva@gcc.gnu.org in the bug report.  This is clearly
>> VTA-related.  It may be that I already have a fix for it, but I'd like
>> to keep track of the bug report just in case.
>>
>
> will do, but it'll have to wait 'til Monday... don't have that
> computer available right now...

there, submitted as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41291,
will add more info later...

-- 
Cheers,

/ChJ

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

end of thread, other threads:[~2009-09-07  5:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-04  4:11 verify_ssa failed on cygwin and in ada Christian Joensson
2009-09-04 12:53 ` Dave Korn
2009-09-04 18:48   ` Alexandre Oliva
2009-09-05  5:50     ` Christian Joensson
2009-09-07  5:23       ` Christian Joensson

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).