sammielove45 / propgcc

Automatically exported from code.google.com/p/propgcc
1 stars 1 forks source link

right click / show assembly generates an internal compiler error #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.click blue button to build/burn/run-with-console
2.right click on sudo2.c
3.select "Show Assembly"

What is the expected output? What do you see instead?
I expect to see the assembler output.  Instead I get this message:

sudo2.c:39:1: internal compiler error: in dwarf2out_frame_debug_expr, at 
dwarf2out.c:2556

What version of the product are you using? On what operating system?
Version 0.7.2, on Windows 7

Please provide any additional information below.\
The code compiles and runs just fine.  Only when attempting to view
the assembly code does the error occur.

Furthermore, "right click/ show assembly" has worked great except for this 
snippet of source code.  It figured it had something to do with my use of char 
arrays.

Original issue reported on code.google.com by skamo...@gmail.com on 18 Jul 2012 at 3:22

Attachments: