This is the mail archive of the gcc@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] |
ice.pl perl script
Intent:
Improve egcs Internal Compiler Error (ICE) reporting from people doing
snapshot or CVS builds by leaving them at the point of failure in gdb,
and providing a consistent email Subject line
Assumes:
make output in build.log as mail-report.log requires
cwd is the top level obj dir with build.log
Usage:
script ice
perl ice.pl build.log
# do whatever gdb explorations
exit
perl icescript.pl ice > ice.out
# Should be able to chmod +x ice.out ; ./ice.out
# to send off email
Example Subject lines
19991019 ICE at haifa-sched.c:5912 compiling gcc/libgcc2.c(__main) on hppa2.0-hp-hpux10.20
19991019 ICE compiling gcc/libgcc2.c(_bb) on rs6000-ibm-aix4.2.0.0
If this is worth putting in the contrib directory I'll need to organise a
copyright assignment.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |