Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
R
riscv-gcc-1
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • lvzhengyang
  • riscv-gcc-1
  • Repository

Switch branch/tag
  • riscv-gcc-1
  • gcc
  • testsuite
  • gfortran.dg
  • achar_2.f90
Find file
HistoryPermalink
  • Thomas Koenig's avatar
    re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in constant-folding.) · 34462c28
    2007-01-28  Thomas Koenig  <Thomas.Koenig@online.de>
    
    	PR libfortran/30389
    	* gfortran.h:  Remove gfc_simplify_init_1.
    	* arith.h:  Remove third argument from gfc_compare_string.
    	* arith.c(gfc_compare_expression):  Remove third argument
    	from call to gfc_compare_string.
    	(gfc_compare_string):  Remove third argument xcoll_table.
    	Remove use of xcoll_table.
    	* misc.c(gfc_init_1):  Remove call to gfc_simplify_init_1.
    	* simplify.c(ascii_table):  Remove.
    	(xascii_table): Likewise.
    	(gfc_simplify_achar):  ICE if extract_int fails.  Remove use of
    	ascii_table.  Warn if -Wsurprising and value < 0 or > 127.
    	(gfc_simplify_char):  ICE if extract_int fails. Error if
    	value < 0 or value > 255.
    	(gfc_simplify_iachar):  Remove use of xascii_table.
    	Char values outside of 0..255 are an ICE.
    	(gfc_simplify_lge):  Remove use of xascii_table.
    	(gfc_simplify_lgt):  Likewise.
    	(gfc_simplify_lle):  Likewise.
    	(gfc_simplify_llt):  Likewise.
    	(invert_table):  Remove.
    	(gfc_simplify_init_1):  Remove.
    
    2007-01-28  Thomas Koenig  <Thomas.Koenig@online.de>
    
    	PR libfortran/30389
    	* gfortran.dg/achar_2.f90:  New test.
    	* gfortran.dg/achar_3.f90:  New test.
    
    From-SVN: r121255
    Thomas Koenig committed Jan 28, 2007
    34462c28
achar_2.f90 64.3 KB

Download (64.3 KB)