This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix ICE at -O during ivopts


> This is OK for mainline.

Thanks a lot for the review!

> However, could you also add the "package p" testcase from the post above to 
> the new gnat testsuite?

Sure.  And I'll probably be the first one to do so.  A small step for... :-)

> Please could you also reconfirm that mainline ICEs on this testcase (i.e. it
> fails) before your patch, and passes with it.

eric@linux:~/build/gcc/native32> gcc/xgcc -Bgcc -S -O p.adb -Igcc/ada/rts
p.adb:21:04: warning: "The_Data_Storage" is never assigned a value
+===========================GNAT BUG DETECTED==============================+
| 4.2.0 20060620 (experimental) (i586-suse-linux-gnu) GCC error:           |
| tree check: expected ssa_name, have var_decl in verify_ssa, at           |
|    tree-ssa.c:776                                                        |
| Error detected at p.adb:30:1                                             |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |

eric@linux:~/build/gcc-patches/native32> gcc/xgcc -Bgcc -S -O p.adb 
-Igcc/ada/rts
p.adb:21:04: warning: "The_Data_Storage" is never assigned a value
eric@linux:~/build/gcc-patches/native32>      

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]