Skip to content
Snippets Groups Projects
  1. Jun 21, 2000
    • Martin Wierich's avatar
      solving the problem of strict aliases. Now a strict alias · f77b65b4
      Martin Wierich authored
        #! x = y
      
      will be transformed into
      
        #! x = _dummyForStrictAlias y
      
      while checking. The new predefined symbol _dummyForStrictAlias has
      the type of the identity function. This application will be removed
      in the backend conversion phase. In this case x and y will simply get
      the same sequence number (see module backendpreprocess). Then the
      binding can be ignored.
      f77b65b4
  2. Jun 16, 2000
  3. Apr 27, 2000
  4. Mar 20, 2000
  5. Feb 22, 2000
Loading