shebs       02/08/25 17:44:42

  Added:       gcc/testsuite/gcc.dg/cpp c++98-pedantic.cc c++98.cc
  Removed:     gcc/testsuite/gcc.dg/cpp c++98-pedantic.C c++98.C
  Log:
  Fix HFS-unfriendly names.
  
  Revision  Changes    Path
  1.1                  gcc3/gcc/testsuite/gcc.dg/cpp/c++98-pedantic.cc
  
  Index: c++98-pedantic.cc
  ===================================================================
  /* APPLE LOCAL file rename for HFS */
  /* Copyright (C) 2000 Free Software Foundation, Inc.  */
  
  /* { dg-do preprocess } */
  /* { dg-options "-std=c++98 -pedantic" } */
  
  /* This file is for testing the preprocessor in -std=c++98 -pedantic mode.
     Neil Booth, 2 Dec 2000.  */
  
  #if 1LL                               /* { dg-warning "long long" } */
  #endif
  
  
  
  1.1                  gcc3/gcc/testsuite/gcc.dg/cpp/c++98.cc
  
  Index: c++98.cc
  ===================================================================
  /* APPLE LOCAL file rename for HFS */
  /* Copyright (C) 2000 Free Software Foundation, Inc.  */
  
  /* { dg-do preprocess } */
  /* { dg-options "-std=c++98" } */
  
  /* This file is for testing the preprocessor in -std=c++98 mode.
     Neil Booth, 2 Dec 2000.  */
  
  #if 1LL
  #endif
  
  
  


Reply via email to