This is the mail archive of the gcc-bugs@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]

[Bug middle-end/8081] ICE with variably sized types and nested functions


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-08-29 10:12 -------
Mainline no longer ICEs on the testcase.  3.4.5 shows

pr8081.c:15: internal compiler error: in assign_stack_temp_for_type, at
function.c:658

while 4.0.2 now aborts in

pr8081.c:15: internal compiler error: in declare_return_variable, at
tree-inline.c:913

which is sort of a regression for 4.0.2 ;)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|tree-ssa                    |3.4.5 4.0.2
      Known to work|                            |4.1.0


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


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