mainBison - Support: sr #108339, ICC wargings in generated files

 
 

sr #108339: ICC wargings in generated files

Submitter:  Maxim Prohorenko <gendalph>
Submitted:  Wed 17 Jul 2013 07:08:27 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 18 Aug 2018 12:02:28 PM UTC, comment #1: 

Please, see bison-patches instead.  Thanks for the report!

http://lists.gnu.org/archive/html/bison-patches/2018-08/msg00078.html

Akim Demaille <akim>
Group administrator
Wed 17 Jul 2013 07:08:27 PM UTC, original submission:  

icc: .bison.cpp(2086): warning #161: unrecognized #pragma

GCC paragmas unrecognized in icc:

#if defined _GNUC_ && 407 <= _GNUC_ * 100 + _GNUC_MINOR_
/* Suppress an incorrect diagnostic about yylval being uninitialized.  */
# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \
    _Pragma ("GCC diagnostic push") \
    _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\
    _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"")
# define YY_IGNORE_MAYBE_UNINITIALIZED_END \
    _Pragma ("GCC diagnostic pop")
#else
/* Default value used for initialization, for pacifying older GCCs
   or non-GCC compilers.  */
static YYSTYPE yyval_default;
# define YY_INITIAL_VALUE(Value) = Value
#endif

Maxim Prohorenko <gendalph>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by akim (Posted a comment)
  • -email is unavailable- added by gendalph (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-08-18 akim Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code