Skip to content
Snippets Groups Projects
  • Jan Hubicka's avatar
    4943b75e
    Update semantic_interposition flag at analysis time · 4943b75e
    Jan Hubicka authored
    This patch solves problem with FE first finalizing function and then adding
    -fno-semantic-interposition flag (by parsing optimization attribute).
    
    gcc/ChangeLog:
    
    2022-04-09  Jan Hubicka  <hubicka@ucw.cz>
    
    	PR ipa/103376
    	* cgraphunit.cc (cgraph_node::analyze): update semantic_interposition
    	flag.
    
    gcc/testsuite/ChangeLog:
    
    2022-04-09  Jan Hubicka  <hubicka@ucw.cz>
    
    	PR ipa/103376
    	* gcc.c-torture/compile/pr103376.c: New test.
    4943b75e
    History
    Update semantic_interposition flag at analysis time
    Jan Hubicka authored
    This patch solves problem with FE first finalizing function and then adding
    -fno-semantic-interposition flag (by parsing optimization attribute).
    
    gcc/ChangeLog:
    
    2022-04-09  Jan Hubicka  <hubicka@ucw.cz>
    
    	PR ipa/103376
    	* cgraphunit.cc (cgraph_node::analyze): update semantic_interposition
    	flag.
    
    gcc/testsuite/ChangeLog:
    
    2022-04-09  Jan Hubicka  <hubicka@ucw.cz>
    
    	PR ipa/103376
    	* gcc.c-torture/compile/pr103376.c: New test.