Skip to content

giac-1.4.9.45-p2 does not compile with clang-6 #25324

@rwst

Description

@rwst

clang-6 has new picks:

solve.cc:5751:23: error: non-constant-expression cannot be narrowed from type 'int' to 'short' in initializer list [-Wc++11-narrowing]
      order_t order_={order,lexvars};
                      ^~~~~
solve.cc:5751:23: note: insert an explicit cast to silence this issue
      order_t order_={order,lexvars};
                      ^~~~~
                      static_cast<short>( )

I attached the full log.,

CC: @kiwifb @frederichan-IMJPRG @sagetrac-parisse @slel

Component: packages: standard

Keywords: clang, giac

Issue created by migration from https://trac.sagemath.org/ticket/25324

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions