Bug 28723 - Fortran vs Inliner creates mismatch types
Summary: Fortran vs Inliner creates mismatch types
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.5.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 22368
  Show dependency treegraph
 
Reported: 2006-08-14 13:41 UTC by Andrew Pinski
Modified: 2009-05-03 16:08 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2006-08-14 13:41:14 UTC
/src/gcc/local/gcc/gcc/testsuite/gfortran.dg/char_result_1.f90: In function 'MAIN__':^M
/src/gcc/local/gcc/gcc/testsuite/gfortran.dg/char_result_1.f90:23: error: statement types mismatch^M
D.1499_94 = text2D.1474_56;^M
^M
charD.14[1:70] &^M
charD.14[1:_text2D.970] &^M
/src/gcc/local/gcc/gcc/testsuite/gfortran.dg/char_result_1.f90:23: error: statement types mismatch^M
D.1505_99 = text2D.1474_56;^M
---- AND MANY MORE ----
FAIL: gfortran.dg/char_result_1.f90  -O1  (internal compiler error)
FAIL: gfortran.dg/char_result_1.f90  -O1  (test for excess errors)
Comment 1 Richard Biener 2009-05-03 16:08:08 UTC
Works for me.